com.silverpeas.rssAgregator.control
Class RssAgregatorBmImpl
java.lang.Object
com.silverpeas.rssAgregator.control.RssAgregatorBmImpl
- All Implemented Interfaces:
- RssAgregatorBm
@Named(value="rssAgregatorBm")
public class RssAgregatorBmImpl
- extends Object
- implements RssAgregatorBm
- Author:
- neysseri
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RssAgregatorBmImpl
public RssAgregatorBmImpl()
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.