WebObjects 5.2.3
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Q

QUERY - Static variable in class com.webobjects.directtoweb.D2WEditRelationshipPage
This constant is intentionally undocumented.
QualifierOperatorCaseInsensitiveLike - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorContains - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorEqual - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorGreaterThan - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorGreaterThanOrEqualTo - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorLessThan - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorLessThanOrEqualTo - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorLike - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QualifierOperatorNotEqual - Static variable in class com.webobjects.eocontrol.EOQualifier
One of the possible values of selector.
QueryAllPageInterface - interface com.webobjects.directtoweb.QueryAllPageInterface.
This interface is the return value for the D2W queryAllPage method that creates a query-all page.
QueryComponent - class com.webobjects.directtoweb.QueryComponent.
This class is used internally by other classes in WebObjects and should be considered private.
QueryComponent(WOContext) - Constructor for class com.webobjects.directtoweb.QueryComponent
This method is intentionally undocumented.
QueryOperatorComponent - class com.webobjects.directtoweb.QueryOperatorComponent.
This class is used internally by other classes in WebObjects and should be considered private.
QueryOperatorComponent(WOContext) - Constructor for class com.webobjects.directtoweb.QueryOperatorComponent
This method is intentionally undocumented.
QueryPageInterface - interface com.webobjects.directtoweb.QueryPageInterface.
This interface is implemented by pages returned by the D2W method queryPageForEntityNamed.
QueryTask - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
QuestionSpecification - Static variable in class com.webobjects.eogeneration.EOControllerFactory
 
QuickTimeCanvasAspectResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize to fill out EOQuickTimeView component size while preserving the aspect ratio of the canvas.
QuickTimeCanvasFreeResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize freely with the EOQuickTimeView component size.
QuickTimeCanvasHorizontalResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize horizontally with the EOQuickTimeView component size.
QuickTimeCanvasIntegralResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize to fill out EOQuickTimeView component size while preserving the aspect ratio of the canvas and only growing by integral increments (2x, 3x, 4x, etc.).
QuickTimeCanvasNoResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should not resize with the EOQuickTimeView component size.
QuickTimeCanvasPerformanceResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize with the EOQuickTimeView component size to any size which is a factor of 2 of the initial canvas size.
QuickTimeCanvasResizingParameter - Static variable in class com.webobjects.eoapplication.EOXMLUnarchiver
 
QuickTimeCanvasVerticalResizing - Static variable in class com.webobjects.eointerface.swing.EOQuickTimeView
This constant is used to specify that the QuickTime canvas should resize vertically with the EOQuickTimeView component size.
QuitActionPriority - Static variable in class com.webobjects.eoapplication.EOAction
The priority of the Quit action.
qName() - Method in class com.webobjects.webservices.client.WOWebService
Returns the QName of the service.
qNameForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
 
qNameLocalPartStringForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
 
qNameNamespaceURIStringForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
 
qNameStringForType(Class, String) - Static method in class com.webobjects.appserver.WOWebServiceUtilities
 
qualifier() - Method in class com.webobjects.appserver.WODisplayGroup
Provides the last qualifier given to the WODisplayGroup via setQualifier or qualifyDisplayGroup.
qualifier() - Method in class com.webobjects.directtoweb.D2WQueryPage
Gets the qualifier from query values of the display group.
qualifier() - Method in class com.webobjects.eoaccess.EOAdaptorOperation
Returns the EOQualifier that identifies the specific row to which the adaptor operation applies.
qualifier() - Method in class com.webobjects.eocontrol.EOFetchSpecification
Returns the EOQualifier that indicates which records or objects the receiver is to fetch.
qualifier() - Method in class com.webobjects.eocontrol.EONotQualifier
 
qualifier() - Method in class com.webobjects.eogeneration.EOQueryController
 
qualifier() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns the receiver's qualifier, which it uses to filter its array of objects for display when the delegate doesn't do so itself.
qualifier(EOEntity, NSArray, NSArray, NSArray, NSArray, String) - Method in class com.webobjects.webservices.generation.WOSearchOperation
Returns a qualifier for searching on an entity.
qualifierBindingKeys() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns an array of strings which is a union of the binding keys from the fetch specification's qualifier and the data source's auxiliary qualifier, or NSArray.EmptyArray if there are no bindings.
qualifierBindings() - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Returns a dictionary of bindings to be used for variable replacement on the fetch specification's qualifier and the auxiliary qualifier before the fetch is executed.
qualifierForEnterpriseObject(EOEditingContext, EOEnterpriseObject) - Static method in class com.webobjects.eoaccess.EOUtilities
Returns an EOQualifier for the specified Enterprise Object.
qualifierForPrimaryKey(NSDictionary) - Method in class com.webobjects.eoaccess.EOEntity
Returns a qualifier for the receiver that can be used to fetch an instance of the receiver with the primary key extracted from row.
qualifierFromQueryValues() - Method in class com.webobjects.appserver.WODisplayGroup
Builds a qualifier constructed from entries in these query dictionaries: queryMatch, queryMax, queryMin, and queryOperator.
qualifierFromQueryValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Builds a qualifier constructed from entries in the three query dictionaries: equalTo, greaterThan, and lessThan.
qualifierMigratedFromEntityRelationshipPath(EOQualifier, EOEntity, String) - Method in class com.webobjects.eoaccess.EOQualifierSQLGeneration.Support
Creates a new version of qualifier, translates all the keys to work with the entity specified in relationshipPath.
qualifierMigratedFromEntityRelationshipPath(EOEntity, String) - Method in interface com.webobjects.eoaccess.EOQualifierSQLGeneration
Creates a new EOQualifier by moving the qualifier from the source entity to the destination of the relationship path.
qualifierMigratedFromEntityRelationshipPath(EOEntity, String) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
qualifierToMatchAllValues(NSDictionary) - Static method in class com.webobjects.eocontrol.EOQualifier
Takes a dictionary of search criteria, from which the method creates EOKeyValueQualifiers (one for each dictionary entry).
qualifierToMatchAnyValue(NSDictionary) - Static method in class com.webobjects.eocontrol.EOQualifier
Takes a dictionary of search criteria, from which the method creates EOKeyValueQualifiers (one for each dictionary entry).
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.directtoweb.BooleanQualifier
 
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.directtoweb.NonNullQualifier
 
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eoaccess.EOSQLQualifier
Deprecated.  
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOKeyComparisonQualifier
Overriding EOQualifier's behavior.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOKeyValueQualifier
Implements the abstract version of this method defined in EOQualfier.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EONotQualifier
Returns a new qualifier substituting all variables with values found in bindings.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOOrQualifier
Returns a qualifier with the values associated by the bindings.
qualifierWithBindings(NSDictionary, boolean) - Method in class com.webobjects.eocontrol.EOQualifier
Returns a new qualifier substituting all variables with values found in bindings.
qualifierWithQualifierFormat(String, NSArray) - Static method in class com.webobjects.eocontrol.EOQualifier
Parses the format string format and the specified arguments, uses them to create an EOQualifier, and returns the EOQualifier.
qualifierWithSourceRow(NSDictionary) - Method in class com.webobjects.eoaccess.EORelationship
Returns a qualifier that can be used to fetch the destination of the receiving relationship given sourceRow.
qualifiers() - Method in class com.webobjects.eocontrol.EOOrQualifier
The qualifiers contained in the receiver.
qualifyDataSource() - Method in class com.webobjects.appserver.WODisplayGroup
Takes the result of qualifierFromQueryValues and applies to the WODisplayGroup's data source.
qualifyDataSource() - Method in class com.webobjects.eointerface.EODisplayGroup
Takes the result of qualifierFromQueryValues and applies to the receiver's data source.
qualifyDisplayGroup() - Method in class com.webobjects.appserver.WODisplayGroup
Takes the result of the qualifierFromQueryValues and applies it to the WODisplayGroup using setQualifier.
qualifyDisplayGroup() - Method in class com.webobjects.eointerface.EODisplayGroup
Takes the result of qualifierFromQueryValues and applies it to the receiver using setQualifier.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eoaccess.EODatabaseDataSource
Sets the primary qualifier for the fetch specification for the relationship named key owned by the enterprise object sourceObject.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eocontrol.EOArrayDataSource
EOArrayDataSource provides a null implementation of this method.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eocontrol.EODataSource
Implemented by subclasses to qualify the receiver, a detailed EODataSource, to display destination objects for a relationship.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eocontrol.EODetailDataSource
Configures the receiver to provide objects based on the relationship of sourceObject named by key.
qualifyWithRelationshipKey(String, Object) - Method in class com.webobjects.eodistribution.client.EODistributedDataSource
Displays destination objects for the relationship named key belonging to the source object sourceObject (owner of the relationship).
queryAction() - Method in class com.webobjects.directtoweb.D2WEditRelationshipPage
Is invoked when the user clicks the Search button in the query component of the edit-relationship page.
queryAction() - Method in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
Is invoked when a user clicks the search button next to an entity in the query-all page.
queryAction() - Method in class com.webobjects.directtoweb.D2WQueryPage
Is invoked when the user clicks Search in the query page.
queryAllPage(WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a query-all page as a WOComponent implementing the QueryAllPageInterface.
queryBindingValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns a dictionary containing the actual values that the user wants to query upon.
queryBindings() - Method in class com.webobjects.appserver.WODisplayGroup
You use this method to perform a query stored in the EOModel file.
queryControllerWithEntity(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
queryDataSource() - Method in class com.webobjects.directtoweb.D2WQueryAllEntitiesPage
 
queryDataSource() - Method in class com.webobjects.directtoweb.D2WQueryPage
 
queryDataSource() - Method in interface com.webobjects.directtoweb.QueryPageInterface
Returns the receiver's EODataSource (defined in the EOControl Framework).
queryDisplayGroup() - Method in class com.webobjects.eogeneration.EOQueryController
 
queryDisplayGroup() - Method in interface com.webobjects.eogeneration.EOQueryObjectDisplay
 
queryEditingContext() - Method in class com.webobjects.eogeneration.EOQueryController
 
queryEditingContext() - Method in interface com.webobjects.eogeneration.EOQueryObjectDisplay
 
queryMatch() - Method in class com.webobjects.appserver.WODisplayGroup
The qualifierFromQueryValues method uses this dictionary along with the queryMax and queryMin dictionaries to construct qualifiers.
queryMax() - Method in class com.webobjects.appserver.WODisplayGroup
Provides a dictionary of "less than" query values.
queryMin() - Method in class com.webobjects.appserver.WODisplayGroup
Provides a dictionary of "greater than" query values.
queryNumbers - Variable in class com.webobjects.directtoweb.D2WQueryBoolean
 
queryObjectsWithFetchSpecification(EOFetchSpecification) - Method in interface com.webobjects.eogeneration.EOControllerFactory.Query
 
queryObjectsWithFetchSpecification(EOFetchSpecification) - Method in class com.webobjects.eogeneration.EOQueryController
 
queryOperator() - Method in class com.webobjects.appserver.WODisplayGroup
If a key in the queryMatch dictionary also exists in queryOperator, that operator for that key is used.
queryOperatorValues() - Method in class com.webobjects.eointerface.EODisplayGroup
Returns a dictionary of operators to use on items in the query dictionaries (equalToQueryValues, greaterThanQueryValues, and lessThanQueryValues).
queryPageForEntityNamed(String, WOSession) - Method in class com.webobjects.directtoweb.D2W
Returns a query page as a WOComponent object implementing the QueryPageInterface for the entity identified by entityName.
queryPropertyKeys() - Method in class com.webobjects.eogeneration.rules.EOAssignment
 
queryString() - Method in class com.webobjects.appserver.WORequest
Returns, as a String, the query string of the URI.
queryTextBackgroundColor() - Static method in class com.webobjects.eoapplication.EOUserInterfaceParameters
Returns the color used for the background of query text fields.
queryWithEntityName(String) - Method in class com.webobjects.eogeneration.EOControllerFactory
 
quickTimeCanvasResizing() - Method in class com.webobjects.eogeneration.EOQuickTimeViewController
 
quit() - Method in class com.webobjects.eoapplication.EOApplication
Causes the receiver to quit (provided canQuit is true).
quitWithMessage(String, String) - Method in class com.webobjects.eoapplication.EOApplication
Can be invoked to quit the application after showing a panel with an explanation (for example in case of a Session Time Out error for a three-tier application).
quitsOnLastWindowClose() - Method in class com.webobjects.eoapplication.EOApplication
Returns whether or not the receiver quits when the user closes all of its windows.

Last updated Thu Oct 21 15:04:16 PDT 2004.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright © 2004 Apple Computer, Inc.