er.attachment.model
Class _ERAttachment
java.lang.Object
com.webobjects.eocontrol.EOCustomObject
com.webobjects.eocontrol.EOGenericRecord
er.extensions.eof.ERXGenericRecord
er.attachment.model._ERAttachment
- All Implemented Interfaces:
- com.webobjects.eocontrol._EOPrivateMemento, com.webobjects.eocontrol.EODeferredFaulting, com.webobjects.eocontrol.EOEnterpriseObject, com.webobjects.eocontrol.EOFaulting, com.webobjects.eocontrol.EOKeyValueCoding, com.webobjects.eocontrol.EOKeyValueCoding._BestBindingCreation._ForwardingBindingCheck, com.webobjects.eocontrol.EOKeyValueCoding._KeyBindingCreation, com.webobjects.eocontrol.EOKeyValueCodingAdditions, com.webobjects.eocontrol.EORelationshipManipulation, com.webobjects.eocontrol.EOValidation, com.webobjects.foundation.NSKeyValueCoding, com.webobjects.foundation.NSKeyValueCoding._KeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation.Callback, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCodingAdditions, com.webobjects.foundation.NSValidation, ERXDatabaseContextDelegate.AutoBatchFaultingEnterpriseObject, ERXEnterpriseObject, ERXGeneratesPrimaryKeyInterface, ERXGuardedObjectInterface, ERXKey.ValueCoding, ERXNonNullObjectInterface, java.io.Serializable
- Direct Known Subclasses:
- ERAttachment
public abstract class _ERAttachment
- extends ERXGenericRecord
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class com.webobjects.eocontrol.EOGenericRecord |
com.webobjects.eocontrol.EOGenericRecord._DictionaryBinding, com.webobjects.eocontrol.EOGenericRecord._LazyDictionaryBinding |
Nested classes/interfaces inherited from class com.webobjects.eocontrol.EOCustomObject |
com.webobjects.eocontrol.EOCustomObject._BooleanFieldBinding, com.webobjects.eocontrol.EOCustomObject._FieldBinding, com.webobjects.eocontrol.EOCustomObject._LazyFieldBinding, com.webobjects.eocontrol.EOCustomObject._NumberFieldBinding |
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueCodingAdditions |
com.webobjects.eocontrol.EOKeyValueCodingAdditions.DefaultImplementation, com.webobjects.eocontrol.EOKeyValueCodingAdditions.Utility |
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueCoding |
com.webobjects.eocontrol.EOKeyValueCoding._BestBindingCreation, com.webobjects.eocontrol.EOKeyValueCoding._KeyBindingCreation, com.webobjects.eocontrol.EOKeyValueCoding._StoredForwardingBinding |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding |
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._NumberFieldBinding, com.webobjects.foundation.NSKeyValueCoding._NumberMethodBinding, com.webobjects.foundation.NSKeyValueCoding._ReflectionKeyBindingCreation, com.webobjects.foundation.NSKeyValueCoding.ErrorHandling, com.webobjects.foundation.NSKeyValueCoding.Null, com.webobjects.foundation.NSKeyValueCoding.UnknownKeyException, com.webobjects.foundation.NSKeyValueCoding.ValueAccessor |
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation |
com.webobjects.foundation.NSValidation._MethodBinding, com.webobjects.foundation.NSValidation._ValidationBinding, com.webobjects.foundation.NSValidation.ValidationException |
Nested classes/interfaces inherited from interface com.webobjects.eocontrol._EOPrivateMemento |
com.webobjects.eocontrol._EOPrivateMemento.DefaultImplementation |
Fields inherited from class com.webobjects.eocontrol.EOGenericRecord |
_CLASS |
Fields inherited from interface er.extensions.eof.ERXEnterpriseObject |
applyRestrictingQualifierOnInsert, DidDeleteProcessor, DidInsertProcessor, DidRevertProcessor, DidUpdateProcessor, FlushCachesProcessor, insertionTrackingLog, KEY_MARKER, log, logMod, tranLogDidDelete, tranLogDidInsert, tranLogDidRevert, tranLogDidUpdate, tranLogMightDelete, tranLogWillDelete, tranLogWillInsert, tranLogWillRevert, tranLogWillUpdate, validation, validationException, WillDeleteProcessor, WillInsertProcessor, WillRevertProcessor, WillUpdateProcessor |
Fields inherited from interface com.webobjects.eocontrol.EOEnterpriseObject |
_CLASS |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
_KeyPathSeparatorChar, KeyPathSeparator |
Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding |
NullValue |
Method Summary |
void |
addToChildrenAttachments(ERAttachment object)
|
void |
addToChildrenAttachmentsRelationship(ERAttachment object)
|
java.lang.Boolean |
available()
|
com.webobjects.foundation.NSArray<ERAttachment> |
childrenAttachments()
|
com.webobjects.foundation.NSArray<ERAttachment> |
childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier)
|
com.webobjects.foundation.NSArray<ERAttachment> |
childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier,
boolean fetch)
|
com.webobjects.foundation.NSArray<ERAttachment> |
childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings,
boolean fetch)
|
java.lang.String |
configurationName()
|
ERAttachment |
createChildrenAttachmentsRelationship()
|
static ERAttachment |
createERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.Boolean available,
com.webobjects.foundation.NSTimestamp creationDate,
java.lang.String mimeType,
java.lang.String originalFileName,
java.lang.Boolean proxied,
java.lang.Integer size,
java.lang.String webPath)
|
com.webobjects.foundation.NSTimestamp |
creationDate()
|
void |
deleteAllChildrenAttachmentsRelationships()
|
void |
deleteChildrenAttachmentsRelationship(ERAttachment object)
|
static com.webobjects.foundation.NSArray<ERAttachment> |
fetchAllERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext)
|
static com.webobjects.foundation.NSArray<ERAttachment> |
fetchAllERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
|
static ERAttachment |
fetchERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier)
|
static ERAttachment |
fetchERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String keyName,
java.lang.Object value)
|
static com.webobjects.foundation.NSArray<ERAttachment> |
fetchERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
|
static ERAttachment |
fetchRequiredERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier)
|
static ERAttachment |
fetchRequiredERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String keyName,
java.lang.Object value)
|
java.lang.Integer |
height()
|
ERAttachment |
localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext)
Returns this EO in the supplied editing context. |
static ERAttachment |
localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext,
ERAttachment eo)
|
java.lang.String |
mimeType()
|
java.lang.String |
originalFileName()
|
java.lang.String |
ownerID()
|
ERAttachment |
parentAttachment()
|
java.lang.Boolean |
proxied()
|
void |
removeFromChildrenAttachments(ERAttachment object)
|
void |
removeFromChildrenAttachmentsRelationship(ERAttachment object)
|
void |
setAvailable(java.lang.Boolean value)
|
void |
setConfigurationName(java.lang.String value)
|
void |
setCreationDate(com.webobjects.foundation.NSTimestamp value)
|
void |
setHeight(java.lang.Integer value)
|
void |
setMimeType(java.lang.String value)
|
void |
setOriginalFileName(java.lang.String value)
|
void |
setOwnerID(java.lang.String value)
|
void |
setParentAttachment(ERAttachment value)
|
void |
setParentAttachmentRelationship(ERAttachment value)
|
void |
setProxied(java.lang.Boolean value)
|
void |
setSize(java.lang.Integer value)
|
void |
setStorageType(java.lang.String value)
|
void |
setThumbnail(java.lang.String value)
|
void |
setWebPath(java.lang.String value)
|
void |
setWidth(java.lang.Integer value)
|
java.lang.Integer |
size()
|
java.lang.String |
storageType()
|
java.lang.String |
thumbnail()
|
java.lang.String |
webPath()
|
java.lang.Integer |
width()
|
Methods inherited from class er.extensions.eof.ERXGenericRecord |
_otherStorageBinding, _setPrimaryKeyDictionary, _setUpdateInverseRelationships, _setValueForPrimaryKey, _updateInverseRelationships, _validateValueForKey, addObjectsToBothSidesOfRelationshipWithKey, addObjectToBothSidesOfRelationshipWithKey, applyRestrictingQualifierOnInsert, awakeFromClientUpdate, awakeFromFetch, awakeFromInsertion, batchCheckConsistency, batchFaultingRelationshipName, batchFaultingSourceGlobalID, batchFaultingTimeStamp, canDelete, canUpdate, changesFromCommittedSnapshot, checkConsistency, checkMatchingEditingContexts, clearProperties, committedSnapshot, committedSnapshotValueForKey, delete, description, didCopyFromChildInEditingContext, didDelete, didInsert, didRevert, didUpdate, encryptedPrimaryKey, entity, excludeObjectFromPropertyWithKey, flushCaches, foreignKeyForRelationshipWithKey, getClassLog, hasKeyChangedFromCommittedSnapshot, hasKeyChangedFromCommittedSnapshotFromValue, hasKeyChangedFromCommittedSnapshotFromValueToNewValue, hasKeyChangedFromCommittedSnapshotToValue, includeObjectIntoPropertyWithKey, init, isDeletedEO, isNewEO, isNewObject, isNonNull, isUpdatedObject, isValidatedWhenNested, localesForKey, localInstanceOf, localInstancesOf, localizationShouldFallbackToDefaultLanguage, mightDelete, parentObjectStoreIsObjectStoreCoordinator, permanentGlobalID, permanentGlobalID, primaryKey, primaryKeyAttributeNames, primaryKeyDictionary, primaryKeyInTransaction, rawPrimaryKey, rawPrimaryKeyInTransaction, refetchObjectFromDB, refetchObjectFromDBinEditingContext, removeObjectsFromBothSidesOfRelationshipWithKey, removeObjectsFromPropertyWithKey, self, setBatchFaultingTimestamp, setValidatedWhenNested, shouldTrimSpaces, takeStoredValueForKey, takeValueForKey, takeValueForKey, toLongString, toString, touchFromBatchFaultingSource, trimSpaces, updateFromSnapshot, validateForInsert, validateForSave, validateForUpdate, validateValueForKey, valueForKey, willDelete, willInsert, willReadRelationship, willRevert, willUpdate |
Methods inherited from class com.webobjects.eocontrol.EOGenericRecord |
__setClassDescription, _keyGetBindingForKey, _keySetBindingForKey, _storedKeyGetBindingForKey, _storedKeySetBindingForKey, classDescription, usesDeferredFaultCreation |
Methods inherited from class com.webobjects.eocontrol.EOCustomObject |
__classDescription, __clearPendingChanges, __editingContext, __globalID, __hasAuxillaryObservers, __hasPendingChanges, __hasPendingUpdate, __isInitialized, __isPendingDeletion, __isPendingInsertion, __isShared, __lastSnapshot, __originalSnapshot, __retainCount, __setAuxillaryObservers, __setEditingContext, __setGlobalID, __setInitialized, __setLastSnapshot, __setOriginalSnapshot, __setPendingDeletion, __setPendingInsertion, __setPendingUpdate, __setRetainCount, __setShared, _createKeyGetBindingForKey, _createKeySetBindingForKey, _createStoredKeyGetBindingForKey, _createStoredKeySetBindingForKey, _fieldKeyBinding, _forwardingBindingNeededForClass, _methodKeyGetBinding, _methodKeySetBinding, addObjectToPropertyWithKey, allPropertyKeys, attributeKeys, canAccessFieldsDirectly, changesFromSnapshot, classDescriptionForDestinationKey, clearFault, deleteRuleForRelationshipKey, editingContext, entityName, eoDescription, eoShallowDescription, equals, faultHandler, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hashCode, inverseForRelationshipKey, invokeRemoteMethod, isFault, isToManyKey, opaqueState, ownsDestinationObjectsForRelationshipKey, prepareValuesForClient, propagateDeleteWithEditingContext, readResolve, reapplyChangesFromDictionary, removeObjectFromBothSidesOfRelationshipWithKey, removeObjectFromPropertyWithKey, shouldUseStoredAccessors, snapshot, storedValueForKey, takeValueForKeyPath, takeValuesFromDictionary, takeValuesFromDictionaryWithMapping, toManyRelationshipKeys, toOneRelationshipKeys, turnIntoFault, unableToSetNullForKey, userPresentableDescription, validateClientUpdate, validateForDelete, validateTakeValueForKeyPath, valueForKey, valueForKeyPath, valuesForKeys, valuesForKeysWithMapping, willChange, willRead |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.webobjects.eocontrol.EOEnterpriseObject |
allPropertyKeys, attributeKeys, changesFromSnapshot, classDescription, classDescriptionForDestinationKey, deleteRuleForRelationshipKey, editingContext, entityName, eoDescription, eoShallowDescription, inverseForRelationshipKey, invokeRemoteMethod, isToManyKey, opaqueState, ownsDestinationObjectsForRelationshipKey, prepareValuesForClient, propagateDeleteWithEditingContext, reapplyChangesFromDictionary, snapshot, toManyRelationshipKeys, toOneRelationshipKeys, userPresentableDescription, willChange |
Methods inherited from interface com.webobjects.eocontrol.EOKeyValueCodingAdditions |
takeValuesFromDictionary, takeValuesFromDictionaryWithMapping, valuesForKeys, valuesForKeysWithMapping |
Methods inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions |
takeValueForKeyPath, valueForKeyPath |
Methods inherited from interface com.webobjects.eocontrol.EOKeyValueCoding |
storedValueForKey |
Methods inherited from interface com.webobjects.foundation.NSKeyValueCoding |
valueForKey |
Methods inherited from interface com.webobjects.foundation.NSKeyValueCoding.ErrorHandling |
handleQueryWithUnboundKey, handleTakeValueForUnboundKey, unableToSetNullForKey |
Methods inherited from interface com.webobjects.eocontrol.EORelationshipManipulation |
addObjectToPropertyWithKey, removeObjectFromBothSidesOfRelationshipWithKey, removeObjectFromPropertyWithKey |
Methods inherited from interface com.webobjects.eocontrol.EOValidation |
validateClientUpdate, validateForDelete |
Methods inherited from interface com.webobjects.foundation.NSValidation |
validateTakeValueForKeyPath |
Methods inherited from interface com.webobjects.eocontrol.EOFaulting |
clearFault, faultHandler, isFault, turnIntoFault, willRead |
ENTITY_NAME
public static final java.lang.String ENTITY_NAME
- See Also:
- Constant Field Values
AVAILABLE
public static final ERXKey<java.lang.Boolean> AVAILABLE
CONFIGURATION_NAME
public static final ERXKey<java.lang.String> CONFIGURATION_NAME
CREATION_DATE
public static final ERXKey<com.webobjects.foundation.NSTimestamp> CREATION_DATE
HEIGHT
public static final ERXKey<java.lang.Integer> HEIGHT
MIME_TYPE
public static final ERXKey<java.lang.String> MIME_TYPE
ORIGINAL_FILE_NAME
public static final ERXKey<java.lang.String> ORIGINAL_FILE_NAME
OWNER_ID
public static final ERXKey<java.lang.String> OWNER_ID
PROXIED
public static final ERXKey<java.lang.Boolean> PROXIED
SIZE
public static final ERXKey<java.lang.Integer> SIZE
STORAGE_TYPE
public static final ERXKey<java.lang.String> STORAGE_TYPE
THUMBNAIL
public static final ERXKey<java.lang.String> THUMBNAIL
WEB_PATH
public static final ERXKey<java.lang.String> WEB_PATH
WIDTH
public static final ERXKey<java.lang.Integer> WIDTH
CHILDREN_ATTACHMENTS
public static final ERXKey<ERAttachment> CHILDREN_ATTACHMENTS
PARENT_ATTACHMENT
public static final ERXKey<ERAttachment> PARENT_ATTACHMENT
AVAILABLE_KEY
public static final java.lang.String AVAILABLE_KEY
CONFIGURATION_NAME_KEY
public static final java.lang.String CONFIGURATION_NAME_KEY
CREATION_DATE_KEY
public static final java.lang.String CREATION_DATE_KEY
HEIGHT_KEY
public static final java.lang.String HEIGHT_KEY
MIME_TYPE_KEY
public static final java.lang.String MIME_TYPE_KEY
ORIGINAL_FILE_NAME_KEY
public static final java.lang.String ORIGINAL_FILE_NAME_KEY
OWNER_ID_KEY
public static final java.lang.String OWNER_ID_KEY
PROXIED_KEY
public static final java.lang.String PROXIED_KEY
SIZE_KEY
public static final java.lang.String SIZE_KEY
STORAGE_TYPE_KEY
public static final java.lang.String STORAGE_TYPE_KEY
THUMBNAIL_KEY
public static final java.lang.String THUMBNAIL_KEY
WEB_PATH_KEY
public static final java.lang.String WEB_PATH_KEY
WIDTH_KEY
public static final java.lang.String WIDTH_KEY
CHILDREN_ATTACHMENTS_KEY
public static final java.lang.String CHILDREN_ATTACHMENTS_KEY
PARENT_ATTACHMENT_KEY
public static final java.lang.String PARENT_ATTACHMENT_KEY
_ERAttachment
public _ERAttachment()
localInstanceIn
public ERAttachment localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext)
- Description copied from interface:
ERXEnterpriseObject
- Returns this EO in the supplied editing context.
- Specified by:
localInstanceIn
in interface ERXEnterpriseObject
- Overrides:
localInstanceIn
in class ERXGenericRecord
- Returns:
- this EO in the supplied editing context.
available
public java.lang.Boolean available()
setAvailable
public void setAvailable(java.lang.Boolean value)
configurationName
public java.lang.String configurationName()
setConfigurationName
public void setConfigurationName(java.lang.String value)
creationDate
public com.webobjects.foundation.NSTimestamp creationDate()
setCreationDate
public void setCreationDate(com.webobjects.foundation.NSTimestamp value)
height
public java.lang.Integer height()
setHeight
public void setHeight(java.lang.Integer value)
mimeType
public java.lang.String mimeType()
setMimeType
public void setMimeType(java.lang.String value)
originalFileName
public java.lang.String originalFileName()
setOriginalFileName
public void setOriginalFileName(java.lang.String value)
ownerID
public java.lang.String ownerID()
setOwnerID
public void setOwnerID(java.lang.String value)
proxied
public java.lang.Boolean proxied()
setProxied
public void setProxied(java.lang.Boolean value)
size
public java.lang.Integer size()
setSize
public void setSize(java.lang.Integer value)
storageType
public java.lang.String storageType()
setStorageType
public void setStorageType(java.lang.String value)
thumbnail
public java.lang.String thumbnail()
setThumbnail
public void setThumbnail(java.lang.String value)
webPath
public java.lang.String webPath()
setWebPath
public void setWebPath(java.lang.String value)
width
public java.lang.Integer width()
setWidth
public void setWidth(java.lang.Integer value)
parentAttachment
public ERAttachment parentAttachment()
setParentAttachment
public void setParentAttachment(ERAttachment value)
setParentAttachmentRelationship
public void setParentAttachmentRelationship(ERAttachment value)
childrenAttachments
public com.webobjects.foundation.NSArray<ERAttachment> childrenAttachments()
childrenAttachments
public com.webobjects.foundation.NSArray<ERAttachment> childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier)
childrenAttachments
public com.webobjects.foundation.NSArray<ERAttachment> childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier,
boolean fetch)
childrenAttachments
public com.webobjects.foundation.NSArray<ERAttachment> childrenAttachments(com.webobjects.eocontrol.EOQualifier qualifier,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings,
boolean fetch)
addToChildrenAttachments
public void addToChildrenAttachments(ERAttachment object)
removeFromChildrenAttachments
public void removeFromChildrenAttachments(ERAttachment object)
addToChildrenAttachmentsRelationship
public void addToChildrenAttachmentsRelationship(ERAttachment object)
removeFromChildrenAttachmentsRelationship
public void removeFromChildrenAttachmentsRelationship(ERAttachment object)
createChildrenAttachmentsRelationship
public ERAttachment createChildrenAttachmentsRelationship()
deleteChildrenAttachmentsRelationship
public void deleteChildrenAttachmentsRelationship(ERAttachment object)
deleteAllChildrenAttachmentsRelationships
public void deleteAllChildrenAttachmentsRelationships()
createERAttachment
public static ERAttachment createERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.Boolean available,
com.webobjects.foundation.NSTimestamp creationDate,
java.lang.String mimeType,
java.lang.String originalFileName,
java.lang.Boolean proxied,
java.lang.Integer size,
java.lang.String webPath)
fetchAllERAttachments
public static com.webobjects.foundation.NSArray<ERAttachment> fetchAllERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext)
fetchAllERAttachments
public static com.webobjects.foundation.NSArray<ERAttachment> fetchAllERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
fetchERAttachments
public static com.webobjects.foundation.NSArray<ERAttachment> fetchERAttachments(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier,
com.webobjects.foundation.NSArray<com.webobjects.eocontrol.EOSortOrdering> sortOrderings)
fetchERAttachment
public static ERAttachment fetchERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String keyName,
java.lang.Object value)
fetchERAttachment
public static ERAttachment fetchERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier)
fetchRequiredERAttachment
public static ERAttachment fetchRequiredERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String keyName,
java.lang.Object value)
fetchRequiredERAttachment
public static ERAttachment fetchRequiredERAttachment(com.webobjects.eocontrol.EOEditingContext editingContext,
com.webobjects.eocontrol.EOQualifier qualifier)
localInstanceIn
public static ERAttachment localInstanceIn(com.webobjects.eocontrol.EOEditingContext editingContext,
ERAttachment eo)
Copyright © 2002 – 2007 Project Wonder.