Project Wonder 5.0

er.attachment.model
Class _ERAttachment

java.lang.Object
  extended by com.webobjects.eocontrol.EOCustomObject
      extended by com.webobjects.eocontrol.EOGenericRecord
          extended by er.extensions.eof.ERXGenericRecord
              extended by er.attachment.model._ERAttachment
All Implemented Interfaces:
_EOPrivateMemento, EODeferredFaulting, EOEnterpriseObject, EOFaulting, EOKeyValueCoding, EOKeyValueCoding._BestBindingCreation._ForwardingBindingCheck, EOKeyValueCoding._KeyBindingCreation, EOKeyValueCodingAdditions, EORelationshipManipulation, EOValidation, NSKeyValueCoding, NSKeyValueCoding._KeyBindingCreation, NSKeyValueCoding._ReflectionKeyBindingCreation.Callback, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, ERXDatabaseContextDelegate.AutoBatchFaultingEnterpriseObject, ERXEnterpriseObject, ERXGeneratesPrimaryKeyInterface, ERXGuardedObjectInterface, ERXKey.ValueCoding, ERXNonNullObjectInterface, Serializable
Direct Known Subclasses:
ERAttachment

public abstract class _ERAttachment
extends ERXGenericRecord

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class er.extensions.eof.ERXGenericRecord
ERXGenericRecord.ERXGenericRecordClazz<T extends EOEnterpriseObject>, ERXGenericRecord.InverseRelationshipUpdater, ERXGenericRecord.LocalizedBinding, ERXGenericRecord.TouchingBinding
 
Nested classes/interfaces inherited from class com.webobjects.eocontrol.EOGenericRecord
EOGenericRecord._DictionaryBinding, EOGenericRecord._LazyDictionaryBinding
 
Nested classes/interfaces inherited from class com.webobjects.eocontrol.EOCustomObject
EOCustomObject._BooleanFieldBinding, EOCustomObject._FieldBinding, EOCustomObject._LazyFieldBinding, EOCustomObject._NumberFieldBinding
 
Nested classes/interfaces inherited from interface er.extensions.eof.ERXEnterpriseObject
ERXEnterpriseObject.Observer, ERXEnterpriseObject.Processor
 
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueCodingAdditions
EOKeyValueCodingAdditions.DefaultImplementation, EOKeyValueCodingAdditions.Utility
 
Nested classes/interfaces inherited from interface com.webobjects.eocontrol.EOKeyValueCoding
EOKeyValueCoding._BestBindingCreation, EOKeyValueCoding._KeyBindingCreation, EOKeyValueCoding._StoredForwardingBinding
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSKeyValueCoding
NSKeyValueCoding._BooleanFieldBinding, NSKeyValueCoding._BooleanMethodBinding, NSKeyValueCoding._FieldBinding, NSKeyValueCoding._ForwardingBinding, NSKeyValueCoding._KeyBinding, NSKeyValueCoding._NumberFieldBinding, NSKeyValueCoding._NumberMethodBinding, NSKeyValueCoding._ReflectionKeyBindingCreation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.MapImplementation, NSKeyValueCoding.Null<T>, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.ValueAccessor
 
Nested classes/interfaces inherited from interface com.webobjects.foundation.NSValidation
NSValidation._MethodBinding, NSValidation._ValidationBinding, NSValidation.ValidationException
 
Nested classes/interfaces inherited from interface com.webobjects.eocontrol._EOPrivateMemento
_EOPrivateMemento.DefaultImplementation
 
Field Summary
static ERXKey<Boolean> AVAILABLE
           
static String AVAILABLE_KEY
           
static ERXKey<ERAttachment> CHILDREN_ATTACHMENTS
           
static String CHILDREN_ATTACHMENTS_KEY
           
static ERXKey<String> CONFIGURATION_NAME
           
static String CONFIGURATION_NAME_KEY
           
static ERXKey<NSTimestamp> CREATION_DATE
           
static String CREATION_DATE_KEY
           
static String ENTITY_NAME
           
static ERXKey<Integer> HEIGHT
           
static String HEIGHT_KEY
           
static ERXKey<String> MIME_TYPE
           
static String MIME_TYPE_KEY
           
static ERXKey<String> ORIGINAL_FILE_NAME
           
static String ORIGINAL_FILE_NAME_KEY
           
static ERXKey<String> OWNER_ID
           
static String OWNER_ID_KEY
           
static ERXKey<ERAttachment> PARENT_ATTACHMENT
           
static String PARENT_ATTACHMENT_KEY
           
static ERXKey<Boolean> PROXIED
           
static String PROXIED_KEY
           
static ERXKey<Integer> SIZE
           
static String SIZE_KEY
           
static ERXKey<String> STORAGE_TYPE
           
static String STORAGE_TYPE_KEY
           
static ERXKey<String> THUMBNAIL
           
static String THUMBNAIL_KEY
           
static ERXKey<String> WEB_PATH
           
static String WEB_PATH_KEY
           
static ERXKey<Integer> WIDTH
           
static String WIDTH_KEY
           
 
Fields inherited from class er.extensions.eof.ERXGenericRecord
_primaryKey, _touchSource, insertionStackTrace
 
Fields inherited from class com.webobjects.eocontrol.EOGenericRecord
_CLASS
 
Fields inherited from class com.webobjects.eocontrol.EOCustomObject
__readOnly
 
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
 
Constructor Summary
_ERAttachment()
           
 
Method Summary
 void addToChildrenAttachments(ERAttachment object)
           
 void addToChildrenAttachmentsRelationship(ERAttachment object)
           
 Boolean available()
           
 NSArray<ERAttachment> childrenAttachments()
           
 NSArray<ERAttachment> childrenAttachments(EOQualifier qualifier)
           
 NSArray<ERAttachment> childrenAttachments(EOQualifier qualifier, boolean fetch)
           
 NSArray<ERAttachment> childrenAttachments(EOQualifier qualifier, NSArray<EOSortOrdering> sortOrderings, boolean fetch)
           
 String configurationName()
           
 ERAttachment createChildrenAttachmentsRelationship()
           
static ERAttachment createERAttachment(EOEditingContext editingContext, Boolean available, NSTimestamp creationDate, String mimeType, String originalFileName, Boolean proxied, Integer size, String webPath)
           
 NSTimestamp creationDate()
           
 void deleteAllChildrenAttachmentsRelationships()
           
 void deleteChildrenAttachmentsRelationship(ERAttachment object)
           
static NSArray<ERAttachment> fetchAllERAttachments(EOEditingContext editingContext)
           
static NSArray<ERAttachment> fetchAllERAttachments(EOEditingContext editingContext, NSArray<EOSortOrdering> sortOrderings)
           
static ERAttachment fetchERAttachment(EOEditingContext editingContext, EOQualifier qualifier)
           
static ERAttachment fetchERAttachment(EOEditingContext editingContext, String keyName, Object value)
           
static NSArray<ERAttachment> fetchERAttachments(EOEditingContext editingContext, EOQualifier qualifier, NSArray<EOSortOrdering> sortOrderings)
           
static ERAttachment fetchRequiredERAttachment(EOEditingContext editingContext, EOQualifier qualifier)
           
static ERAttachment fetchRequiredERAttachment(EOEditingContext editingContext, String keyName, Object value)
           
static ERXFetchSpecification<ERAttachment> fetchSpec()
           
 Integer height()
           
 ERAttachment localInstanceIn(EOEditingContext editingContext)
          Returns this EO in the supplied editing context.
static ERAttachment localInstanceIn(EOEditingContext editingContext, ERAttachment eo)
           
 String mimeType()
           
 String originalFileName()
           
 String ownerID()
           
 ERAttachment parentAttachment()
           
 Boolean proxied()
           
 void removeFromChildrenAttachments(ERAttachment object)
           
 void removeFromChildrenAttachmentsRelationship(ERAttachment object)
           
 void setAvailable(Boolean value)
           
 void setConfigurationName(String value)
           
 void setCreationDate(NSTimestamp value)
           
 void setHeight(Integer value)
           
 void setMimeType(String value)
           
 void setOriginalFileName(String value)
           
 void setOwnerID(String value)
           
 void setParentAttachment(ERAttachment value)
           
 void setParentAttachmentRelationship(ERAttachment value)
           
 void setProxied(Boolean value)
           
 void setSize(Integer value)
           
 void setStorageType(String value)
           
 void setThumbnail(String value)
           
 void setWebPath(String value)
           
 void setWidth(Integer value)
           
 Integer size()
           
 String storageType()
           
 String thumbnail()
           
 String webPath()
           
 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, shouldSkipValidateForSave, 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, isReadOnly, 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, isReadOnly, 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
 

Field Detail

ENTITY_NAME

public static final String ENTITY_NAME
See Also:
Constant Field Values

AVAILABLE

public static final ERXKey<Boolean> AVAILABLE

CONFIGURATION_NAME

public static final ERXKey<String> CONFIGURATION_NAME

CREATION_DATE

public static final ERXKey<NSTimestamp> CREATION_DATE

HEIGHT

public static final ERXKey<Integer> HEIGHT

MIME_TYPE

public static final ERXKey<String> MIME_TYPE

ORIGINAL_FILE_NAME

public static final ERXKey<String> ORIGINAL_FILE_NAME

OWNER_ID

public static final ERXKey<String> OWNER_ID

PROXIED

public static final ERXKey<Boolean> PROXIED

SIZE

public static final ERXKey<Integer> SIZE

STORAGE_TYPE

public static final ERXKey<String> STORAGE_TYPE

THUMBNAIL

public static final ERXKey<String> THUMBNAIL

WEB_PATH

public static final ERXKey<String> WEB_PATH

WIDTH

public static final ERXKey<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 String AVAILABLE_KEY

CONFIGURATION_NAME_KEY

public static final String CONFIGURATION_NAME_KEY

CREATION_DATE_KEY

public static final String CREATION_DATE_KEY

HEIGHT_KEY

public static final String HEIGHT_KEY

MIME_TYPE_KEY

public static final String MIME_TYPE_KEY

ORIGINAL_FILE_NAME_KEY

public static final String ORIGINAL_FILE_NAME_KEY

OWNER_ID_KEY

public static final String OWNER_ID_KEY

PROXIED_KEY

public static final String PROXIED_KEY

SIZE_KEY

public static final String SIZE_KEY

STORAGE_TYPE_KEY

public static final String STORAGE_TYPE_KEY

THUMBNAIL_KEY

public static final String THUMBNAIL_KEY

WEB_PATH_KEY

public static final String WEB_PATH_KEY

WIDTH_KEY

public static final String WIDTH_KEY

CHILDREN_ATTACHMENTS_KEY

public static final String CHILDREN_ATTACHMENTS_KEY

PARENT_ATTACHMENT_KEY

public static final String PARENT_ATTACHMENT_KEY
Constructor Detail

_ERAttachment

public _ERAttachment()
Method Detail

localInstanceIn

public ERAttachment localInstanceIn(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 Boolean available()

setAvailable

public void setAvailable(Boolean value)

configurationName

public String configurationName()

setConfigurationName

public void setConfigurationName(String value)

creationDate

public NSTimestamp creationDate()

setCreationDate

public void setCreationDate(NSTimestamp value)

height

public Integer height()

setHeight

public void setHeight(Integer value)

mimeType

public String mimeType()

setMimeType

public void setMimeType(String value)

originalFileName

public String originalFileName()

setOriginalFileName

public void setOriginalFileName(String value)

ownerID

public String ownerID()

setOwnerID

public void setOwnerID(String value)

proxied

public Boolean proxied()

setProxied

public void setProxied(Boolean value)

size

public Integer size()

setSize

public void setSize(Integer value)

storageType

public String storageType()

setStorageType

public void setStorageType(String value)

thumbnail

public String thumbnail()

setThumbnail

public void setThumbnail(String value)

webPath

public String webPath()

setWebPath

public void setWebPath(String value)

width

public Integer width()

setWidth

public void setWidth(Integer value)

parentAttachment

public ERAttachment parentAttachment()

setParentAttachment

public void setParentAttachment(ERAttachment value)

setParentAttachmentRelationship

public void setParentAttachmentRelationship(ERAttachment value)

childrenAttachments

public NSArray<ERAttachment> childrenAttachments()

childrenAttachments

public NSArray<ERAttachment> childrenAttachments(EOQualifier qualifier)

childrenAttachments

public NSArray<ERAttachment> childrenAttachments(EOQualifier qualifier,
                                                 boolean fetch)

childrenAttachments

public NSArray<ERAttachment> childrenAttachments(EOQualifier qualifier,
                                                 NSArray<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(EOEditingContext editingContext,
                                              Boolean available,
                                              NSTimestamp creationDate,
                                              String mimeType,
                                              String originalFileName,
                                              Boolean proxied,
                                              Integer size,
                                              String webPath)

fetchSpec

public static ERXFetchSpecification<ERAttachment> fetchSpec()

fetchAllERAttachments

public static NSArray<ERAttachment> fetchAllERAttachments(EOEditingContext editingContext)

fetchAllERAttachments

public static NSArray<ERAttachment> fetchAllERAttachments(EOEditingContext editingContext,
                                                          NSArray<EOSortOrdering> sortOrderings)

fetchERAttachments

public static NSArray<ERAttachment> fetchERAttachments(EOEditingContext editingContext,
                                                       EOQualifier qualifier,
                                                       NSArray<EOSortOrdering> sortOrderings)

fetchERAttachment

public static ERAttachment fetchERAttachment(EOEditingContext editingContext,
                                             String keyName,
                                             Object value)

fetchERAttachment

public static ERAttachment fetchERAttachment(EOEditingContext editingContext,
                                             EOQualifier qualifier)

fetchRequiredERAttachment

public static ERAttachment fetchRequiredERAttachment(EOEditingContext editingContext,
                                                     String keyName,
                                                     Object value)

fetchRequiredERAttachment

public static ERAttachment fetchRequiredERAttachment(EOEditingContext editingContext,
                                                     EOQualifier qualifier)

localInstanceIn

public static ERAttachment localInstanceIn(EOEditingContext editingContext,
                                           ERAttachment eo)

Last updated: Wed, Feb 22, 2012 • 07:00 AM EST

Copyright © 2002 – 2011 Project Wonder.