org.jasig.portal.channel
Class ChannelPublishingServiceImpl
java.lang.Object
org.jasig.portal.channel.ChannelPublishingServiceImpl
- All Implemented Interfaces:
- IChannelPublishingService, ApplicationContextAware
public class ChannelPublishingServiceImpl
- extends Object
- implements IChannelPublishingService, ApplicationContextAware
Default implementation of IChannelPublishingService.
- Author:
- Jen Bourey, jbourey@unicon.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelPublishingServiceImpl
public ChannelPublishingServiceImpl()
setChannelRegistryStore
public void setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
- Set the channel persistence service
- Parameters:
channelRegistryStore -
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
throws BeansException
- Specified by:
setApplicationContext in interface ApplicationContextAware
- Throws:
BeansException
saveChannelDefinition
public IChannelDefinition saveChannelDefinition(IChannelDefinition definition,
IPerson publisher,
ChannelCategory[] categories,
IGroupMember[] groupMembers)
- Specified by:
saveChannelDefinition in interface IChannelPublishingService
removeChannelDefinition
public void removeChannelDefinition(IChannelDefinition channelDefinition,
IPerson person)
- Specified by:
removeChannelDefinition in interface IChannelPublishingService
Copyright © 2010 Jasig. All Rights Reserved.