public interface MultichannellingDatasource extends Datasource
Datasource.Sorting
SORTORDER_ASC, SORTORDER_DESC, SORTORDER_NONE
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.List<DatasourceChannel>> |
getChannelPaths()
Get the list of paths to the currently selected channels.
|
java.util.List<DatasourceChannel> |
getChannels()
Get the currently used channels (one for each separate channel structure).
|
ChannelTree |
getChannelStructure()
Get the whole structure of nodes and channels currently contained in the datasource
|
DatasourceChannel |
setChannel(int channelId)
Set the channel to be used.
|
clone, createDatasourceFilter, getCount, getCount, getCount, getCount2, getHandlePool, getId, getResult, getResult, getResult, getResult, getResult, getResult, getResult, hasChanged, hasChanged, isValidAttribute, setAttributeNames, setRuleTree
DatasourceChannel setChannel(int channelId) throws DatasourceException
channelId
- id of the channelDatasourceException
- when the channel id cannot be setjava.util.List<DatasourceChannel> getChannels() throws DatasourceException
DatasourceException
- in case of errorsjava.util.List<java.util.List<DatasourceChannel>> getChannelPaths() throws DatasourceException
DatasourceException
- in case of errorsChannelTree getChannelStructure() throws DatasourceException
DatasourceException
- in case of errorsCopyright © 2022 Gentics Software. All Rights Reserved.