|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
java.util.List<java.util.List<DatasourceChannel>> |
MultichannellingDatasource.getChannelPaths()
Get the list of paths to the currently selected channels. |
java.util.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |