|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.model.impl.DataFactoryImpl
public class DataFactoryImpl
Datafactory for the standard IDC versions of the data objects.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.stellent.ridc.model.DataFactory |
|---|
DataFactory.Direction |
| Constructor Summary | |
|---|---|
DataFactoryImpl() |
|
| Method Summary | |
|---|---|
DataBinder |
createBinder()Create a new empty binder |
DataObject |
createDataObject()Create a new empty data object |
DataResultSet |
createResultSet()Create a new empty result set |
void |
synchronizeLocal(DataBinder dataBinder, DataFactory.Direction in)Called by the serializers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataFactoryImpl()
| Method Detail |
|---|
public DataBinder createBinder()
createBinder in interface DataFactory
public void synchronizeLocal(DataBinder dataBinder,
DataFactory.Direction in)
synchronizeLocal in interface DataFactorydataBinder - the data binderin - the directory; if IN, the binder is synchronizing data just read; if OUT, synchronizing fields with localdatapublic DataObject createDataObject()
DataFactorycreateDataObject in interface DataFactorypublic DataResultSet createResultSet()
createResultSet in interface DataFactory
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||