WebObjects 5.2.3

Uses of Class
com.webobjects.eocontrol.EOFetchSpecification

Packages that use EOFetchSpecification
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
com.webobjects.eoapplication Provides application logic utility classes to the client side of Java Client applications. 
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
com.webobjects.eodistribution Provides the communication mechanism between the client and server components of Java Client applications. 
com.webobjects.eodistribution.client Provides the communication mechanism between the client and server components of Java Client applications. 
com.webobjects.eogeneration Provides infrastructure for dynamically generating complete user interfaces in Java Client applications from XML descriptions of controller hierarchies. 
com.webobjects.jdbcadaptor Provides an implementation of an Enterprise Objects adaptor for JDBC data sources. 
com.webobjects.jndiadaptor Provides an implementation of an Enterprise Objects Frameworks adaptor for JNDI data sources. 
 

Uses of EOFetchSpecification in com.webobjects.eoaccess
 

Methods in com.webobjects.eoaccess that return EOFetchSpecification
 EOFetchSpecification EOModelGroup.fetchSpecificationNamed(String fetchSpecName, String entityName)
          Returns the fetch specification identifed by fetchSpecName from the entity specified by entityName in the receiving model group.
 EOFetchSpecification EOEntityClassDescription.fetchSpecificationNamed(String name)
          Returns the fetch specification with the specified name from the receiver's entity.
 EOFetchSpecification EOEntity.fetchSpecificationNamed(String fetchSpecName)
          Returns the fetch specification identified by fetchSpecName.
 EOFetchSpecification EODatabaseDataSource.fetchSpecification()
          Returns the receiver's EOFetchSpecification or null if no fetch specification is set.
 EOFetchSpecification EODatabaseDataSource.fetchSpecificationForFetch()
          Returns a copy of the effective fetch specification, which is the union of the primary fetch specification and the auxiliary qualifier.
 

Methods in com.webobjects.eoaccess with parameters of type EOFetchSpecification
 EOSQLExpression EOSQLExpressionFactory.selectStatementForAttributes(NSArray attributes, boolean yn, EOFetchSpecification fetchSpec, EOEntity entity)
          Creates and returns an SQL SELECT expression.
 void EOSQLExpression.prepareSelectExpressionWithAttributes(NSArray attributes, boolean lock, EOFetchSpecification fetchSpec)
          Generates a SELECT statement.
 void EOEntity.addFetchSpecification(EOFetchSpecification fetchSpec, String name)
          Adds the fetch specification fetchSpec to the receiver and associates name with it.
 void EODatabaseDataSource.setFetchSpecification(EOFetchSpecification fetchSpec)
          Sets the fetch specification used when supplying objects to fetchSpec.
 boolean EODatabaseContext.handlesFetchSpecification(EOFetchSpecification fetchSpecification)
          Returns true if the entity identified by the entity name in fetchSpecification can be found in one of the models owned by the EODatabase of the receiver, false
 NSArray EODatabaseContext.objectsWithFetchSpecification(EOFetchSpecification fetchSpec, EOEditingContext context)
          Fetches objects from an external store into context.
 void EODatabaseContext.Delegate.databaseContextDidFetchObjects(EODatabaseContext dbCtxt, NSArray array, EOFetchSpecification fetchSpec, EOEditingContext ec)
          Invoked from objectsWithFetchSpecification after fetching objects into the editing context ec using fetchSpec.
 void EODatabaseContext.Delegate.databaseContextDidSelectObjects(EODatabaseContext dbCtxt, EOFetchSpecification fetchSpec, EODatabaseChannel dbChannel)
          Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification to tell the delegate that dbChannel has selected the objects on behalf of dbCtxt as specified by fetchSpec.
 NSArray EODatabaseContext.Delegate.databaseContextShouldFetchObjects(EODatabaseContext dbCtxt, EOFetchSpecification fetchSpec, EOEditingContext ec)
          Invoked from objectsWithFetchSpecification to give the delegate the opportunity to satisfy ec's fetch request (using the criteria specified in fetchSpec) from a local cache.
 boolean EODatabaseContext.Delegate.databaseContextShouldSelectObjects(EODatabaseContext dbCtxt, EOFetchSpecification fetchSpec, EODatabaseChannel dbChannel)
          Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification to tell the delegate that the database channel dbChannel will select objects on behalf of the database context dbCtxt as specified by fetchSpec.
 boolean EODatabaseContext.Delegate.databaseContextShouldUsePessimisticLock(EODatabaseContext dbCtxt, EOFetchSpecification fetchSpec, EODatabaseChannel dbChannel)
          Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecification.
 void EODatabaseContext.Delegate.databaseContextWillFireArrayFaultForGlobalID(EODatabaseContext dbCtxt, EOGlobalID gid, EORelationship rel, EOFetchSpecification fetchSpec, EOEditingContext ec)
          Invoked just before the Framework-generated fetch specification, fetchSpec, is used to clear the fault for the specified globalID (gid) and relationship(rel).
 void EODatabaseContext.Delegate.databaseContextWillFireObjectFaultForGlobalID(EODatabaseContext dbCtxt, EOGlobalID gid, EOFetchSpecification fetchSpec, EOEditingContext ec)
          Invoked just before the Framework-generated fetch specification, fetchSpec, is used to clear the fault for the specified globalID, gid.
 void EODatabaseChannel.selectObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification, EOEditingContext context)
          Selects objects described by fetchSpecification to be fetched into context.
abstract  void EOAdaptorChannel.selectAttributes(NSArray attributes, EOFetchSpecification fetchSpecification, boolean yn, EOEntity entity)
          An abstract method that should be implemented by subclasses to select attributes in rows matching the qualifier in fetchSpecification and set the receiver's attributes to fetch.
 void EOAdaptorChannel.Delegate.adaptorChannelDidSelectAttributes(EOAdaptorChannel channel, NSArray attributes, EOFetchSpecification fetchSpec, boolean lock, EOEntity entity)
          Invoked from selectAttributes to tell the delegate that some rows have been selected in the database server.
 boolean EOAdaptorChannel.Delegate.adaptorChannelShouldSelectAttributes(EOAdaptorChannel channel, NSArray attributes, EOFetchSpecification fetchSpec, boolean lock, EOEntity entity)
          Invoked from selectAttributes to ask the delegate whether a select operation should be performed by the adaptor channel object for the attributes of entity using the fetch specification fetchSpec, locking the database rows or not according to the Boolean parameter lock.
 

Uses of EOFetchSpecification in com.webobjects.eoapplication
 

Methods in com.webobjects.eoapplication with parameters of type EOFetchSpecification
 void EOEntityController.setObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
          Fetches the objects specified by fetchSpecification into the receiver's display group.
abstract  EODataSource EODataSourceFactory.newMasterDataSource(EOEditingContext editingContext, String entityName, EOFetchSpecification fetchSpecification)
          
 

Uses of EOFetchSpecification in com.webobjects.eocontrol
 

Methods in com.webobjects.eocontrol that return EOFetchSpecification
static EOFetchSpecification EOFetchSpecification.fetchSpecificationNamed(String name, String entityName)
          Returns the fetch specification that the entity specified by entityName associates with the fetch specification name name.
 EOFetchSpecification EOFetchSpecification.fetchSpecificationWithQualifierBindings(NSDictionary bindings)
          Applies bindings from bindings to the receiver's qualifier if there is one, and returns a new fetch specification that can be used in a fetch.
 EOFetchSpecification EOClassDescription.fetchSpecificationNamed(String name)
          Overridden by subclasses to obtain the fetch specification associated with name.
 

Methods in com.webobjects.eocontrol with parameters of type EOFetchSpecification
 void EOSharedEditingContext.bindObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification, String fetchSpecificationName)
          Fetches objects with fetchSpecification and binds the results to fetchSpecification's entity and fetchSpecification's name, which is provided with the fetchSpecificationName argument.
 NSArray EOSharedEditingContext.objectsWithFetchSpecification(EOFetchSpecification fetchSpecification, EOEditingContext editingContext)
          A thread-safe version of the superclass implementation that binds the results to fetchSpecification's entity.
 EOCooperatingObjectStore EOObjectStoreCoordinator.objectStoreForFetchSpecification(EOFetchSpecification fetchSpecification)
          Returns the EOCooperatingObjectStore responsible for fetching objects with fetchSpecification.
 NSArray EOObjectStoreCoordinator.objectsWithFetchSpecification(EOFetchSpecification fetchSpecification, EOEditingContext editingContext)
          Overrides the EOObjectStore implementation to fetch objects from the receiver's cooperating object stores.
abstract  NSArray EOObjectStore.objectsWithFetchSpecification(EOFetchSpecification fetchSpecification, EOEditingContext context)
          Fetches objects from an external store according to the criteria specified by fetchSpecification and returns them in an array for inclusion in context.
 NSArray EOEditingContext.objectsWithFetchSpecification(EOFetchSpecification fetchSpec, EOEditingContext context)
          Overrides the implementation inherited from EOObjectStore to fetch objects from an external store according to the criteria specified by fetchSpec and return them in an array.
 NSArray EOEditingContext.objectsWithFetchSpecification(EOFetchSpecification fetchSpec)
          Equivalent to objectsWithFetchSpecification(fetchSpecification, this).
 NSArray EOEditingContext.Delegate.editingContextShouldFetchObjects(EOEditingContext context, EOFetchSpecification fetchSpec)
          If the delegate has appropriate results cached it can return them and the fetch will be bypassed.
abstract  boolean EOCooperatingObjectStore.handlesFetchSpecification(EOFetchSpecification fetchSpecification)
          Overridden by subclasses to return true if the receiver is responsible for fetching the objects described by fetchSpecification.
 

Uses of EOFetchSpecification in com.webobjects.eodistribution
 

Methods in com.webobjects.eodistribution with parameters of type EOFetchSpecification
 boolean EODistributionContext.Delegate.distributionContextShouldFetchObjectsWithFetchSpecification(EODistributionContext distributionContext, EOFetchSpecification fetchSpecification)
          Returns whether the client application of this distribution context should be permitted to execute a fetch with a fetch specification.
 

Uses of EOFetchSpecification in com.webobjects.eodistribution.client
 

Methods in com.webobjects.eodistribution.client that return EOFetchSpecification
 EOFetchSpecification EODistributedDataSource.fetchSpecification()
          Returns the receiver's fetch specification (which by default fetches all the objects for the receiver's entity unless it is further restricted with setFetchSpecification or setAuxiliaryQualifier).
 

Methods in com.webobjects.eodistribution.client with parameters of type EOFetchSpecification
 NSArray EODistributedObjectStore.objectsWithFetchSpecification(EOFetchSpecification fetchSpecification, EOEditingContext editingContext)
          Fetches objects from the server according to the criteria specified by the fetch specification fetchSpecification and returns them in an array for inclusion in the editing context editingContext.
 void EODistributedDataSource.setFetchSpecification(EOFetchSpecification fetchSpecification)
          Assigns fetchSpecification to the receiver as the fetch specification to use when fetching objects.
 

Uses of EOFetchSpecification in com.webobjects.eogeneration
 

Methods in com.webobjects.eogeneration that return EOFetchSpecification
 EOFetchSpecification EOQueryController.fetchSpecification()
           
 

Methods in com.webobjects.eogeneration with parameters of type EOFetchSpecification
 void EOQueryController.queryObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
           
 void EOListController.listObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
           
 EOControllerFactory.List EOControllerFactory.listFetchSpecificationWithEntityName(String entityName, EOFetchSpecification fetchSpecification)
           
 void EOControllerFactory.List.listObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
           
 void EOControllerFactory.Query.queryObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
           
 

Uses of EOFetchSpecification in com.webobjects.jdbcadaptor
 

Methods in com.webobjects.jdbcadaptor with parameters of type EOFetchSpecification
 void JDBCExpression.prepareSelectExpressionWithAttributes(NSArray attributes, boolean lock, EOFetchSpecification fetchSpec)
           
 void JDBCChannel.selectAttributes(NSArray attributes, EOFetchSpecification fetchSpec, boolean yn, EOEntity entity)
           
 

Uses of EOFetchSpecification in com.webobjects.jndiadaptor
 

Methods in com.webobjects.jndiadaptor with parameters of type EOFetchSpecification
 String LDAPPlugIn.base(EOFetchSpecification fetchSpecification, EOEntity entity)
           
 String LDAPPlugIn.filter(EOFetchSpecification fetchSpecification, EOEntity entity)
           
abstract  String JNDIPlugIn.base(EOFetchSpecification fetchSpecification, EOEntity entity)
          Creates a base with the specified fetch specification and entity.
abstract  String JNDIPlugIn.filter(EOFetchSpecification fetchSpecification, EOEntity entity)
          Creates a filter with the specified fetch specification and entity.
 void JNDIChannel.selectAttributes(NSArray attributes, EOFetchSpecification fetchSpecification, boolean isLocking, EOEntity entity)
           
 


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

Copyright © 2004 Apple Computer, Inc.