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 MultichannellingDatasource.getChannel()
          Get the currently used channel.
 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<DatasourceChannel> MultichannellingDatasource.getChannelPath()
          Get the path to the current channel (if one is set).
 

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.