Uses of Class
lumis.portal.channel.template.ChannelTemplateLinkConfig

Packages that use ChannelTemplateLinkConfig
lumis.portal.channel.template   
lumis.portal.serialization   
 

Uses of ChannelTemplateLinkConfig in lumis.portal.channel.template
 

Methods in lumis.portal.channel.template that return ChannelTemplateLinkConfig
 ChannelTemplateLinkConfig ChannelTemplateLinkConfig.clone()
           
 ChannelTemplateLinkConfig IChannelTemplateManager.getChannelLinkBySourceId(SessionConfig sessionConfig, String channelId, String sourceId, boolean getLinkedElementsOnly, ITransaction transaction)
          This method return the channel's link by pass the channelId and the sourceId parameters.
 ChannelTemplateLinkConfig ChannelTemplateManager.getChannelLinkBySourceId(SessionConfig sessionConfig, String channelId, String sourceId, boolean getLinkedElementsOnly, ITransaction transaction)
           
 

Methods in lumis.portal.channel.template that return types with arguments of type ChannelTemplateLinkConfig
 List<ChannelTemplateLinkConfig> IChannelTemplateManager.getChannelLinks(SessionConfig sessionConfig, String channelId, boolean getLinkedElementsOnly, ITransaction transaction)
          This method return channel's links by pass the channelId parameter.
 List<ChannelTemplateLinkConfig> ChannelTemplateManager.getChannelLinks(SessionConfig sessionConfig, String channelId, boolean getLinkedElementsOnly, ITransaction transaction)
           
 

Methods in lumis.portal.channel.template with parameters of type ChannelTemplateLinkConfig
 String IChannelTemplateManager.addChannelLink(SessionConfig sessionConfig, ChannelTemplateLinkConfig channelTemplateLinkConfig, ITransaction transaction)
          Add a channel's link.
 String ChannelTemplateManager.addChannelLink(SessionConfig sessionConfig, ChannelTemplateLinkConfig channelTemplateLinkConfig, ITransaction transaction)
           
 

Uses of ChannelTemplateLinkConfig in lumis.portal.serialization
 

Methods in lumis.portal.serialization that return types with arguments of type ChannelTemplateLinkConfig
 List<ChannelTemplateLinkConfig> DeserializationConfig.getTemplateLinksList()
          Returns the links of channel template for the structure being imported.
 

Method parameters in lumis.portal.serialization with type arguments of type ChannelTemplateLinkConfig
 void DeserializationConfig.setTemplateLinksList(List<ChannelTemplateLinkConfig> templateLinksList)
          Sets the links of channel template for the structure being imported.
 



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