WebObjects 5.2

Uses of Class
com.webobjects.eocontrol.EOClassDescription

Packages that use EOClassDescription
com.webobjects.directtoweb Provides the framework for rapid development of HTML-based WebObjects applications. 
com.webobjects.eoaccess Provides the data access mechanisms for the Enterprise Objects technology. 
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. 
 

Uses of EOClassDescription in com.webobjects.directtoweb
 

Methods in com.webobjects.directtoweb with parameters of type EOClassDescription
 void NonNullQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
           
 void BooleanQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
           
 

Uses of EOClassDescription in com.webobjects.eoaccess
 

Subclasses of EOClassDescription in com.webobjects.eoaccess
 class EOEntityClassDescription
          EOEntityClassDescription is a subclass of the control layer's EOClassDescription.
 

Methods in com.webobjects.eoaccess that return EOClassDescription
 EOClassDescription EODatabaseDataSource.classDescriptionForObjects()
          Returns the class description for the root entity of the receiver.
 EOClassDescription EOEntity.classDescriptionForInstances()
          Returns the EOClassDescription associated with the receiver.
 EOClassDescription EOEntityClassDescription.classDescriptionForDestinationKey(String detailKey)
          Returns the EOClassDescription for objects at the destination of the to-one relationship identified by detailKey.
 EOClassDescription EOEntityClassDescription.superClassDescription()
          Returns null.
 

Methods in com.webobjects.eoaccess with parameters of type EOClassDescription
 void EOSQLQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
          Deprecated.  
 

Uses of EOClassDescription in com.webobjects.eocontrol
 

Methods in com.webobjects.eocontrol that return EOClassDescription
 EOClassDescription EODataSource.classDescriptionForObjects()
          Implemented by subclasses to return an EOClassDescription that provides information about the objects provided by the receiver.
 EOClassDescription EOArrayDataSource.classDescriptionForObjects()
          Returns the receiver's class description.
static EOClassDescription EOClassDescription.classDescriptionForClass(Class aClass)
          Invoked by the default implementations of the EOEnterpriseObject interface method classDescription.
 EOClassDescription EOClassDescription.classDescriptionForDestinationKey(String detailKey)
          Overridden by subclasses to return the class description for objects at the destination of the to-one relationship identified by detailKey.
static EOClassDescription EOClassDescription.classDescriptionForEntityName(String entityName)
          Gets the EOClassDescription registered under entityName.
 EOClassDescription EOClassDescription.classDescriptionForKeyPath(String key)
           
 EOClassDescription EOClassDescription.superClassDescription()
          Overridden by subclasses to return a super class's class description.
 EOClassDescription EODetailDataSource.classDescriptionForObjects()
          Returns the class description for the detail object if a detail key is defined, otherwise returns the master class description
 EOClassDescription EODetailDataSource.masterClassDescription()
          Gets the EOClassDescription for the receiver's master object.
 EOClassDescription EOCustomObject.classDescription()
          Returns the EOClassDescription registered for the receiver's class by invoking the EOClassDescription static method classDescriptionForClass.
 EOClassDescription EOCustomObject.classDescriptionForDestinationKey(String detailKey)
          Returns the EOClassDescription for the destination objects of the relationship identified by detailKey.
 EOClassDescription EOGenericRecord.classDescription()
           
 EOClassDescription EOEnterpriseObject.classDescription()
          Returns the EOClassDescription registered for the receiver's class.
 EOClassDescription EOEnterpriseObject.classDescriptionForDestinationKey(String detailKey)
          Returns the EOClassDescription for the destination objects of the relationship identified by detailKey.
 

Methods in com.webobjects.eocontrol with parameters of type EOClassDescription
abstract  void EOQualifier.validateKeysWithRootClassDescription(EOClassDescription classDescription)
          Ensures that the receiver contains keys and key paths that belong to or originate from classDescription.
 void EONotQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
          Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
 void EOAndQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
          Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
 void EOKeyValueQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
          Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
static void EOClassDescription.registerClassDescription(EOClassDescription description, Class aClass)
          Registers an EOClassDescription object for a class in the EOClassDescription cache.
 void EODetailDataSource.setMasterClassDescription(EOClassDescription master)
          Assigns master as the EOClassDescription for the receiver's master object.
 void EOOrQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
          Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
 void EOKeyComparisonQualifier.validateKeysWithRootClassDescription(EOClassDescription classDesc)
          Ensures that the receiver contains keys and key paths that belong to or originate from classDesc.
 

Constructors in com.webobjects.eocontrol with parameters of type EOClassDescription
EOArrayDataSource(EOClassDescription desc, EOEditingContext ec)
          Creates and returns an EOArrayDataSource object where desc contains information about the objects provided by the EOArrayDataSource and ec is the EOArrayDataSource's editing context.
EODetailDataSource(EOClassDescription masterClassDescription, String key)
          Creates and returns a new EODetailDataSource object.
EOCustomObject(EOEditingContext editingContext, EOClassDescription classDescription, EOGlobalID gid)
          Deprecated. the default or 0 argument constructor should be used instead
EOGenericRecord(EOEditingContext editingContext, EOClassDescription classDescription, EOGlobalID gid)
          Deprecated. the default or 0 argument constructor should be used instead
EOGenericRecord(EOClassDescription classDescription)
          Create a new instance and assigns it classDescription
 

Uses of EOClassDescription in com.webobjects.eodistribution
 

Methods in com.webobjects.eodistribution with parameters of type EOClassDescription
 boolean EODistributionContext.Delegate.distributionContextShouldAllowAccessToClassDescription(EODistributionContext distributionContext, EOClassDescription classDescription)
          Returns whether the client application of this distribution context should have access to a class description or not.
 boolean EODistributionContext.Delegate.distributionContextShouldFetchObjectWithGlobalID(EODistributionContext distributionContext, EOGlobalID globalID, EOClassDescription classDescription)
          Returns whether the client application of this distribution context should be permitted to fire a fault for a global ID.
 

Uses of EOClassDescription in com.webobjects.eodistribution.client
 

Subclasses of EOClassDescription in com.webobjects.eodistribution.client
 class EODistributedClassDescription
          EODistributedClassDescription is the Java Client equivalent to EOClassDescription.
 

Methods in com.webobjects.eodistribution.client that return EOClassDescription
 EOClassDescription EODistributedClassDescription.classDescriptionForDestinationKey(String detailKey)
          Returns the class description for objects at the destination of the given relationship.
 EOClassDescription EODistributedDataSource.classDescriptionForObjects()
           
 EOClassDescription EODistributedObjectStore.classDescriptionForGlobalID(EOGlobalID globalID)
          Returns the class description for the enterprise object identified by globalID.
 


Last updated Fri Feb 21 13:15:00 PST 2003.

Copyright © 2003 Apple Computer, Inc.