Uses of Class
lumis.portal.channel.ChannelConfig

Packages that use ChannelConfig
lumis.doui.source.field.type   
lumis.portal.channel   
lumis.portal.channel.acl   
lumis.portal.channel.acl.serialization   
lumis.portal.channel.serialization   
lumis.portal.presentation   
lumis.service.portalmanagement.channelacl   
 

Uses of ChannelConfig in lumis.doui.source.field.type
 

Subclasses of ChannelConfig in lumis.doui.source.field.type
static class ChannelDataType.Data
          Data object for a field with data type principal.
 

Constructors in lumis.doui.source.field.type with parameters of type ChannelConfig
ChannelDataType.Data(ChannelConfig channelConfig)
           
 

Uses of ChannelConfig in lumis.portal.channel
 

Methods in lumis.portal.channel that return ChannelConfig
 ChannelConfig ChannelConfig.clone()
           
 ChannelConfig IChannelManager.get(SessionConfig sessionConfig, String channelId, ITransaction transaction)
          Get the Channel's configuration.
 ChannelConfig ChannelManager.get(SessionConfig sessionConfig, String channelId, ITransaction transaction)
           
 ChannelConfig IChannelDao.get(String channelId, ITransaction transaction)
          Returns the channel with the specified channelId.
 ChannelConfig ChannelDaoJdbc.get(String channelId, ITransaction transaction)
           
 

Methods in lumis.portal.channel that return types with arguments of type ChannelConfig
 Collection<ChannelConfig> ChannelRenderDataChangedEvent.getChannelsChanged()
          Returns the channels whose render data may have changed.
 

Methods in lumis.portal.channel with parameters of type ChannelConfig
 void IChannelDao.add(ChannelConfig channelConfig, ITransaction transaction)
          Add the channel.
 void ChannelDaoJdbc.add(ChannelConfig channelConfig, ITransaction transaction)
           
 String IChannelManager.add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Add a Channel.
 String ChannelManager.add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 void IChannelManager.addOrUpdate(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Add or Update a Channel, depending on its previous existence.
 void ChannelManager.addOrUpdate(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 boolean IChannelDao.checkForChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
          Returns if the channel prefix for local groups is already in use.
 boolean ChannelDaoJdbc.checkForChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
           
 int IChannelManager.getCachePages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 int ChannelManager.getCachePages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 boolean IChannelManager.getCenterPages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Get a boolean indicating wheter the page must be centralized.
 boolean ChannelManager.getCenterPages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 String IChannelDao.getIdByChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
           
 String ChannelDaoJdbc.getIdByChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
           
 int IChannelManager.getLayoutPagesType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Get a the page layout format.
 int ChannelManager.getLayoutPagesType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 String IChannelManager.getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Returns the default IPageWebResourceDataProvider class name for the child pages of a channel.
 String ChannelManager.getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 int IChannelManager.getProtocolType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Returns the protocolType of the given channel.
 int ChannelManager.getProtocolType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 String IChannelManager.getRuntimeDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Deprecated. Since 5.0.0 replaced by IChannelManager.getPageWebResourceDataProviderClassName(SessionConfig, ChannelConfig, ITransaction).
 String ChannelManager.getRuntimeDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Deprecated. 
 void ChannelConfig.serialize(ChannelConfig channelConfig, OutputStream outputStream)
           
 void IChannelDao.update(ChannelConfig channelConfig, ITransaction transaction)
          Update the channel.
 void ChannelDaoJdbc.update(ChannelConfig channelConfig, ITransaction transaction)
           
 void IChannelManager.update(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Update the Channel.
 void ChannelManager.update(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 

Constructors in lumis.portal.channel with parameters of type ChannelConfig
TemplateLocalPrefixVariableResolver(ChannelConfig rootChannel)
           
 

Constructor parameters in lumis.portal.channel with type arguments of type ChannelConfig
ChannelRenderDataChangedEvent(SessionConfig sessionConfig, Collection<ChannelConfig> channelsChanged, ITransaction transaction)
           
 

Uses of ChannelConfig in lumis.portal.channel.acl
 

Methods in lumis.portal.channel.acl with parameters of type ChannelConfig
 String IChannelAclManager.add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
          Add an Access Control List to the Channel.
 String ChannelAclManager.add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
           
 

Uses of ChannelConfig in lumis.portal.channel.acl.serialization
 

Methods in lumis.portal.channel.acl.serialization with parameters of type ChannelConfig
 SerializationMessageConfigNode IChannelAclSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList)
          Get a SerializationMessageConfigNode object containing fully recursive information about a channel ACL.
 SerializationMessageConfigNode ChannelAclSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList)
           
 SerializationMessageConfigNode IChannelAclSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
          Get a SerializationMessageConfigNode object containing partially recursive information about a channel ACL.
 SerializationMessageConfigNode ChannelAclSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
           
 

Uses of ChannelConfig in lumis.portal.channel.serialization
 

Methods in lumis.portal.channel.serialization that return ChannelConfig
 ChannelConfig IChannelSerializationManager.deserializeConfig(DeserializationContext deserializationContext, String channelId)
          Deserialize a ChannelConfig object.
 ChannelConfig ChannelSerializationManager.deserializeConfig(DeserializationContext deserializationContext, String channelId)
           
 

Methods in lumis.portal.channel.serialization with parameters of type ChannelConfig
 SerializationMessageConfigNode IChannelSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext serializationContext, ChannelConfig channelConfig)
          Get a SerializationMessageConfigNode object containing fully recursive information about a channel.
 SerializationMessageConfigNode ChannelSerializationManager.getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig)
           
 

Uses of ChannelConfig in lumis.portal.presentation
 

Fields in lumis.portal.presentation declared as ChannelConfig
protected  ChannelConfig PresentationControllerHtml.channelConfig
           
 

Uses of ChannelConfig in lumis.service.portalmanagement.channelacl
 

Methods in lumis.service.portalmanagement.channelacl that return ChannelConfig
 ChannelConfig ChannelAclControl.getChannel()
          Returns the channel whose acl this control edits.
 



Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.