|
Project Wonder 2.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXGenericRecord | |
er.corebusinesslogic | |
er.extensions |
Uses of ERXGenericRecord in er.corebusinesslogic |
Subclasses of ERXGenericRecord in er.corebusinesslogic | |
class |
_ERCLogEntry
|
class |
_ERCMailMessage
|
class |
_ERCMailState
|
class |
_ERCMessageAttachment
|
class |
_ERCPreference
|
class |
_ERCStatic
|
class |
ERCLogEntry
|
class |
ERCMailMessage
|
class |
ERCMailState
Mail state. |
class |
ERCMessageAttachment
|
class |
ERCPreference
|
class |
ERCStampedEnterpriseObject
|
class |
ERCStatic
|
Uses of ERXGenericRecord in er.extensions |
Methods in er.extensions that return ERXGenericRecord | |
ERXGenericRecord |
ERXReplicableInterface.replicate(EOEditingContext ec)
returns a new object with the same attributes and replicated replationships |
ERXGenericRecord |
ERXGenericRecord.self()
self is usefull for directtoweb purposes |
ERXGenericRecord |
ERXGenericRecord.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 |
Methods in er.extensions with parameters of type ERXGenericRecord | |
static void |
ERXUtilities.replicateDataFromEOToEO(ERXGenericRecord r1,
ERXGenericRecord r2,
NSArray attributeNames)
Copies values from one EO to another using an array of Attributes |
static void |
ERXUtilities.replicateRelationshipFromEOToEO(ERXGenericRecord r1,
ERXGenericRecord r2,
String relationshipName)
Copies a relationship from one EO to another using the name of the relationship |
static void |
ERXUtilities.deplicateRelationshipFromEO(ERXGenericRecord r1,
String relationshipName)
Copies a relationship from one EO to another using the name of the relationship |
|
Last updated: Do, Dez 9, 2004 12:46 PM CET | ||||||||||
PREV NEXT | FRAMES NO FRAMES |