Inherited by ERAttachment.

Public Member Functions | |
| void | addToChildrenAttachments (er.attachment.model.ERAttachment object) |
| void | addToChildrenAttachmentsRelationship (er.attachment.model.ERAttachment object) |
| Boolean | available () |
| NSArray < er.attachment.model.ERAttachment > | childrenAttachments (EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings, boolean fetch) |
| NSArray < er.attachment.model.ERAttachment > | childrenAttachments (EOQualifier qualifier, boolean fetch) |
| NSArray < er.attachment.model.ERAttachment > | childrenAttachments (EOQualifier qualifier) |
| NSArray < er.attachment.model.ERAttachment > | childrenAttachments () |
| String | configurationName () |
| er.attachment.model.ERAttachment | createChildrenAttachmentsRelationship () |
| NSTimestamp | creationDate () |
| void | deleteAllChildrenAttachmentsRelationships () |
| void | deleteChildrenAttachmentsRelationship (er.attachment.model.ERAttachment object) |
| Integer | height () |
| ERAttachment | localInstanceIn (EOEditingContext editingContext) |
| String | mimeType () |
| String | originalFileName () |
| String | ownerID () |
| er.attachment.model.ERAttachment | parentAttachment () |
| Boolean | proxied () |
| void | removeFromChildrenAttachments (er.attachment.model.ERAttachment object) |
| void | removeFromChildrenAttachmentsRelationship (er.attachment.model.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 (er.attachment.model.ERAttachment value) |
| void | setParentAttachmentRelationship (er.attachment.model.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 () |
Static Public Member Functions | |
| static ERAttachment | createERAttachment (EOEditingContext editingContext, Boolean available, NSTimestamp creationDate, String mimeType, String originalFileName, Boolean proxied, Integer size, String webPath) |
| static NSArray< ERAttachment > | fetchAllERAttachments (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings) |
| static NSArray< ERAttachment > | fetchAllERAttachments (EOEditingContext editingContext) |
| 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 ERAttachment | localInstanceIn (EOEditingContext editingContext, ERAttachment eo) |
Static Public Attributes | |
| static final ERXKey< Boolean > | AVAILABLE = new ERXKey<Boolean>("available") |
| static final String | AVAILABLE_KEY = AVAILABLE.key() |
| static final ERXKey < er.attachment.model.ERAttachment > | CHILDREN_ATTACHMENTS = new ERXKey<er.attachment.model.ERAttachment>("childrenAttachments") |
| static final String | CHILDREN_ATTACHMENTS_KEY = CHILDREN_ATTACHMENTS.key() |
| static final ERXKey< String > | CONFIGURATION_NAME = new ERXKey<String>("configurationName") |
| static final String | CONFIGURATION_NAME_KEY = CONFIGURATION_NAME.key() |
| static final ERXKey< NSTimestamp > | CREATION_DATE = new ERXKey<NSTimestamp>("creationDate") |
| static final String | CREATION_DATE_KEY = CREATION_DATE.key() |
| static final String | ENTITY_NAME = "ERAttachment" |
| static final ERXKey< Integer > | HEIGHT = new ERXKey<Integer>("height") |
| static final String | HEIGHT_KEY = HEIGHT.key() |
| static final ERXKey< String > | MIME_TYPE = new ERXKey<String>("mimeType") |
| static final String | MIME_TYPE_KEY = MIME_TYPE.key() |
| static final ERXKey< String > | ORIGINAL_FILE_NAME = new ERXKey<String>("originalFileName") |
| static final String | ORIGINAL_FILE_NAME_KEY = ORIGINAL_FILE_NAME.key() |
| static final ERXKey< String > | OWNER_ID = new ERXKey<String>("ownerID") |
| static final String | OWNER_ID_KEY = OWNER_ID.key() |
| static final ERXKey < er.attachment.model.ERAttachment > | PARENT_ATTACHMENT = new ERXKey<er.attachment.model.ERAttachment>("parentAttachment") |
| static final String | PARENT_ATTACHMENT_KEY = PARENT_ATTACHMENT.key() |
| static final ERXKey< Boolean > | PROXIED = new ERXKey<Boolean>("proxied") |
| static final String | PROXIED_KEY = PROXIED.key() |
| static final ERXKey< Integer > | SIZE = new ERXKey<Integer>("size") |
| static final String | SIZE_KEY = SIZE.key() |
| static final ERXKey< String > | STORAGE_TYPE = new ERXKey<String>("storageType") |
| static final String | STORAGE_TYPE_KEY = STORAGE_TYPE.key() |
| static final ERXKey< String > | THUMBNAIL = new ERXKey<String>("thumbnail") |
| static final String | THUMBNAIL_KEY = THUMBNAIL.key() |
| static final ERXKey< String > | WEB_PATH = new ERXKey<String>("webPath") |
| static final String | WEB_PATH_KEY = WEB_PATH.key() |
| static final ERXKey< Integer > | WIDTH = new ERXKey<Integer>("width") |
| static final String | WIDTH_KEY = WIDTH.key() |
Static Private Attributes | |
| static Logger | LOG = Logger.getLogger(_ERAttachment.class) |
| void addToChildrenAttachments | ( | er.attachment.model.ERAttachment | object | ) |
| void addToChildrenAttachmentsRelationship | ( | er.attachment.model.ERAttachment | object | ) |
| Boolean available | ( | ) |
| NSArray<er.attachment.model.ERAttachment> childrenAttachments | ( | EOQualifier | qualifier, | |
| NSArray< EOSortOrdering > | sortOrderings, | |||
| boolean | fetch | |||
| ) |
| NSArray<er.attachment.model.ERAttachment> childrenAttachments | ( | EOQualifier | qualifier, | |
| boolean | fetch | |||
| ) |
| NSArray<er.attachment.model.ERAttachment> childrenAttachments | ( | EOQualifier | qualifier | ) |
| NSArray<er.attachment.model.ERAttachment> childrenAttachments | ( | ) |
| String configurationName | ( | ) |
| er.attachment.model.ERAttachment createChildrenAttachmentsRelationship | ( | ) |
| static ERAttachment createERAttachment | ( | EOEditingContext | editingContext, | |
| Boolean | available, | |||
| NSTimestamp | creationDate, | |||
| String | mimeType, | |||
| String | originalFileName, | |||
| Boolean | proxied, | |||
| Integer | size, | |||
| String | webPath | |||
| ) | [static] |
| NSTimestamp creationDate | ( | ) |
| void deleteAllChildrenAttachmentsRelationships | ( | ) |
| void deleteChildrenAttachmentsRelationship | ( | er.attachment.model.ERAttachment | object | ) |
| static NSArray<ERAttachment> fetchAllERAttachments | ( | EOEditingContext | editingContext, | |
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static NSArray<ERAttachment> fetchAllERAttachments | ( | EOEditingContext | editingContext | ) | [static] |
| static ERAttachment fetchERAttachment | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static ERAttachment fetchERAttachment | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| static NSArray<ERAttachment> fetchERAttachments | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier, | |||
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static ERAttachment fetchRequiredERAttachment | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static ERAttachment fetchRequiredERAttachment | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| Integer height | ( | ) |
| static ERAttachment localInstanceIn | ( | EOEditingContext | editingContext, | |
| ERAttachment | eo | |||
| ) | [static] |
| ERAttachment localInstanceIn | ( | EOEditingContext | ec | ) | [virtual] |
Returns this EO in the supplied editing context.
Reimplemented from ERXGenericRecord.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
| String mimeType | ( | ) |
| String originalFileName | ( | ) |
| String ownerID | ( | ) |
| er.attachment.model.ERAttachment parentAttachment | ( | ) |
| Boolean proxied | ( | ) |
| void removeFromChildrenAttachments | ( | er.attachment.model.ERAttachment | object | ) |
| void removeFromChildrenAttachmentsRelationship | ( | er.attachment.model.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 | ( | er.attachment.model.ERAttachment | value | ) |
| void setParentAttachmentRelationship | ( | er.attachment.model.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 | ( | ) |
final ERXKey<Boolean> AVAILABLE = new ERXKey<Boolean>("available") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String AVAILABLE_KEY = AVAILABLE.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<er.attachment.model.ERAttachment> CHILDREN_ATTACHMENTS = new ERXKey<er.attachment.model.ERAttachment>("childrenAttachments") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String CHILDREN_ATTACHMENTS_KEY = CHILDREN_ATTACHMENTS.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<String> CONFIGURATION_NAME = new ERXKey<String>("configurationName") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String CONFIGURATION_NAME_KEY = CONFIGURATION_NAME.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<NSTimestamp> CREATION_DATE = new ERXKey<NSTimestamp>("creationDate") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String CREATION_DATE_KEY = CREATION_DATE.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String ENTITY_NAME = "ERAttachment" [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<Integer> HEIGHT = new ERXKey<Integer>("height") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String HEIGHT_KEY = HEIGHT.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Logger LOG = Logger.getLogger(_ERAttachment.class) [static, private] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String MIME_TYPE_KEY = MIME_TYPE.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<String> ORIGINAL_FILE_NAME = new ERXKey<String>("originalFileName") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String ORIGINAL_FILE_NAME_KEY = ORIGINAL_FILE_NAME.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String OWNER_ID_KEY = OWNER_ID.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<er.attachment.model.ERAttachment> PARENT_ATTACHMENT = new ERXKey<er.attachment.model.ERAttachment>("parentAttachment") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String PARENT_ATTACHMENT_KEY = PARENT_ATTACHMENT.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<Boolean> PROXIED = new ERXKey<Boolean>("proxied") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String PROXIED_KEY = PROXIED.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<Integer> SIZE = new ERXKey<Integer>("size") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<String> STORAGE_TYPE = new ERXKey<String>("storageType") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, _ERS3Attachment, ERDatabaseAttachment, ERFileAttachment, and ERS3Attachment.
final String STORAGE_TYPE_KEY = STORAGE_TYPE.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String THUMBNAIL_KEY = THUMBNAIL.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final String WEB_PATH_KEY = WEB_PATH.key() [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
final ERXKey<Integer> WIDTH = new ERXKey<Integer>("width") [static] |
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
Reimplemented in _ERDatabaseAttachment, _ERFileAttachment, and _ERS3Attachment.
1.5.8