Class DefaultRSSService

    • Constructor Detail

      • DefaultRSSService

        public DefaultRSSService()
    • Method Detail

      • getApplicationItems

        public List<RSSItem> getApplicationItems​(String applicationId,
                                                 boolean aggregateContent)
                                          throws RssAgregatorException
        Description copied from interface: RSSService
        Retrieve all the items from all the syndication channels of the specified application.
        Specified by:
        getApplicationItems in interface RSSService
        Parameters:
        applicationId - the application identifier
        aggregateContent - true if sorting all items from date, false else if sorting by channel
        Returns:
        list of RSSItems which are retrieved from application RSS channels
        Throws:
        RssAgregatorException - if an error occurs.