Class DefaultRssAggregator
- java.lang.Object
-
- org.silverpeas.components.rssaggregator.service.DefaultRssAggregator
-
- All Implemented Interfaces:
RssAggregator
@Service public class DefaultRssAggregator extends Object implements RssAggregator
- Author:
- neysseri
-
-
Constructor Summary
Constructors Constructor Description DefaultRssAggregator()
-
Method Summary
All Methods Instance Methods Concrete 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
public SPChannel addChannel(SPChannel channel) throws RssAgregatorException
- Specified by:
addChannelin interfaceRssAggregator- Throws:
RssAgregatorException
-
deleteChannel
public void deleteChannel(SPChannelPK channelPK) throws RssAgregatorException
- Specified by:
deleteChannelin interfaceRssAggregator- Throws:
RssAgregatorException
-
getChannels
public List<SPChannel> getChannels(String instanceId) throws RssAgregatorException
- Specified by:
getChannelsin interfaceRssAggregator- Throws:
RssAgregatorException
-
deleteChannels
public void deleteChannels(String instanceId) throws RssAgregatorException
- Specified by:
deleteChannelsin interfaceRssAggregator- Throws:
RssAgregatorException
-
updateChannel
public void updateChannel(SPChannel channel) throws RssAgregatorException
- Specified by:
updateChannelin interfaceRssAggregator- Throws:
RssAgregatorException
-
getChannel
public SPChannel getChannel(SPChannelPK channelPK) throws RssAgregatorException
- Specified by:
getChannelin interfaceRssAggregator- Throws:
RssAgregatorException
-
-