| 
 | WebObjects 5.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | EODatabaseDataSource.fetchSpecification()Returns the receiver's EOFetchSpecification or nullif 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 fetchSpecNamefrom the entity specified byentityNamein 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 fetchSpecificationto
 be fetched intocontext. | 
|  void | EOEntity.addFetchSpecification(EOFetchSpecification fetchSpec,
                      String name)Adds the fetch specification fetchSpecto the receiver and 
 associatesnamewith 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 fetchSpecificationand set the receiver's attributes 
 to fetch. | 
|  void | EOAdaptorChannel.Delegate.adaptorChannelDidSelectAttributes(EOAdaptorChannel channel,
                                  NSArray attributes,
                                  EOFetchSpecification fetchSpec,
                                  boolean lock,
                                  EOEntity entity)Invoked from selectAttributesto 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 selectAttributesto ask the delegate
 whether a select operation should be performed by the adaptor
 channelobjectfor theattributesofentityusing the fetch specificationfetchSpec, locking the database rows or not 
 according to the Boolean parameterlock. | 
|  EOSQLExpression | EOSQLExpressionFactory.selectStatementForAttributes(NSArray attributes,
                             boolean yn,
                             EOFetchSpecification fetchSpec,
                             EOEntity entity)Creates and returns an SQL SELECT expression. | 
|  boolean | EODatabaseContext.handlesFetchSpecification(EOFetchSpecification fetchSpecification)Returns trueif the entity identified by the entity name infetchSpecificationcan 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 objectsWithFetchSpecificationafter
 fetching objects into the editing contextecusingfetchSpec. | 
|  void | EODatabaseContext.Delegate.databaseContextDidSelectObjects(EODatabaseContext dbCtxt,
                                EOFetchSpecification fetchSpec,
                                EODatabaseChannel dbChannel)Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecificationto tell the delegate thatdbchannelhas selected the objects on behalf ofdbCtxtas specified byfetchSpec. | 
|  NSArray | EODatabaseContext.Delegate.databaseContextShouldFetchObjects(EODatabaseContext dbCtxt,
                                  EOFetchSpecification fetchSpec,
                                  EOEditingContext ec)Invoked from objectsWithFetchSpecificationto give the delegate
 the opportunity to satisfyec's fetch request (using the
 criteria specified infetchSpec) from a local cache. | 
|  boolean | EODatabaseContext.Delegate.databaseContextShouldSelectObjects(EODatabaseContext dbCtxt,
                                   EOFetchSpecification fetchSpec,
                                   EODatabaseChannel dbChannel)Invoked from the EODatabaseChannel method selectObjectsWithFetchSpecificationto tell the delegate
 that the database channeldbchannelwill select objects on 
 behalf of the database contextdbCtxtas specified byfetchSpec. | 
|  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 | |
| abstract  EODataSource | EODataSourceFactory.newMasterDataSource(EOEditingContext editingContext,
                    String entityName,
                    EOFetchSpecification fetchSpecification) | 
|  void | EOEntityController.setObjectsWithFetchSpecification(EOFetchSpecification fetchSpecification)Fetches the objects specified by fetchSpecificationinto
 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 entityNameassociates with the fetch specification
 namename. | 
|  EOFetchSpecification | EOFetchSpecification.fetchSpecificationWithQualifierBindings(NSDictionary bindings)Applies bindings from bindingsto 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 fetchSpecificationand returns them in an array for
 inclusion incontext. | 
|  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 fetchSpecand 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 fetchSpecificationand binds the results tofetchSpecification's entity andfetchSpecification's
 name, which is provided with thefetchSpecificationNameargument. | 
|  NSArray | EOSharedEditingContext.objectsWithFetchSpecification(EOFetchSpecification fetchSpecification,
                              EOEditingContext editingContext)A thread-safe version of the superclass implementation that binds the results to fetchSpecification's entity. | 
| abstract  boolean | EOCooperatingObjectStore.handlesFetchSpecification(EOFetchSpecification fetchSpecification)Overridden by subclasses to return trueif the receiver is responsible
 for fetching the objects described byfetchSpecification. | 
| 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 setFetchSpecificationorsetAuxiliaryQualifier). | 
| Methods in com.webobjects.eodistribution.client with parameters of type EOFetchSpecification | |
|  void | EODistributedDataSource.setFetchSpecification(EOFetchSpecification fetchSpecification)Assigns fetchSpecificationto 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 fetchSpecificationand returns them in an
 array for inclusion in the editing contexteditingContext. | 
| 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) | 
|  EOControllerFactory.List | EOControllerFactory.listFetchSpecificationWithEntityName(String entityName,
                                     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 Fri Feb 21 13:15:00 PST 2003. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||