Modifier and Type | Class and Description |
---|---|
class |
_ERAttachment |
class |
_ERAttachmentData |
class |
_ERCloudFilesAttachment |
class |
_ERDatabaseAttachment |
class |
_ERFileAttachment |
class |
_ERS3Attachment |
class |
ERAttachment
ERAttachment is the superclass of all attachment types.
|
class |
ERAttachmentData
For a database attachment, ERAttachmentData contains the actual backing
data for the attachment.
|
class |
ERCloudFilesAttachment
ERS3Attachment (type = "cf") represents an attachment whose content is stored on RackSpace's CloudFiles service and will be served directly from CloudFiles.
|
class |
ERDatabaseAttachment
ERDatabaseAttachment (type "db") represents an attachment whose data
is stored in the database in an ERAttachmentData class.
|
class |
ERFileAttachment
ERFileAttachment (type = "file") represents an attachment whose
data is stored on the local filesystem.
|
class |
ERS3Attachment
ERS3Attachment (type = "s3") represents an attachment whose content is stored on Amazon's S3 service and will be served directly from S3.
|
Modifier and Type | Class and Description |
---|---|
class |
_Bug |
class |
_Comment |
class |
_Component |
class |
_Difficulty |
class |
_Framework |
class |
_People |
class |
_Priority |
class |
_Release |
class |
_Requirement |
class |
_RequirementSubType |
class |
_RequirementType |
class |
_TestItem |
class |
_TestItemState |
class |
Bug |
class |
Comment |
class |
Component |
class |
Difficulty |
class |
Framework |
class |
People |
class |
Priority |
class |
Release |
class |
Requirement |
class |
RequirementSubType |
class |
RequirementType |
class |
TestItem |
class |
TestItemState |
Modifier and Type | Class and Description |
---|---|
class |
_ERCHelpText |
class |
_ERCLogEntry |
class |
_ERCMailMessage |
class |
_ERCMailMessageArchive |
class |
_ERCMessageAttachment |
class |
_ERCPreference |
class |
_ERCStatic |
class |
ERCHelpText |
class |
ERCLogEntry |
class |
ERCMailMessage |
class |
ERCMailMessageArchive |
class |
ERCMessageAttachment |
class |
ERCPreference |
class |
ERCStampedEnterpriseObject
EO subclass that has a timestamp with its creation date, the most recent modification,
and a log entry describing the change.
|
class |
ERCStatic
FIXME AK this code could be replaced by an ERXEOCache
|
Modifier and Type | Class and Description |
---|---|
class |
_ERCAuditBlob |
class |
_ERCAuditTrail |
class |
_ERCAuditTrailEntry |
class |
ERCAuditBlob |
class |
ERCAuditTrail
Bracket for all single audit trail actions.
|
class |
ERCAuditTrailEntry |
Modifier and Type | Class and Description |
---|---|
class |
ERXUnmodeledToManyRelationship<S extends ERXEnterpriseObject,D extends ERXEnterpriseObject>
A class than is composited into an EO to provide common toMany functionality
for the case where the toMany cannot be modeled in EOF due to the unusually
large size possibilities of the toMany relationship.
|
class |
ERXUnmodeledToManyRelationship<S extends ERXEnterpriseObject,D extends ERXEnterpriseObject>
A class than is composited into an EO to provide common toMany functionality
for the case where the toMany cannot be modeled in EOF due to the unusually
large size possibilities of the toMany relationship.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ERXCopyable<T extends ERXCopyable<T>>
This class specifies an interface for flexible copying of
EOEnterpriseObject s, a default implementation for doing the actual
copying, and a Utility class that provides convenience methods to make
implementing the interface easier. |
Modifier and Type | Class and Description |
---|---|
class |
ERXCustomObject
This class contains a bunch of extensions to the
regular
EOCustomObject class. |
class |
ERXGenericRecord
This class contains a bunch of extensions to the regular
EOGenericRecord class. |
Modifier and Type | Method and Description |
---|---|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.cleanRelationships(T source,
T destination)
When an EO object is created it can already have some relationships
set.
|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.copyAttribute(T source,
T destination,
EOAttribute attribute) |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.copyClassAttributes(T source,
T destination)
This copies only the class attributes from the source
ERXCopyable to the destination. |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.entity(T enterpriseObject)
Returns the entity for the current object.
|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.newInstance(T source)
This creates and returns a new, completely empty instance of
the same Entity as source.
|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopy(T source)
Returns a copy of this object by reference.
|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyClassRelationships(T source,
T destination)
This copies all objects for all class-property relationships from the
source onto the destination . |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyRelationship(T source,
T destination,
EORelationship relationship) |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyToManyClassRelationships(T source,
T destination)
This copies to-one related objects from the source
ERXCopyable to the destination by reference. |
static <T extends ERXEnterpriseObject,E extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyToManyRelationship(T source,
T destination,
EORelationship relationship) |
static <T extends ERXEnterpriseObject,E extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyToManyRelationship(T source,
T destination,
EORelationship relationship) |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyToOneClassRelationships(T source,
T destination)
This copies related objects from the source
ERXCopyable to
the destination by reference. |
static <T extends ERXEnterpriseObject,E extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyToOneRelationship(T source,
T destination,
EORelationship relationship) |
static <T extends ERXEnterpriseObject,E extends ERXEnterpriseObject> |
ERXCopyable.Utility.referenceCopyToOneRelationship(T source,
T destination,
EORelationship relationship) |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.shallowCopy(T source)
Returns a shallow copy of this object, the attribute and
relationships are copied by reference.
|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.shallowCopyRelationship(T source,
T destination,
EORelationship relationship) |
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.shallowCopyToManyRelationship(T source,
T destination,
EORelationship relationship)
Creates a new instance for each of the of the source's related
objects' Entity and reference copies the attributes and relationships
to it
|
static <T extends ERXEnterpriseObject> |
ERXCopyable.Utility.shallowCopyToOneRelationship(T source,
T destination,
EORelationship relationship)
Creates a new instance of the source's related object's Entity and
reference copies the attributes and relationships to it
|
Modifier and Type | Method and Description |
---|---|
ERXEnterpriseObject |
ERXGenericRecord.refetchObjectFromDB()
Calls the method
refetchObjectFromDBinEditingContext(EOEditingContext ec) and
passes the object's Editing Context as Editing Context parameter. |
ERXEnterpriseObject |
ERXGenericRecord.refetchObjectFromDBinEditingContext(EOEditingContext ec) |
ERXEnterpriseObject |
ERXEnterpriseObject.refetchObjectFromDBinEditingContext(EOEditingContext ec)
Method that will make sure to fetch an eo from the Database and
place it in the editingContext provided
as an argument
|
ERXEnterpriseObject |
ERXCustomObject.refetchObjectFromDBinEditingContext(EOEditingContext ec) |
ERXEnterpriseObject |
ERXGenericRecord.self() |
ERXEnterpriseObject |
ERXEnterpriseObject.self()
self is useful for D2W purposes
|
ERXEnterpriseObject |
ERXCustomObject.self() |
Modifier and Type | Method and Description |
---|---|
static void |
ERXGenericRecord.InverseRelationshipUpdater.excludeObjectFromPropertyWithKey(ERXEnterpriseObject object,
Object value,
String key)
Called from eo.excludeObjectFromPropertyWithKey.
|
static NSArray<String> |
ERXCopyable.Utility.exposedPKandFKAttributeNames(ERXEnterpriseObject source)
Returns an array of attribute names from the
EOEntity of
source that are used in the primary key, or in forming
relationships. |
static NSArray<EOAttribute> |
ERXCopyable.Utility.exposedPKAndFKAttributes(ERXEnterpriseObject source)
Returns an array of class
EOAttribute s from the
EOEntity of source that are used in the primary key,
or in forming EORelationship s. |
static EOGlobalID |
ERXCopyable.Utility.globalIDForObject(ERXEnterpriseObject enterpriseObject)
|
static void |
ERXGenericRecord.InverseRelationshipUpdater.includeObjectIntoPropertyWithKey(ERXEnterpriseObject object,
Object value,
String key)
Called from eo.includeObjectIntoPropertyWithKey.
|
protected abstract void |
ERXEnterpriseObject.Processor.perform(EOEditingContext ec,
ERXEnterpriseObject eo) |
static NSArray<EOAttribute> |
ERXCopyable.Utility.primaryAndForeignKeyAttributes(ERXEnterpriseObject source) |
static void |
ERXGenericRecord.InverseRelationshipUpdater.takeStoredValueForKey(ERXEnterpriseObject object,
Object value,
String key)
Called from eo.takeValueForKey.
|
Modifier and Type | Class and Description |
---|---|
class |
ERXPartialGenericRecord
For overview information on partials, read the
package.html in
er.extensions.partials . |
Modifier and Type | Class and Description |
---|---|
class |
_ERIAttribute |
class |
_ERIAttributeGroup |
class |
_ERIAttributeType |
class |
_ERIValidationRule |
class |
ERIAttribute |
class |
ERIAttributeGroup |
class |
ERIAttributeType |
class |
ERIValidationRule |
Modifier and Type | Class and Description |
---|---|
class |
_ERIDirectory |
class |
_ERIFile |
class |
_ERIFileContent |
class |
ERIDirectory |
class |
ERIFile |
class |
ERIFileContent |
Modifier and Type | Class and Description |
---|---|
class |
ERSessionInfo |
Modifier and Type | Class and Description |
---|---|
class |
_ERSessionInfo |
Modifier and Type | Class and Description |
---|---|
class |
_ERTag |
class |
ERTag
ERTag represents a single String shared tag.
|
Copyright © 2002 – 2024 Project Wonder.