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 SPChannel
DefaultRssAggregator. addChannel(SPChannel channel)
SPChannel
RssAggregator. addChannel(SPChannel channel)
void
DefaultRssAggregator. deleteChannel(SPChannelPK channelPK)
void
RssAggregator. deleteChannel(SPChannelPK channelPK)
void
DefaultRssAggregator. deleteChannels(String instanceId)
void
RssAggregator. 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.SPChannel
DefaultRssAggregator. getChannel(SPChannelPK channelPK)
SPChannel
RssAggregator. getChannel(SPChannelPK channelPK)
List<SPChannel>
DefaultRssAggregator. getChannels(String instanceId)
List<SPChannel>
RssAggregator. getChannels(String instanceId)
void
DefaultRssAggregator. updateChannel(SPChannel channel)
void
RssAggregator. updateChannel(SPChannel channel)
-