_ERS3Attachment Class Reference

Inherits er::attachment::model::ERAttachment.

Inherited by ERS3Attachment.

Collaboration diagram for _ERS3Attachment:

Collaboration graph
[legend]

List of all members.

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< ERS3AttachmentfetchAllERS3Attachments (EOEditingContext editingContext, NSArray< EOSortOrdering > sortOrderings)
static NSArray< ERS3AttachmentfetchAllERS3Attachments (EOEditingContext editingContext)
static ERS3Attachment fetchERS3Attachment (EOEditingContext editingContext, EOQualifier qualifier)
static ERS3Attachment fetchERS3Attachment (EOEditingContext editingContext, String keyName, Object value)
static NSArray< ERS3AttachmentfetchERS3Attachments (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< StringCONFIGURATION_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< StringMIME_TYPE = new ERXKey<String>("mimeType")
static final String MIME_TYPE_KEY = MIME_TYPE.key()
static final ERXKey< StringORIGINAL_FILE_NAME = new ERXKey<String>("originalFileName")
static final String ORIGINAL_FILE_NAME_KEY = ORIGINAL_FILE_NAME.key()
static final ERXKey< StringOWNER_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< StringS3_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< StringSTORAGE_TYPE = new ERXKey<String>("storageType")
static final String STORAGE_TYPE_KEY = STORAGE_TYPE.key()
static final ERXKey< StringTHUMBNAIL = new ERXKey<String>("thumbnail")
static final String THUMBNAIL_KEY = THUMBNAIL.key()
static final ERXKey< StringWEB_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)


Member Function Documentation

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.

Returns:
this EO in the supplied editing context.

Reimplemented from _ERAttachment.

String s3Path (  ) 

Reimplemented in ERS3Attachment.

void setS3Path ( String  value  ) 


Member Data Documentation

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.

final ERXKey<String> MIME_TYPE = new ERXKey<String>("mimeType") [static]

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.

final ERXKey<String> OWNER_ID = new ERXKey<String>("ownerID") [static]

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 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]

Reimplemented from _ERAttachment.

final String SIZE_KEY = SIZE.key() [static]

Reimplemented from _ERAttachment.

final ERXKey<String> STORAGE_TYPE = new ERXKey<String>("storageType") [static]

Reimplemented from _ERAttachment.

Reimplemented in ERS3Attachment.

final String STORAGE_TYPE_KEY = STORAGE_TYPE.key() [static]

Reimplemented from _ERAttachment.

final ERXKey<String> THUMBNAIL = new ERXKey<String>("thumbnail") [static]

Reimplemented from _ERAttachment.

final String THUMBNAIL_KEY = THUMBNAIL.key() [static]

Reimplemented from _ERAttachment.

final ERXKey<String> WEB_PATH = new ERXKey<String>("webPath") [static]

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.

final String WIDTH_KEY = WIDTH.key() [static]

Reimplemented from _ERAttachment.


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:42:42 2012 for Project Wonder by  doxygen 1.5.8