Uses of Class
net.wotonomy.control.EOGlobalID

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

Uses of EOGlobalID in net.wotonomy.access
 

Methods in net.wotonomy.access that return EOGlobalID
 EOGlobalID EOEntity.globalIDForRow(java.util.Map row)
          Creates a global ID for a row.
 

Methods in net.wotonomy.access with parameters of type EOGlobalID
 net.wotonomy.foundation.NSArray EODatabaseContext.arrayFaultWithSourceGlobalID(EOGlobalID gid, java.lang.String relName, EOEditingContext ec)
           
 java.lang.Object EOEntityClassDescription.createInstanceWithEditingContext(EOEditingContext ec, EOGlobalID gid)
           
 void EODatabase.decrementSnapshotCountForGlobalID(EOGlobalID gid)
           
 void EODatabaseContext.editingContextDidForgetObjectWithGlobalID(EOEditingContext ec, EOGlobalID gid)
           
 java.lang.Object EODatabaseContext.faultForGlobalID(EOGlobalID gid, EOEditingContext ec)
           
 void EODatabase.forgetSnapshotForGlobalID(EOGlobalID gid)
           
 void EODatabaseContext.forgetSnapshotForGlobalID(EOGlobalID gid)
           
 void EODatabase.incrementSnapshotCountForGlobalID(EOGlobalID gid)
           
 void EODatabaseContext.initializeObject(java.lang.Object eo, EOGlobalID gid, EOEditingContext ec)
           
 boolean EODatabaseContext.isObjectLockedWithGlobalID(EOGlobalID gid)
           
 boolean EODatabaseContext.isObjectLockedWithGlobalID(EOGlobalID gid, EOEditingContext ec)
           
 void EODatabaseContext.lockObjectWithGlobalID(EOGlobalID gid, EOEditingContext ec)
           
 net.wotonomy.foundation.NSArray EODatabaseContext.objectsForSourceGlobalID(EOGlobalID gid, java.lang.String relationName, EOEditingContext ec)
           
 boolean EODatabaseContext.ownsGlobalID(EOGlobalID gid)
           
 net.wotonomy.foundation.NSDictionary EOEntity.primaryKeyForGlobalID(EOGlobalID gid)
          Returns a dictionary with the primary key values contained in the global id.
 void EODatabase.recordSnapshotForGlobalID(net.wotonomy.foundation.NSDictionary snap, EOGlobalID gid)
           
 void EODatabaseContext.recordSnapshotForGlobalID(net.wotonomy.foundation.NSDictionary snap, EOGlobalID gid)
           
 void EODatabase.recordSnapshotForSourceGlobalID(net.wotonomy.foundation.NSArray gids, EOGlobalID gid, java.lang.String name)
           
 void EODatabaseContext.recordSnapshotForSourceGlobalID(net.wotonomy.foundation.NSArray gids, EOGlobalID gid, java.lang.String relationName)
           
 void EODatabaseContext.refaultObject(java.lang.Object obj, EOGlobalID gid, EOEditingContext ec)
           
 net.wotonomy.foundation.NSDictionary EODatabase.snapshotForGlobalID(EOGlobalID gid)
           
 net.wotonomy.foundation.NSDictionary EODatabaseContext.snapshotForGlobalID(EOGlobalID gid)
           
 net.wotonomy.foundation.NSDictionary EODatabase.snapshotForGlobalID(EOGlobalID gid, long l)
           
 net.wotonomy.foundation.NSArray EODatabase.snapshotForSourceGlobalID(EOGlobalID gid, java.lang.String name)
           
 net.wotonomy.foundation.NSArray EODatabaseContext.snapshotForSourceGlobalID(EOGlobalID gid, java.lang.String name)
           
 net.wotonomy.foundation.NSDictionary EODatabase.snapshotForSourceGlobalID(EOGlobalID gid, java.lang.String s, long l)
           
 long EODatabase.timestampForGlobalID(EOGlobalID gid)
           
 long EODatabase.timestampForSourceGlobalID(EOGlobalID gid, java.lang.String s)
           
 

Uses of EOGlobalID in net.wotonomy.control
 

Subclasses of EOGlobalID in net.wotonomy.control
 class EOIntegralKeyGlobalID
           
 class EOKeyGlobalID
          The model object which represents the mapping between database fields and object properties, lists available entities, lists connection dictionaries, and has fetch specifications.
 class EOTemporaryGlobalID
          EOTemporaryGlobalID is a network-wide unique key.
 class EOVectorKeyGlobalID
           
 

Methods in net.wotonomy.control that return EOGlobalID
 EOGlobalID EditingContext.getGlobalIDForObject(java.lang.Object anObject)
          Returns the id for the specified object, or null if the object is not registered in this context.
protected abstract  EOGlobalID AbstractObjectStore.globalIDForData(java.util.Map aDataMap)
          Extracts the global id for the fetched data or snapshot.
 EOGlobalID EOEditingContext.globalIDForObject(java.lang.Object anObject)
          Returns the id for the specified object, or null if the object is not registered in this context.
 

Methods in net.wotonomy.control with parameters of type EOGlobalID
 net.wotonomy.foundation.NSArray AbstractObjectStore.arrayFaultWithSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationship, EOEditingContext aContext)
          This implementation returns an appropriately configured array fault.
 net.wotonomy.foundation.NSArray EOEditingContext.arrayFaultWithSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationshipKey, EOEditingContext aContext)
          Returns a read-only List of objects associated with the object with the specified id for the specified property relationship, or may return a placeholder array that will defer the fetch until needed (aka an array fault).
abstract  net.wotonomy.foundation.NSArray EOObjectStore.arrayFaultWithSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationship, EOEditingContext aContext)
          Returns a List of objects associated with the object with the specified id for the specified property relationship, or may return a placeholder array that will defer the fetch until accessed (an array fault).
 net.wotonomy.foundation.NSArray EOObjectStoreCoordinator.arrayFaultWithSourceGlobalID(EOGlobalID eoglobalid, java.lang.String s, EOEditingContext eoeditingcontext)
           
 java.lang.Object EOClassDescription.createInstanceWithEditingContext(EOEditingContext anEditingContext, EOGlobalID globalID)
          Creates a new instance of the class represented by this class description, registering it with the specified editing context and global id.
protected  java.lang.Object AbstractObjectStore.createInstanceWithEditingContext(EOGlobalID aGlobalID, EOEditingContext aContext)
          Creates a new instance of an object that corresponds to the specified global id and is registered in the specified context.
protected abstract  java.lang.Object AbstractObjectStore.deleteObject(EOGlobalID aGlobalID)
          Returns the data for the row corresponding to the specified id.
 void EOEditingContext.editingContextDidForgetObjectWithGlobalID(EOEditingContext aContext, EOGlobalID aGlobalID)
          Called by child editing contexts when they no longer need to track the specified id.
 void EOObjectStore.editingContextDidForgetObjectWithGlobalID(EOEditingContext aContext, EOGlobalID aGlobalID)
          Called by editing contexts when they no longer need to track the specified id.
 void EOObjectStoreCoordinator.editingContextDidForgetObjectWithGlobalID(EOEditingContext eoeditingcontext, EOGlobalID eoglobalid)
           
 boolean EOEditingContext.Delegate.editingContextShouldInvalidateObject(EOEditingContext anEditingContext, java.lang.Object anObject, EOGlobalID aGlobalID)
          Called to determine whether an object should be invalidated.
protected abstract  java.lang.String AbstractObjectStore.entityForGlobalIDOrObject(EOGlobalID aGlobalID, java.lang.Object anObject)
          Returns the entity that corresponds to the specified global id and/or object.
 java.lang.Object AbstractObjectStore.faultForGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          This implementation returns the actual object for the specified id.
 java.lang.Object EOEditingContext.faultForGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Returns the object for the specified id.
abstract  java.lang.Object EOObjectStore.faultForGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Returns the object for the specified id.
 java.lang.Object EOObjectStoreCoordinator.faultForGlobalID(EOGlobalID eoglobalid, EOEditingContext eoeditingcontext)
           
 java.util.List EditingContext.getArrayFaultWithSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationshipKey, EOEditingContext aContext)
          Returns a List of objects associated with the object with the specified id for the specified property relationship, or may return a placeholder array that will defer the fetch until needed (aka an array fault).
 java.lang.Object EditingContext.getFaultForGlobalID(EOGlobalID aGlobalID)
          Returns the object for the specified id.
 java.lang.Object EditingContext.getObjectForGlobalID(EOGlobalID aGlobalID)
          Returns the object registered in this editing context for the specified id, or null if that id is not registered.
 void AbstractObjectStore.initializeObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
          Given a newly instantiated object, this method initializes its properties to values appropriate for the specified id.
 void EOEditingContext.initializeObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
          Given a newly instantiated object, this method initializes its properties to values appropriate for the specified id.
abstract  void EOObjectStore.initializeObject(java.lang.Object eo, EOGlobalID aGlobalID, EOEditingContext aContext)
          Given a newly instantiated object, this method initializes its properties to values appropriate for the specified id.
 void EOObjectStoreCoordinator.initializeObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
           
protected abstract  java.util.Map AbstractObjectStore.insertObject(EOGlobalID aGlobalID, java.util.Map aDataMap)
          Returns the data for the row corresponding to the specified id.
 void EOEditingContext.insertObjectWithGlobalID(java.lang.Object anObject, EOGlobalID aGlobalID)
          Inserts the specified object into this editing context with the specified id, which is expected to be a temporary id.
protected  void AbstractObjectStore.invalidateObject(EOGlobalID aGlobalID)
          Dumps the snapshot corresponding to the specified id.
 boolean AbstractObjectStore.isObjectLockedWithGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Returns false because locking is not currently permitted.
 boolean EOEditingContext.isObjectLockedWithGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Returns whether the object referenced by the specified id is locked.
abstract  boolean EOObjectStore.isObjectLockedWithGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Returns whether the object corresponding to the specified id is locked.
 boolean EOObjectStoreCoordinator.isObjectLockedWithGlobalID(EOGlobalID eoglobalid, EOEditingContext eoeditingcontext)
           
 void AbstractObjectStore.lockObjectWithGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Does nothing because locking is not currently permitted.
 void EOEditingContext.lockObjectWithGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Locks the object referenced by the specified id in the specified editing context.
abstract  void EOObjectStore.lockObjectWithGlobalID(EOGlobalID aGlobalID, EOEditingContext aContext)
          Locks the object corresponding to the specified id is locked.
 void EOObjectStoreCoordinator.lockObjectWithGlobalID(EOGlobalID eoglobalid, EOEditingContext eoeditingcontext)
           
 java.lang.Object EOEditingContext.objectForGlobalID(EOGlobalID aGlobalID)
          Returns the object registered in this editing context for the specified id, or null if that id is not registered.
 net.wotonomy.foundation.NSArray AbstractObjectStore.objectsForSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationship, EOEditingContext aContext)
          Returns a List of objects associated with the object with the specified id for the specified property relationship.
 net.wotonomy.foundation.NSArray EOEditingContext.objectsForSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationshipKey, EOEditingContext aContext)
          Returns a read-only List of objects associated with the object with the specified id for the specified property relationship.
abstract  net.wotonomy.foundation.NSArray EOObjectStore.objectsForSourceGlobalID(EOGlobalID aGlobalID, java.lang.String aRelationship, EOEditingContext aContext)
          Returns a List of objects associated with the object with the specified id for the specified property relationship.
 net.wotonomy.foundation.NSArray EOObjectStoreCoordinator.objectsForSourceGlobalID(EOGlobalID eoglobalid, java.lang.String s, EOEditingContext eoeditingcontext)
           
 EOCooperatingObjectStore EOObjectStoreCoordinator.objectStoreForGlobalID(EOGlobalID eoglobalid)
           
abstract  boolean EOCooperatingObjectStore.ownsGlobalID(EOGlobalID eoglobalid)
           
protected  java.util.Map AbstractObjectStore.readFromCache(EOGlobalID aGlobalID, java.util.Collection keys)
          Reads the local data snapshot for the specified id.
protected abstract  java.util.Map AbstractObjectStore.readObject(EOGlobalID aGlobalID, java.util.Collection keys)
          Returns the data for the row corresponding to the specified id containing at least the specified keys.
 void EOEditingContext.recordObject(java.lang.Object anObject, EOGlobalID aGlobalID)
          Registers the specified object in this editing context for the specified id.
 void AbstractObjectStore.refaultObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
          Removes all values from the specified object, converting it into a fault for the specified id.
 void EOEditingContext.refaultObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
          Refaults the specified object, turning it into a fault for the specified global id in the specified context.
abstract  void EOObjectStore.refaultObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
          Removes all values from the specified object, converting it into a fault for the specified id.
 void EOObjectStoreCoordinator.refaultObject(java.lang.Object anObject, EOGlobalID aGlobalID, EOEditingContext aContext)
           
protected abstract  java.lang.Object AbstractObjectStore.updateObject(EOGlobalID aGlobalID, java.util.Map aDataMap)
          Returns the data for the row corresponding to the specified id.
 

Constructors in net.wotonomy.control with parameters of type EOGlobalID
ArrayFault(EOGlobalID aSourceID, java.lang.String aRelationshipKey, EOEditingContext aContext)
           
EOCustomObject(EOEditingContext aContext, EOClassDescription aClassDescription, EOGlobalID aGlobalID)
          Preferred constructor, specifying an editing context, a class description, and a global id, any or all of which may be null.
EOGenericRecord(EOEditingContext aContext, EOClassDescription aDescription, EOGlobalID anID)
          Compatibility constructor: aContext and anID are ignored.
 



Copyright © 2006 null. All Rights Reserved.