com.silverpeas.rssAgregator.control
Class RssAgregatorBmImpl

java.lang.Object
  extended by com.silverpeas.rssAgregator.control.RssAgregatorBmImpl
All Implemented Interfaces:
RssAgregatorBm

@Named(value="rssAgregatorBm")
public class RssAgregatorBmImpl
extends Object
implements RssAgregatorBm

Author:
neysseri

Constructor Summary
RssAgregatorBmImpl()
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssAgregatorBmImpl

public RssAgregatorBmImpl()
Method Detail

addChannel

public SPChannel addChannel(SPChannel channel)
                     throws RssAgregatorException
Specified by:
addChannel in interface RssAgregatorBm
Throws:
RssAgregatorException

deleteChannel

public void deleteChannel(SPChannelPK channelPK)
                   throws RssAgregatorException
Specified by:
deleteChannel in interface RssAgregatorBm
Throws:
RssAgregatorException

getChannels

public List<SPChannel> getChannels(String instanceId)
                            throws RssAgregatorException
Specified by:
getChannels in interface RssAgregatorBm
Throws:
RssAgregatorException

deleteChannels

public void deleteChannels(String instanceId)
                    throws RssAgregatorException
Specified by:
deleteChannels in interface RssAgregatorBm
Throws:
RssAgregatorException

updateChannel

public void updateChannel(SPChannel channel)
                   throws RssAgregatorException
Specified by:
updateChannel in interface RssAgregatorBm
Throws:
RssAgregatorException

getChannel

public SPChannel getChannel(SPChannelPK channelPK)
                     throws RssAgregatorException
Specified by:
getChannel in interface RssAgregatorBm
Throws:
RssAgregatorException


Copyright © 2016 Silverpeas. All Rights Reserved.