Uses of Class
org.silverpeas.components.rssaggregator.model.SPChannel
-
Packages that use SPChannel Package Description org.silverpeas.components.rssaggregator.model org.silverpeas.components.rssaggregator.service -
-
Uses of SPChannel in org.silverpeas.components.rssaggregator.model
Constructors in org.silverpeas.components.rssaggregator.model with parameters of type SPChannel Constructor Description RSSItem(com.rometools.rome.feed.synd.SyndEntry item, com.rometools.rome.feed.synd.SyndFeed feed, SPChannel spChannel)Default RSSItem constructor which encapsulate Item and Channel from informa API -
Uses of SPChannel in org.silverpeas.components.rssaggregator.service
Methods in org.silverpeas.components.rssaggregator.service that return SPChannel Modifier and Type Method Description SPChannelDefaultRssAggregator. addChannel(SPChannel channel)SPChannelRssAggregator. addChannel(SPChannel channel)SPChannelDefaultRssAggregator. getChannel(SPChannelPK channelPK)SPChannelRssAggregator. getChannel(SPChannelPK channelPK)SPChannelRssAggregatorCache. getChannelFromCache(SPChannelPK key)Get a cached content.Methods in org.silverpeas.components.rssaggregator.service that return types with arguments of type SPChannel Modifier and Type Method Description List<SPChannel>DefaultRSSService. getAllChannels(String applicationId)List<SPChannel>RSSService. getAllChannels(String applicationId)Retrieve all the syndication channels of an applicationList<SPChannel>DefaultRssAggregator. getChannels(String instanceId)List<SPChannel>RssAggregator. getChannels(String instanceId)Methods in org.silverpeas.components.rssaggregator.service with parameters of type SPChannel Modifier and Type Method Description SPChannelDefaultRssAggregator. addChannel(SPChannel channel)SPChannelRssAggregator. addChannel(SPChannel channel)voidRssAggregatorCache. addChannelToCache(SPChannel spChannel)Add or replace a content in the cachevoidDefaultRssAggregator. updateChannel(SPChannel channel)voidRssAggregator. updateChannel(SPChannel channel)
-