public class CayenneObject
extends org.apache.cayenne.CayenneDataObject
implements com.webobjects.foundation.NSKeyValueCodingAdditions, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
com.webobjects.foundation.NSKeyValueCodingAdditions.DefaultImplementation, com.webobjects.foundation.NSKeyValueCodingAdditions.Utility
com.webobjects.foundation.NSKeyValueCoding._BooleanFieldBinding, com.webobjects.foundation.NSKeyValueCoding._BooleanMethodBinding, com.webobjects.foundation.NSKeyValueCoding._FieldBinding, com.webobjects.foundation.NSKeyValueCoding._ForwardingBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBinding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._MethodBinding, com.webobjects.foundation.NSKeyValueCoding._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.MapImplementation, com.webobjects.foundation.NSKeyValueCoding.Null<T>, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor
objectContext, objectId, persistenceState
Constructor and Description |
---|
CayenneObject() |
Modifier and Type | Method and Description |
---|---|
Object |
handleQueryWithUnboundKey(String key) |
void |
handleTakeValueForUnboundKey(Object value,
String key) |
Object |
readNestedProperty(String path)
Deprecated.
|
Object |
readProperty(String propertyName)
Deprecated.
|
Object |
readPropertyDirectly(String propertyName)
Deprecated.
|
void |
takeValueForKey(Object value,
String key) |
void |
takeValueForKeyPath(Object value,
String keyPath) |
void |
unableToSetNullForKey(String key) |
Object |
valueForKey(String key) |
Object |
valueForKeyPath(String keyPath) |
void |
writeProperty(String propertyName,
Object value)
Deprecated.
|
void |
writePropertyDirectly(String propertyName,
Object value)
Deprecated.
|
addToManyTarget, appendProperties, decodeFromXML, encodeAsXML, getSnapshotVersion, makePath, removeToManyTarget, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect
getMapKey, getObjectContext, getObjectId, getObjEntity, getPersistenceState, setObjectId
public void takeValueForKey(Object value, String key)
takeValueForKey
in interface com.webobjects.foundation.NSKeyValueCoding
public Object valueForKey(String key)
valueForKey
in interface com.webobjects.foundation.NSKeyValueCoding
public void takeValueForKeyPath(Object value, String keyPath)
takeValueForKeyPath
in interface com.webobjects.foundation.NSKeyValueCodingAdditions
public Object valueForKeyPath(String keyPath)
valueForKeyPath
in interface com.webobjects.foundation.NSKeyValueCodingAdditions
public Object handleQueryWithUnboundKey(String key)
handleQueryWithUnboundKey
in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
public void handleTakeValueForUnboundKey(Object value, String key)
handleTakeValueForUnboundKey
in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
public void unableToSetNullForKey(String key)
unableToSetNullForKey
in interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling
@Deprecated public Object readProperty(String propertyName)
readProperty
in interface org.apache.cayenne.DataObject
readProperty
in class org.apache.cayenne.CayenneDataObject
@Deprecated public Object readPropertyDirectly(String propertyName)
readPropertyDirectly
in interface org.apache.cayenne.DataObject
readPropertyDirectly
in class org.apache.cayenne.CayenneDataObject
@Deprecated public Object readNestedProperty(String path)
readNestedProperty
in interface org.apache.cayenne.DataObject
readNestedProperty
in class org.apache.cayenne.CayenneDataObject
@Deprecated public void writeProperty(String propertyName, Object value)
writeProperty
in interface org.apache.cayenne.DataObject
writeProperty
in class org.apache.cayenne.CayenneDataObject
@Deprecated public void writePropertyDirectly(String propertyName, Object value)
writePropertyDirectly
in interface org.apache.cayenne.DataObject
writePropertyDirectly
in class org.apache.cayenne.CayenneDataObject
Copyright © 2002 – 2020 Project Wonder.