PATH |
EODistributedClassDescription
- Inherits from:
- com.webobjects.eocontrol.EOClassDescription
- Implements:
- NSCoding
- Package:
- com.webobjects.eodistribution.client
Class Description
Documentation for this class is forthcoming.
Method Types
- All methods
- EODistributedClassDescription
- decodeObject
- attributeKeys
- attributeNamed
- awakeObjectFromFetch
- awakeObjectFromInsertion
- classDescriptionForDestinationKey
- classForCoder
- createInstanceWithEditingContext
- defaultFormatterForKey
- deleteRuleForRelationshipKey
- encodeWithCoder
- entityName
- inverseForRelationshipKey
- ownsDestinationObjectsForRelationshipKey
- relationshipNamed
- shouldRecordCodingReferences
- toManyRelationshipKeys
- toOneRelationshipKeys
- validateValueForKey
Constructors
EODistributedClassDescription
public EODistributedClassDescription(Class aClass)
public EODistributedClassDescription( String aString, Class aClass)
Static Methods
decodeObject
public static Object decodeObject(NSCoder aNSCoder)
Instance Methods
attributeKeys
public NSArray attributeKeys()
attributeNamed
public EOAttribute attributeNamed(String aString)
awakeObjectFromFetch
public void awakeObjectFromFetch( com.webobjects.eocontrol.EOEnterpriseObject anEOEnterpriseObject, com.webobjects.eocontrol.EOEditingContext anEOEditingContext)
awakeObjectFromInsertion
public void awakeObjectFromInsertion( com.webobjects.eocontrol.EOEnterpriseObject anEOEnterpriseObject, com.webobjects.eocontrol.EOEditingContext anEOEditingContext)
classDescriptionForDestinationKey
public com.webobjects.eocontrol.EOClassDescription classDescriptionForDestinationKey(String aString)
classForCoder
public Class classForCoder()
createInstanceWithEditingContext
public com.webobjects.eocontrol.EOEnterpriseObject createInstanceWithEditingContext( com.webobjects.eocontrol.EOEditingContext anEOEditingContext, com.webobjects.eocontrol.EOGlobalID anEOGlobalID)
defaultFormatterForKey
public java.text.Format defaultFormatterForKey(String aString)
deleteRuleForRelationshipKey
public int deleteRuleForRelationshipKey(String aString)
encodeWithCoder
public void encodeWithCoder(NSCoder aNSCoder)
entityName
public String entityName()
inverseForRelationshipKey
public String inverseForRelationshipKey(String aString)
ownsDestinationObjectsForRelationshipKey
public boolean ownsDestinationObjectsForRelationshipKey(String aString)
relationshipNamed
public EORelationship relationshipNamed(String aString)
shouldRecordCodingReferences
public boolean shouldRecordCodingReferences()
toManyRelationshipKeys
public NSArray toManyRelationshipKeys()
toOneRelationshipKeys
public NSArray toOneRelationshipKeys()
validateValueForKey
public Object validateValueForKey( Object anObject, String aString)
© 2001 Apple Computer, Inc. (Last Published April 17, 2001)