org.jasig.portal.portlets.portletadmin.xmlsupport
Class XmlChannelPublishingDefinitionDao

java.lang.Object
  extended by 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
           
 
Constructor Summary
XmlChannelPublishingDefinitionDao()
           
 
Method Summary
 void afterPropertiesSet()
           
 ChannelPublishingDefinition getChannelPublishingDefinition(int channelTypeId)
           
 Map<IChannelType,ChannelPublishingDefinition> getChannelPublishingDefinitions()
           
 void setChannelRegistryStore(IChannelRegistryStore channelRegistryStore)
           
 void setCpdCache(Map<Integer,ChannelPublishingDefinition> cpdCache)
           
 void setResourceLoader(ResourceLoader resourceLoader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final org.apache.commons.logging.Log logger
Constructor Detail

XmlChannelPublishingDefinitionDao

public XmlChannelPublishingDefinitionDao()
Method Detail

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.