com.silverpeas.rssAgregator.control
Interface RssAgregatorBm
- All Known Implementing Classes: 
 - RssAgregatorBmImpl
 
public interface RssAgregatorBm
- Author:
 
  - neysseri
 
 
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
 
Copyright © 2016 Silverpeas. All Rights Reserved.