Uses of Class
org.silverpeas.components.rssaggregator.model.RSSItem
-
Packages that use RSSItem Package Description org.silverpeas.components.rssaggregator.model org.silverpeas.components.rssaggregator.service -
-
Uses of RSSItem in org.silverpeas.components.rssaggregator.model
Methods in org.silverpeas.components.rssaggregator.model with parameters of type RSSItem Modifier and Type Method Description int
RSSItem. compareTo(RSSItem other)
Compares this RSS item with the specified one by their respective date. -
Uses of RSSItem in org.silverpeas.components.rssaggregator.service
Methods in org.silverpeas.components.rssaggregator.service that return types with arguments of type RSSItem Modifier and Type Method Description List<RSSItem>
DefaultRSSService. getApplicationItems(String applicationId, boolean aggregateContent)
List<RSSItem>
RSSService. getApplicationItems(String applicationId, boolean agregateContent)
Retrieve all the items from all the syndication channels of the specified application.
-