com.silverpeas.rssAgregator.control
Interface RssAgregatorBm

All Known Implementing Classes:
RssAgregatorBmImpl

public interface RssAgregatorBm

Author:
neysseri

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


Copyright © 2016 Silverpeas. All Rights Reserved.