Package | Description |
---|---|
oracle.stellent.ridc.model | |
oracle.stellent.ridc.model.impl |
Modifier and Type | Method and Description |
---|---|
static DataFactory.Direction |
DataFactory.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFactory.Direction[] |
DataFactory.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataFactory.synchronizeLocal(DataBinder dataBinder,
DataFactory.Direction in)
Called by the serializers.
|
Modifier and Type | Method and Description |
---|---|
void |
DataBinderImpl.synchronizeData(DataFactory.Direction in)
Called after the localdata is set to initialize the binder based on LocalData values (blFieldTypes, etc.)
|
void |
DataFactoryImpl.synchronizeLocal(DataBinder dataBinder,
DataFactory.Direction in)
Called by the serializers.
|