WebObjects 5.1

Uses of Class
com.webobjects.eocontrol.EOClassDescription

Packages that use EOClassDescription
com.webobjects.directtoweb   
com.webobjects.eoaccess   
com.webobjects.eocontrol   
com.webobjects.eodistribution   
com.webobjects.eodistribution.client   
 

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.superClassDescription()
           
 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 Thu Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.