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 SPChannel
DefaultRssAggregator. addChannel(SPChannel channel)
SPChannel
RssAggregator. addChannel(SPChannel channel)
SPChannel
DefaultRssAggregator. getChannel(SPChannelPK channelPK)
SPChannel
RssAggregator. getChannel(SPChannelPK channelPK)
SPChannel
RssAggregatorCache. 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 SPChannel
DefaultRssAggregator. addChannel(SPChannel channel)
SPChannel
RssAggregator. addChannel(SPChannel channel)
void
RssAggregatorCache. addChannelToCache(SPChannel spChannel)
Add or replace a content in the cachevoid
DefaultRssAggregator. updateChannel(SPChannel channel)
void
RssAggregator. updateChannel(SPChannel channel)
-