Uses of Class
com.gentics.api.lib.datasource.DatasourceChannel

Packages that use DatasourceChannel
com.gentics.api.lib.datasource Package for datasource related classes and interfaces. 
 

Uses of DatasourceChannel in com.gentics.api.lib.datasource
 

Fields in com.gentics.api.lib.datasource declared as DatasourceChannel
protected  DatasourceChannel ChannelTreeNode.channel
          The channel of this tree node
 

Methods in com.gentics.api.lib.datasource that return DatasourceChannel
 DatasourceChannel ChannelTreeNode.getChannel()
          Get the channel
 DatasourceChannel MultichannellingDatasource.setChannel(int channelId)
          Set the channel to be used.
 

Methods in com.gentics.api.lib.datasource that return types with arguments of type DatasourceChannel
 List<List<DatasourceChannel>> MultichannellingDatasource.getChannelPaths()
          Get the list of paths to the currently selected channels.
 List<DatasourceChannel> MultichannellingDatasource.getChannels()
          Get the currently used channels (one for each separate channel structure).
 

Methods in com.gentics.api.lib.datasource with parameters of type DatasourceChannel
 int DatasourceChannel.compareTo(DatasourceChannel that)
           
 boolean DatasourceChannel.equals(DatasourceChannel that)
           
 

Constructors in com.gentics.api.lib.datasource with parameters of type DatasourceChannel
ChannelTreeNode(DatasourceChannel channel)
          Create an instance for the given channel
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.