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 setvoidsynchronizeLocal(DataBinder dataBinder, DataFactory.Direction in) Called by the serializers.
-
Constructor Details
-
DataFactoryImpl
public DataFactoryImpl()
-
-
Method Details
-
createBinder
Create a new empty binder- Specified by:
createBinderin 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:
synchronizeLocalin 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:DataFactoryCreate a new empty data object- Specified by:
createDataObjectin interfaceDataFactory- Returns:
- a data object
-
createResultSet
Create a new empty result set- Specified by:
createResultSetin interfaceDataFactory- Returns:
- the result set
-