er.attachment.model
Class _ERFileAttachment
java.lang.Object
com.webobjects.eocontrol.EOCustomObject
com.webobjects.eocontrol.EOGenericRecord
er.extensions.eof.ERXGenericRecord
er.attachment.model._ERAttachment
er.attachment.model.ERAttachment
er.attachment.model._ERFileAttachment
- 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:
- ERFileAttachment
public abstract class _ERFileAttachment
- extends ERAttachment
- See Also:
- Serialized Form
| 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 |
| Fields inherited from interface er.extensions.eof.ERXEnterpriseObject |
applyRestrictingQualifierOnInsert, DidDeleteProcessor, DidInsertProcessor, DidRevertProcessor, DidUpdateProcessor, FlushCachesProcessor, insertionTrackingLog, KEY_MARKER, logMod, tranLogDidDelete, tranLogDidInsert, tranLogDidRevert, tranLogDidUpdate, tranLogMightDelete, tranLogWillDelete, tranLogWillInsert, tranLogWillRevert, tranLogWillUpdate, validation, validationException, WillDeleteProcessor, WillInsertProcessor, WillRevertProcessor, WillUpdateProcessor |
|
Method Summary |
static ERFileAttachment |
createERFileAttachment(EOEditingContext editingContext,
Boolean available,
NSTimestamp creationDate,
String mimeType,
String originalFileName,
Boolean proxied,
Integer size,
String webPath)
|
static NSArray<ERFileAttachment> |
fetchAllERFileAttachments(EOEditingContext editingContext)
|
static NSArray<ERFileAttachment> |
fetchAllERFileAttachments(EOEditingContext editingContext,
NSArray<EOSortOrdering> sortOrderings)
|
static ERFileAttachment |
fetchERFileAttachment(EOEditingContext editingContext,
EOQualifier qualifier)
|
static ERFileAttachment |
fetchERFileAttachment(EOEditingContext editingContext,
String keyName,
Object value)
|
static NSArray<ERFileAttachment> |
fetchERFileAttachments(EOEditingContext editingContext,
EOQualifier qualifier,
NSArray<EOSortOrdering> sortOrderings)
|
static ERFileAttachment |
fetchRequiredERFileAttachment(EOEditingContext editingContext,
EOQualifier qualifier)
|
static ERFileAttachment |
fetchRequiredERFileAttachment(EOEditingContext editingContext,
String keyName,
Object value)
|
static ERXFetchSpecification<ERFileAttachment> |
fetchSpecForERFileAttachment()
|
String |
filesystemPath()
|
ERFileAttachment |
localInstanceIn(EOEditingContext editingContext)
Returns this EO in the supplied editing context. |
static ERFileAttachment |
localInstanceIn(EOEditingContext editingContext,
ERFileAttachment eo)
|
void |
setFilesystemPath(String value)
|
| Methods inherited from class er.attachment.model._ERAttachment |
addToChildrenAttachments, addToChildrenAttachmentsRelationship, available, childrenAttachments, childrenAttachments, childrenAttachments, childrenAttachments, configurationName, createChildrenAttachmentsRelationship, createERAttachment, creationDate, deleteAllChildrenAttachmentsRelationships, deleteChildrenAttachmentsRelationship, fetchAllERAttachments, fetchAllERAttachments, fetchERAttachment, fetchERAttachment, fetchERAttachments, fetchRequiredERAttachment, fetchRequiredERAttachment, fetchSpec, height, localInstanceIn, mimeType, originalFileName, ownerID, parentAttachment, proxied, removeFromChildrenAttachments, removeFromChildrenAttachmentsRelationship, setAvailable, setConfigurationName, setCreationDate, setHeight, setMimeType, setOriginalFileName, setOwnerID, setParentAttachment, setParentAttachmentRelationship, setProxied, setSize, setStorageType, setThumbnail, setWebPath, setWidth, size, storageType, thumbnail, webPath, 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, 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.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 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 |
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
FILESYSTEM_PATH
public static final ERXKey<String> FILESYSTEM_PATH
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
FILESYSTEM_PATH_KEY
public static final String FILESYSTEM_PATH_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
_ERFileAttachment
public _ERFileAttachment()
localInstanceIn
public ERFileAttachment 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 _ERAttachment
- Returns:
- this EO in the supplied editing context.
filesystemPath
public String filesystemPath()
setFilesystemPath
public void setFilesystemPath(String value)
createERFileAttachment
public static ERFileAttachment createERFileAttachment(EOEditingContext editingContext,
Boolean available,
NSTimestamp creationDate,
String mimeType,
String originalFileName,
Boolean proxied,
Integer size,
String webPath)
fetchSpecForERFileAttachment
public static ERXFetchSpecification<ERFileAttachment> fetchSpecForERFileAttachment()
fetchAllERFileAttachments
public static NSArray<ERFileAttachment> fetchAllERFileAttachments(EOEditingContext editingContext)
fetchAllERFileAttachments
public static NSArray<ERFileAttachment> fetchAllERFileAttachments(EOEditingContext editingContext,
NSArray<EOSortOrdering> sortOrderings)
fetchERFileAttachments
public static NSArray<ERFileAttachment> fetchERFileAttachments(EOEditingContext editingContext,
EOQualifier qualifier,
NSArray<EOSortOrdering> sortOrderings)
fetchERFileAttachment
public static ERFileAttachment fetchERFileAttachment(EOEditingContext editingContext,
String keyName,
Object value)
fetchERFileAttachment
public static ERFileAttachment fetchERFileAttachment(EOEditingContext editingContext,
EOQualifier qualifier)
fetchRequiredERFileAttachment
public static ERFileAttachment fetchRequiredERFileAttachment(EOEditingContext editingContext,
String keyName,
Object value)
fetchRequiredERFileAttachment
public static ERFileAttachment fetchRequiredERFileAttachment(EOEditingContext editingContext,
EOQualifier qualifier)
localInstanceIn
public static ERFileAttachment localInstanceIn(EOEditingContext editingContext,
ERFileAttachment eo)
Copyright © 2002 – 2011 Project Wonder.