Class DataFactoryImpl

java.lang.Object
oracle.stellent.ridc.model.impl.DataFactoryImpl
All Implemented Interfaces:
Serializable, DataFactory

public class DataFactoryImpl extends Object implements DataFactory
Datafactory for the standard IDC versions of the data objects.
See Also:
  • Constructor Details

    • DataFactoryImpl

      public DataFactoryImpl()
  • Method Details

    • createBinder

      public DataBinder createBinder()
      Create a new empty binder
      Specified by:
      createBinder in interface DataFactory
      Returns:
      a new binder instance
    • synchronizeLocal

      public void synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in)
      Called by the serializers. Allows binder a chance to synchronize any local data values with other specific field-level values.
      Specified by:
      synchronizeLocal in interface DataFactory
      Parameters:
      dataBinder - the data binder
      in - the directory; if IN, the binder is synchronizing data just read; if OUT, synchronizing fields with localdata
    • createDataObject

      public DataObject createDataObject()
      Description copied from interface: DataFactory
      Create a new empty data object
      Specified by:
      createDataObject in interface DataFactory
      Returns:
      a data object
    • createResultSet

      public DataResultSet createResultSet()
      Create a new empty result set
      Specified by:
      createResultSet in interface DataFactory
      Returns:
      the result set