Package oracle.stellent.ridc.model.impl
Class DataFactoryImpl
java.lang.Object
oracle.stellent.ridc.model.impl.DataFactoryImpl
- All Implemented Interfaces:
Serializable
,DataFactory
Datafactory for the standard IDC versions of the data objects.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.stellent.ridc.model.DataFactory
DataFactory.Direction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate a new empty binderCreate a new empty data objectCreate a new empty result setvoid
synchronizeLocal
(DataBinder dataBinder, DataFactory.Direction in) Called by the serializers.
-
Constructor Details
-
DataFactoryImpl
public DataFactoryImpl()
-
-
Method Details
-
createBinder
Create a new empty binder- Specified by:
createBinder
in interfaceDataFactory
- Returns:
- a new binder instance
-
synchronizeLocal
Called by the serializers. Allows binder a chance to synchronize any local data values with other specific field-level values.- Specified by:
synchronizeLocal
in interfaceDataFactory
- Parameters:
dataBinder
- the data binderin
- the directory; if IN, the binder is synchronizing data just read; if OUT, synchronizing fields with localdata
-
createDataObject
Description copied from interface:DataFactory
Create a new empty data object- Specified by:
createDataObject
in interfaceDataFactory
- Returns:
- a data object
-
createResultSet
Create a new empty result set- Specified by:
createResultSet
in interfaceDataFactory
- Returns:
- the result set
-