WebObjects 5.2.3

Uses of Class
com.webobjects.eocontrol.EOObjectStore

Packages that use EOObjectStore
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
com.webobjects.eodistribution.client Provides the communication mechanism between the client and server components of Java Client applications. 
com.webobjects.eointerface Provides the infrastructure to display data for the control layer in a desktop application's user interface. 
 

Uses of EOObjectStore in com.webobjects.eoaccess
 

Subclasses of EOObjectStore in com.webobjects.eoaccess
 class EODatabaseContext
          EODatabaseContext is the basic EOObjectStore for the EOAccess Framework.
 

Uses of EOObjectStore in com.webobjects.eocontrol
 

Subclasses of EOObjectStore in com.webobjects.eocontrol
 class EOCooperatingObjectStore
          EOCooperatingObjectStore is a part of the control layer's object storage abstraction.
 class EOEditingContext
          An EOEditingContext object manages a graph of enterprise objects in an application; this object graph represents an internally consistent view of one or more external stores (most often a database).
 class EOObjectStoreCoordinator
          EOObjectStoreCoordinator provides the abstraction of a single object store by coordinating one or more EOCooperatingObjectStores.
 class EOSharedEditingContext
          The EOSharedEditingContext class defines a mechanism that allows EOEditingContexts to share enterprise objects for reading.
 

Methods in com.webobjects.eocontrol that return EOObjectStore
static EOObjectStore EOEditingContext.defaultParentObjectStore()
          Returns the EOObjectStore that is the default parent object store for new editing contexts.
 EOObjectStore EOEditingContext.parentObjectStore()
           
 EOObjectStore EOEditingContext.rootObjectStore()
          Returns the EOObjectStore at the base of the object store hierarchy (usually an EOObjectStoreCoordinator).
 

Methods in com.webobjects.eocontrol with parameters of type EOObjectStore
static void EOEditingContext.setDefaultParentObjectStore(EOObjectStore store)
          Sets the default parent EOObjectStore to store.
 boolean EOEditingContext.MessageHandler.editingContextShouldContinueFetching(EOEditingContext context, int count, int originalLimit, EOObjectStore objectStore)
          Invoked by objectStore (such as an EOAccess layer EODatabaseContext) to allow the message handler for context (often an interface layer EODisplayGroup) to prompt the user about whether or not to continue fetching the current result set.
 

Constructors in com.webobjects.eocontrol with parameters of type EOObjectStore
EOSharedEditingContext(EOObjectStore parent)
          Creates a new EOSharedEditingContext with a specified EOObjectStoreCoordinator as the parent EOObjectStore.
EOEditingContext(EOObjectStore parent)
          Creates a new EOEditingContext object with parent as its parent object store.
 

Uses of EOObjectStore in com.webobjects.eodistribution.client
 

Subclasses of EOObjectStore in com.webobjects.eodistribution.client
 class EODistributedObjectStore
          An EODistributedObjectStore functions as the parent object store on the client side of Java Client applications.
 

Uses of EOObjectStore in com.webobjects.eointerface
 

Methods in com.webobjects.eointerface with parameters of type EOObjectStore
 boolean EODisplayGroup.editingContextShouldContinueFetching(EOEditingContext editingContext, int count, int limit, EOObjectStore objectStore)
          Invoked by editingContext as part of the EOEditingContext.MessageHandlers interface, this method presents an attention panel prompting the user about whether or not to continue fetching the current result set.
 


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

Copyright © 2004 Apple Computer, Inc.