org.jasig.portal.portlets.portletadmin.xmlsupport
Class XmlChannelPublishingDefinitionDao
java.lang.Object
org.jasig.portal.portlets.portletadmin.xmlsupport.XmlChannelPublishingDefinitionDao
- All Implemented Interfaces:
- IChannelPublishingDefinitionDao, InitializingBean, ResourceLoaderAware
public class XmlChannelPublishingDefinitionDao
- extends Object
- implements IChannelPublishingDefinitionDao, ResourceLoaderAware, InitializingBean
- Version:
- $Revision$
- Author:
- Eric Dalquist
|
Field Summary |
protected org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final org.apache.commons.logging.Log logger
XmlChannelPublishingDefinitionDao
public XmlChannelPublishingDefinitionDao()
setCpdCache
public void setCpdCache(Map<Integer,ChannelPublishingDefinition> cpdCache)
setChannelRegistryStore
public void setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
setResourceLoader
public void setResourceLoader(ResourceLoader resourceLoader)
- Specified by:
setResourceLoader in interface ResourceLoaderAware
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface InitializingBean
- Throws:
Exception
getChannelPublishingDefinition
public ChannelPublishingDefinition getChannelPublishingDefinition(int channelTypeId)
- Specified by:
getChannelPublishingDefinition in interface IChannelPublishingDefinitionDao
getChannelPublishingDefinitions
public Map<IChannelType,ChannelPublishingDefinition> getChannelPublishingDefinitions()
- Specified by:
getChannelPublishingDefinitions in interface IChannelPublishingDefinitionDao
Copyright © 2010 Jasig. All Rights Reserved.