|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MultichannellingDatasource | |
---|---|
com.gentics.api.lib.datasource | Package for datasource related classes and interfaces. |
com.gentics.api.portalnode.connector | Package containing a factory to create all initial objects you need, and some helper classes. |
Uses of MultichannellingDatasource in com.gentics.api.lib.datasource |
---|
Subinterfaces of MultichannellingDatasource in com.gentics.api.lib.datasource | |
---|---|
interface |
WritableMultichannellingDatasource
Interface for writeable multichannelling datasources |
Uses of MultichannellingDatasource in com.gentics.api.portalnode.connector |
---|
Methods in com.gentics.api.portalnode.connector that return MultichannellingDatasource | |
---|---|
static MultichannellingDatasource |
PortalConnectorFactory.createMultichannellingDatasource(Map<String,String> handleProps,
Map<String,String> dsProps)
Create a new instance of a multichannelling datasource |
Constructors in com.gentics.api.portalnode.connector with parameters of type MultichannellingDatasource | |
---|---|
MCCRSync(MultichannellingDatasource source,
WritableMultichannellingDatasource target,
boolean test,
boolean allowEmpty,
boolean allowAlterTable,
boolean sourceTransaction,
boolean targetTransaction,
int batchSize,
CRSyncModifier modifier)
Initialize the sync with source and target datasource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |