Uses of Class
org.silverpeas.components.rssaggregator.model.RssAgregatorException
-
Packages that use RssAgregatorException Package Description org.silverpeas.components.rssaggregator.service -
-
Uses of RssAgregatorException in org.silverpeas.components.rssaggregator.service
Methods in org.silverpeas.components.rssaggregator.service that throw RssAgregatorException Modifier and Type Method Description SPChannelDefaultRssAggregator. addChannel(SPChannel channel)SPChannelRssAggregator. addChannel(SPChannel channel)voidDefaultRssAggregator. deleteChannel(SPChannelPK channelPK)voidRssAggregator. deleteChannel(SPChannelPK channelPK)voidDefaultRssAggregator. deleteChannels(String instanceId)voidRssAggregator. deleteChannels(String instanceId)List<SPChannel>DefaultRSSService. getAllChannels(String applicationId)List<SPChannel>RSSService. getAllChannels(String applicationId)Retrieve all the syndication channels of an applicationList<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.SPChannelDefaultRssAggregator. getChannel(SPChannelPK channelPK)SPChannelRssAggregator. getChannel(SPChannelPK channelPK)List<SPChannel>DefaultRssAggregator. getChannels(String instanceId)List<SPChannel>RssAggregator. getChannels(String instanceId)voidDefaultRssAggregator. updateChannel(SPChannel channel)voidRssAggregator. updateChannel(SPChannel channel)
-