Inherited by ERS3Attachment.

Public Member Functions | |
| ERS3Attachment | localInstanceIn (EOEditingContext editingContext) |
| String | s3Path () |
| void | setS3Path (String value) |
Static Public Member Functions | |
| static ERS3Attachment | createERS3Attachment (EOEditingContext editingContext, Boolean available, NSTimestamp creationDate, String mimeType, String originalFileName, Boolean proxied, Integer size, String webPath) |
| static NSArray< ERS3Attachment > | fetchAllERS3Attachments (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings) |
| static NSArray< ERS3Attachment > | fetchAllERS3Attachments (EOEditingContext editingContext) |
| static ERS3Attachment | fetchERS3Attachment (EOEditingContext editingContext, EOQualifier qualifier) |
| static ERS3Attachment | fetchERS3Attachment (EOEditingContext editingContext, String keyName, Object value) |
| static NSArray< ERS3Attachment > | fetchERS3Attachments (EOEditingContext editingContext, EOQualifier qualifier, NSArray< EOSortOrdering > sortOrderings) |
| static ERS3Attachment | fetchRequiredERS3Attachment (EOEditingContext editingContext, EOQualifier qualifier) |
| static ERS3Attachment | fetchRequiredERS3Attachment (EOEditingContext editingContext, String keyName, Object value) |
| static ERS3Attachment | localInstanceIn (EOEditingContext editingContext, ERS3Attachment 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 = "ERS3Attachment" |
| 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< String > | S3_PATH = new ERXKey<String>("s3Path") |
| static final String | S3_PATH_KEY = S3_PATH.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(_ERS3Attachment.class) |
| static ERS3Attachment createERS3Attachment | ( | EOEditingContext | editingContext, | |
| Boolean | available, | |||
| NSTimestamp | creationDate, | |||
| String | mimeType, | |||
| String | originalFileName, | |||
| Boolean | proxied, | |||
| Integer | size, | |||
| String | webPath | |||
| ) | [static] |
| static NSArray<ERS3Attachment> fetchAllERS3Attachments | ( | EOEditingContext | editingContext, | |
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static NSArray<ERS3Attachment> fetchAllERS3Attachments | ( | EOEditingContext | editingContext | ) | [static] |
| static ERS3Attachment fetchERS3Attachment | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static ERS3Attachment fetchERS3Attachment | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| static NSArray<ERS3Attachment> fetchERS3Attachments | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier, | |||
| NSArray< EOSortOrdering > | sortOrderings | |||
| ) | [static] |
| static ERS3Attachment fetchRequiredERS3Attachment | ( | EOEditingContext | editingContext, | |
| EOQualifier | qualifier | |||
| ) | [static] |
| static ERS3Attachment fetchRequiredERS3Attachment | ( | EOEditingContext | editingContext, | |
| String | keyName, | |||
| Object | value | |||
| ) | [static] |
| static ERS3Attachment localInstanceIn | ( | EOEditingContext | editingContext, | |
| ERS3Attachment | eo | |||
| ) | [static] |
| ERS3Attachment localInstanceIn | ( | EOEditingContext | ec | ) | [virtual] |
Returns this EO in the supplied editing context.
Reimplemented from _ERAttachment.
| String s3Path | ( | ) |
Reimplemented in ERS3Attachment.
| void setS3Path | ( | String | value | ) |
final ERXKey<Boolean> AVAILABLE = new ERXKey<Boolean>("available") [static] |
Reimplemented from _ERAttachment.
final String AVAILABLE_KEY = AVAILABLE.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<er.attachment.model.ERAttachment> CHILDREN_ATTACHMENTS = new ERXKey<er.attachment.model.ERAttachment>("childrenAttachments") [static] |
Reimplemented from _ERAttachment.
final String CHILDREN_ATTACHMENTS_KEY = CHILDREN_ATTACHMENTS.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<String> CONFIGURATION_NAME = new ERXKey<String>("configurationName") [static] |
Reimplemented from _ERAttachment.
final String CONFIGURATION_NAME_KEY = CONFIGURATION_NAME.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<NSTimestamp> CREATION_DATE = new ERXKey<NSTimestamp>("creationDate") [static] |
Reimplemented from _ERAttachment.
final String CREATION_DATE_KEY = CREATION_DATE.key() [static] |
Reimplemented from _ERAttachment.
final String ENTITY_NAME = "ERS3Attachment" [static] |
Reimplemented from _ERAttachment.
final ERXKey<Integer> HEIGHT = new ERXKey<Integer>("height") [static] |
Reimplemented from _ERAttachment.
final String HEIGHT_KEY = HEIGHT.key() [static] |
Reimplemented from _ERAttachment.
Logger LOG = Logger.getLogger(_ERS3Attachment.class) [static, private] |
Reimplemented from _ERAttachment.
Reimplemented from _ERAttachment.
final String MIME_TYPE_KEY = MIME_TYPE.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<String> ORIGINAL_FILE_NAME = new ERXKey<String>("originalFileName") [static] |
Reimplemented from _ERAttachment.
final String ORIGINAL_FILE_NAME_KEY = ORIGINAL_FILE_NAME.key() [static] |
Reimplemented from _ERAttachment.
Reimplemented from _ERAttachment.
final String OWNER_ID_KEY = OWNER_ID.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<er.attachment.model.ERAttachment> PARENT_ATTACHMENT = new ERXKey<er.attachment.model.ERAttachment>("parentAttachment") [static] |
Reimplemented from _ERAttachment.
final String PARENT_ATTACHMENT_KEY = PARENT_ATTACHMENT.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<Boolean> PROXIED = new ERXKey<Boolean>("proxied") [static] |
Reimplemented from _ERAttachment.
final String PROXIED_KEY = PROXIED.key() [static] |
Reimplemented from _ERAttachment.
final String S3_PATH_KEY = S3_PATH.key() [static] |
final ERXKey<Integer> SIZE = new ERXKey<Integer>("size") [static] |
Reimplemented from _ERAttachment.
Reimplemented from _ERAttachment.
final ERXKey<String> STORAGE_TYPE = new ERXKey<String>("storageType") [static] |
final String STORAGE_TYPE_KEY = STORAGE_TYPE.key() [static] |
Reimplemented from _ERAttachment.
Reimplemented from _ERAttachment.
final String THUMBNAIL_KEY = THUMBNAIL.key() [static] |
Reimplemented from _ERAttachment.
Reimplemented from _ERAttachment.
final String WEB_PATH_KEY = WEB_PATH.key() [static] |
Reimplemented from _ERAttachment.
final ERXKey<Integer> WIDTH = new ERXKey<Integer>("width") [static] |
Reimplemented from _ERAttachment.
Reimplemented from _ERAttachment.
1.5.8