| 
WebObjects 5.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EOFetchSpecification | |
| com.webobjects.eoaccess | |
| com.webobjects.eoapplication | |
| com.webobjects.eocontrol | |
| com.webobjects.eodistribution | |
| com.webobjects.eodistribution.client | |
| com.webobjects.eogeneration.client | |
| com.webobjects.jdbcadaptor | |
| com.webobjects.jndiadaptor | Provides an implementation of an Enterprise Objects Frameworks (EOF) adaptor for JNDI data sources. | 
| Uses of EOFetchSpecification in com.webobjects.eoaccess | 
| Methods in com.webobjects.eoaccess that return EOFetchSpecification | |
 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.  | 
 EOFetchSpecification | 
EOEntity.fetchSpecificationNamed(String fetchSpecName)
Returns the fetch specification identified by fetchSpecName. | 
 EOFetchSpecification | 
EOEntityClassDescription.fetchSpecificationNamed(String name)
Returns the fetch specification with the specified name from the receiver's entity.  | 
 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. | 
| Methods in com.webobjects.eoaccess with parameters of type EOFetchSpecification | |
 void | 
EODatabaseDataSource.setFetchSpecification(EOFetchSpecification fetchSpec)
Sets the fetch specification used when supplying objects to fetchSpec. | 
 void | 
EODatabaseChannel.selectObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification,
                                    EOEditingContext context)
Selects objects described by fetchSpecification to
 be fetched into context. | 
 void | 
EOEntity.addFetchSpecification(EOFetchSpecification fetchSpec,
                      String name)
Adds the fetch specification fetchSpec to the receiver and 
 associates name with it. | 
 void | 
EOSQLExpression.prepareSelectExpressionWithAttributes(NSArray attributes,
                                      boolean lock,
                                      EOFetchSpecification fetchSpec)
Generates a SELECT statement.  | 
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(Object object,
                                  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(Object object,
                                     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. | 
 EOSQLExpression | 
EOSQLExpressionFactory.selectStatementForAttributes(NSArray attributes,
                             boolean yn,
                             EOFetchSpecification fetchSpec,
                             EOEntity entity)
Creates and returns an SQL SELECT expression.  | 
 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 fethSpec. | 
 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. | 
| 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. | 
| 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 | |
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 fetchSpecification)
Equivalent to :  | 
 NSArray | 
EOEditingContext.Delegate.editingContextShouldFetchObjects(EOEditingContext context,
                                 EOFetchSpecification fetchSpec)
Invoked from objectsWithFetchSpecification. | 
 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.  | 
 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 | 
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 | |
 void | 
EODistributedDataSource.setFetchSpecification(EOFetchSpecification fetchSpecification)
Assigns fetchSpecification to the receiver as the fetch
 specification to use when fetching objects. | 
 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. | 
| Uses of EOFetchSpecification in com.webobjects.eogeneration.client | 
| Methods in com.webobjects.eogeneration.client that return EOFetchSpecification | |
 EOFetchSpecification | 
EOQueryController.fetchSpecification()
 | 
| Methods in com.webobjects.eogeneration.client with parameters of type EOFetchSpecification | |
 void | 
EOQueryController.queryObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
 | 
 void | 
EOControllerFactory.List.listObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
 | 
 void | 
EOControllerFactory.Query.queryObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)
 | 
 void | 
EOListController.listObjectsWithFetchSpecification(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 | |
 void | 
JNDIChannel.selectAttributes(NSArray attributes,
                 EOFetchSpecification fetchSpecification,
                 boolean isLocking,
                 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.  | 
 String | 
LDAPPlugIn.base(EOFetchSpecification fetchSpecification,
     EOEntity entity)
 | 
 String | 
LDAPPlugIn.filter(EOFetchSpecification fetchSpecification,
       EOEntity entity)
 | 
  | 
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||