Uses of Interface
net.wotonomy.control.EOEnterpriseObject

Packages that use EOEnterpriseObject
net.wotonomy.access   
net.wotonomy.control Support classes needed by the ui and web packages. 
 

Uses of EOEnterpriseObject in net.wotonomy.access
 

Methods in net.wotonomy.access with parameters of type EOEnterpriseObject
 EOEntity EODatabase.entityForObject(EOEnterpriseObject eo)
           
 EOEntity EOModelGroup.entityForObject(EOEnterpriseObject eo)
           
 boolean EODatabaseContext.ownsObject(EOEnterpriseObject eo)
           
 void EODatabaseContext.recordUpdateForObject(EOEnterpriseObject eo, net.wotonomy.foundation.NSDictionary changes)
           
 net.wotonomy.foundation.NSDictionary EODatabaseContext.valuesForKeys(net.wotonomy.foundation.NSArray keys, EOEnterpriseObject eo)
           
 

Uses of EOEnterpriseObject in net.wotonomy.control
 

Classes in net.wotonomy.control that implement EOEnterpriseObject
 class EOCustomObject
          EOCustomObject implements all the necessary interfaces to receive first-class treatment from the control framework.
 class EOGenericRecord
          EOGenericRecord extends EOCustomObject to provide a general-purpose implementation, relying entirely on the class description for entity-specific behavior, and storing data in a dictionary.
 

Methods in net.wotonomy.control with parameters of type EOEnterpriseObject
 java.lang.Object EOFaultHandler.createFaultForDeferredFault(java.lang.Object fault, EOEnterpriseObject source)
           
 void EOObjectStoreCoordinator.forwardUpdateForObject(EOEnterpriseObject eoenterpriseobject, net.wotonomy.foundation.NSDictionary nsdictionary)
           
 EOCooperatingObjectStore EOObjectStoreCoordinator.objectStoreForObject(EOEnterpriseObject eoenterpriseobject)
           
abstract  boolean EOCooperatingObjectStore.ownsObject(EOEnterpriseObject eoenterpriseobject)
           
abstract  void EOCooperatingObjectStore.recordUpdateForObject(EOEnterpriseObject eoenterpriseobject, net.wotonomy.foundation.NSDictionary nsdictionary)
           
abstract  net.wotonomy.foundation.NSDictionary EOCooperatingObjectStore.valuesForKeys(net.wotonomy.foundation.NSArray nsarray, EOEnterpriseObject eoenterpriseobject)
           
 net.wotonomy.foundation.NSDictionary EOObjectStoreCoordinator.valuesForKeys(net.wotonomy.foundation.NSArray nsarray, EOEnterpriseObject eoenterpriseobject)
           
 



Copyright © 2006 null. All Rights Reserved.