WebObjects 5.1

Uses of Interface
com.webobjects.eocontrol.EOKeyValueArchiving

Packages that use EOKeyValueArchiving
com.webobjects.appserver   
com.webobjects.directtoweb   
com.webobjects.eoaccess   
com.webobjects.eocontrol   
com.webobjects.eogeneration   
 

Uses of EOKeyValueArchiving in com.webobjects.appserver
 

Classes in com.webobjects.appserver that implement EOKeyValueArchiving
 class WODisplayGroup
          A WODisplayGroup is the basic user interface manager for a WebObjects application that accesses a database.
 

Uses of EOKeyValueArchiving in com.webobjects.directtoweb
 

Classes in com.webobjects.directtoweb that implement EOKeyValueArchiving
 class Assignment
          The Assignment class performs assignments on the right-hand side of rules.
 class BooleanAssignment
          The BooleanAssignment class performs assignment of a key to an object that represents a logical "true" or "false" value.
 class BooleanQualifier
           
 class D2WFastModel
          The D2WFastModel class is a D2WModel that is specialized with support for significant keys.
 class D2WModel
          The D2WModel class manages a set of rules for a Direct to Web application.
 class DefaultAssignment
          The DefaultAssignment class methods provide default values for the right-hand sides of rules.
 class EntityAssignment
          The EntityAssignment class performs assignment of a key to an object that represents an entity.
 class NonNullQualifier
           
 class Rule
          The Rule class represents a simple inference.
 class ServerSideAction
           
 class TabDictionaryComputer
          The list of tab names and of tab contents is not a rule firing phenomenon.
 

Uses of EOKeyValueArchiving in com.webobjects.eoaccess
 

Classes in com.webobjects.eoaccess that implement EOKeyValueArchiving
 class EODatabaseDataSource
          EODatabaseDataSource is a concrete subclass of EODataSource, defined in EOControl.
 

Uses of EOKeyValueArchiving in com.webobjects.eocontrol
 

Classes in com.webobjects.eocontrol that implement EOKeyValueArchiving
 class EOAndQualifier
          EOAndQualifier is a subclass of EOQualifier that contains multiple qualifiers.
 class EODetailDataSource
          EODetailDataSource defines a data source for use in master-detail configurations, where operations in the detail data source are applied directly to properties of a master object.
 class EOEditingContext
          An EOEditingContext object manages a graph of enterprise objects in an application; this object graph represents an internally consistent view of one or more external stores (most often a database).
 class EOFetchSpecification
          An EOFetchSpecification collects the criteria needed to select and order a group of records or enterprise objects, whether from an external repository such as a relational database or an internal store such as an EOEditingContext.
 class EOKeyComparisonQualifier
          EOKeyComparisonQualifier is a subclass of EOQualifier that compares a named property of an object with a named value of another object.
 class EOKeyValueQualifier
          EOKeyValueQualifier is a subclass of EOQualifier that compares a named property of an object with a supplied value, for example, "salary > 1500".
 class EONotQualifier
          EONotQualifier is a subclass of EOQualifier that contains a single qualifier.
 class EOOrQualifier
          EOOrQualifier is a subclass of EOQualifier that contains multiple qualifiers.
 class EOQualifierVariable
          EOQualifierVariable defines objects that serve as placeholders in the qualifier.
 class EOSharedEditingContext
          The EOSharedEditingContext class defines a mechanism that allows EOEditingContexts to share enterprise objects for reading.
 class EOSortOrdering
          An EOSortOrdering object specifies the way that a group of objects should be sorted, using a property key and a method selector for comparing values of that property.
 

Uses of EOKeyValueArchiving in com.webobjects.eogeneration
 

Classes in com.webobjects.eogeneration that implement EOKeyValueArchiving
 class EOAssignment
           
 


Last updated Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.