WebObjects 5.2.3

Uses of Class
com.webobjects.directtoweb.QueryComponent

Packages that use QueryComponent
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
 

Uses of QueryComponent in com.webobjects.directtoweb
 

Subclasses of QueryComponent in com.webobjects.directtoweb
 class D2WQueryAnyField
          This property-level component builds a query based on the destination objects of a relationship.
 class D2WQueryBoolean
          This property-level component builds a query based on a boolean attribute which is stored as a number on the server.
 class D2WQueryDateOperator
          This property-level component builds a date query based on a date and an operator (for example, equal to).
 class D2WQueryDateRange
          This property-level component builds a date query based on the range between two dates.
 class D2WQueryNumberOperator
          This property-level component builds a number query based on a value and an operator (for example, equal to).
 class D2WQueryNumberRange
          This property-level component builds a number query based on the range between two numbers.
 class D2WQueryRangeComponent
          This class is used internally by other classes in WebObjects and should be considered private.
 class D2WQueryRelationship
          This class is used internally by other classes in WebObjects and should be considered private.
 class D2WQueryStringComponent
          This property-level component builds a query based on a string using WODisplayGroup's default values for stringMatchFormat (#@*) and stringMatchOperator (caseInsensitiveLike).
 class D2WQueryStringOperator
          This property-level component builds a query based on a string and an operator (for example, "starts with" and "contains").
 class D2WQueryToManyField
          This property-level component builds a query based on the value for a particular key of a destination object of a to-many relationship.
 class D2WQueryToManyRelationship
          The D2WQueryToManyRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-many relationship.
 class D2WQueryToOneField
          The D2WQueryToOneField class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
 class D2WQueryToOneRelationship
          The D2WQueryToOneRelationship class is a property-level component that builds a query based on the value for a particular key of a destination object of a to-one relationship.
 class D2WQueryUnavailable
          The D2WQueryUnavailable class is a property-level component that displays a message stating that a query cannot be built based on this property.
 class QueryOperatorComponent
          This class is used internally by other classes in WebObjects and should be considered private.
 


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

Copyright © 2004 Apple Computer, Inc.