WebObjects 5.2.3

Uses of Class
com.webobjects.eocontrol.EOKeyGlobalID

Packages that use EOKeyGlobalID
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
 

Uses of EOKeyGlobalID in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess that return EOKeyGlobalID
 EOKeyGlobalID EOAccessFaultHandler.globalID()
          Returns the receiver's globalID.
 EOKeyGlobalID EOAccessArrayFaultHandler.sourceGlobalID()
          Returns the EOKeyGlobalID representing the source entity in a to-many relationship.
 

Constructors in com.webobjects.eoaccess with parameters of type EOKeyGlobalID
EOAccessFaultHandler(EOKeyGlobalID globalID, EODatabaseContext dbcontext, EOEditingContext ec)
          Returns a new fault handler with all of the information necessary to fetch the object when the fault is fired.
EOAccessArrayFaultHandler(EOKeyGlobalID sourceGlobalID, String relationshipName, EODatabaseContext dbcontext, EOEditingContext ec)
          Creates and returns a fault handler initialized with all of the information necessary to fetch the appropriate objects when the fault is fired.
 

Uses of EOKeyGlobalID in com.webobjects.eocontrol
 

Methods in com.webobjects.eocontrol that return EOKeyGlobalID
static EOKeyGlobalID EOKeyGlobalID.globalIDWithEntityName(String entityName, Object[] values)
          Returns an EOKeyGlobalID based on entityName and values.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.