Interface RssAggregator
-
- All Known Implementing Classes:
DefaultRssAggregator
public interface RssAggregator- Author:
- neysseric
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SPChanneladdChannel(SPChannel channel)voiddeleteChannel(SPChannelPK channelPK)voiddeleteChannels(String instanceId)SPChannelgetChannel(SPChannelPK channelPK)List<SPChannel>getChannels(String instanceId)voidupdateChannel(SPChannel channel)
-
-
-
Method Detail
-
addChannel
SPChannel addChannel(SPChannel channel) throws RssAgregatorException
- Throws:
RssAgregatorException
-
updateChannel
void updateChannel(SPChannel channel) throws RssAgregatorException
- Throws:
RssAgregatorException
-
deleteChannel
void deleteChannel(SPChannelPK channelPK) throws RssAgregatorException
- Throws:
RssAgregatorException
-
deleteChannels
void deleteChannels(String instanceId) throws RssAgregatorException
- Throws:
RssAgregatorException
-
getChannels
List<SPChannel> getChannels(String instanceId) throws RssAgregatorException
- Throws:
RssAgregatorException
-
getChannel
SPChannel getChannel(SPChannelPK channelPK) throws RssAgregatorException
- Throws:
RssAgregatorException
-
-