|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXGenericRecord | |
---|---|
er.attachment.model | |
er.bugtracker | |
er.corebusinesslogic | |
er.corebusinesslogic.audittrail | |
er.extensions.eof | |
er.extensions.partials | Partial Entities |
er.indexing.attributes | |
er.indexing.storage | |
er.rest.routes | |
er.taggable | ERTaggable is a fairly direct port of the acts_as_taggable Rails mixin to EOF, the framework provides a very easy method of integrating delicious-style tagging support into arbitrary entities in your applications. |
er.taggable.model |
Uses of ERXGenericRecord in er.attachment.model |
---|
Subclasses of ERXGenericRecord in er.attachment.model | |
---|---|
class |
_ERAttachment
|
class |
_ERAttachmentData
|
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 |
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. |
Uses of ERXGenericRecord in er.bugtracker |
---|
Subclasses of ERXGenericRecord in er.bugtracker | |
---|---|
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
|
Uses of ERXGenericRecord in er.corebusinesslogic |
---|
Subclasses of ERXGenericRecord in er.corebusinesslogic | |
---|---|
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
|
Uses of ERXGenericRecord in er.corebusinesslogic.audittrail |
---|
Subclasses of ERXGenericRecord in er.corebusinesslogic.audittrail | |
---|---|
class |
_ERCAuditBlob
|
class |
_ERCAuditTrail
|
class |
_ERCAuditTrailEntry
|
class |
ERCAuditBlob
|
class |
ERCAuditTrail
Bracket for all single audit trail actions. |
class |
ERCAuditTrailEntry
|
Uses of ERXGenericRecord in er.extensions.eof |
---|
Methods in er.extensions.eof with parameters of type ERXGenericRecord | |
---|---|
void |
ERXGenericRecord.didCopyFromChildInEditingContext(ERXGenericRecord originalEO,
com.webobjects.eocontrol.EOEditingContext childEditingContext)
Called when this EO is saved from a child editing context into a parent editing context. |
Uses of ERXGenericRecord in er.extensions.partials |
---|
Classes in er.extensions.partials with type parameters of type ERXGenericRecord | |
---|---|
class |
ERXPartial<T extends ERXGenericRecord>
For overview information on partials, read the package.html in er.extensions.partials. |
Subclasses of ERXGenericRecord in er.extensions.partials | |
---|---|
class |
ERXPartialGenericRecord
For overview information on partials, read the package.html in er.extensions.partials. |
Uses of ERXGenericRecord in er.indexing.attributes |
---|
Subclasses of ERXGenericRecord in er.indexing.attributes | |
---|---|
class |
_ERIAttribute
|
class |
_ERIAttributeGroup
|
class |
_ERIAttributeType
|
class |
_ERIValidationRule
|
class |
ERIAttribute
|
class |
ERIAttributeGroup
|
class |
ERIAttributeType
|
class |
ERIValidationRule
|
Uses of ERXGenericRecord in er.indexing.storage |
---|
Subclasses of ERXGenericRecord in er.indexing.storage | |
---|---|
class |
_ERIDirectory
|
class |
_ERIFile
|
class |
_ERIFileContent
|
class |
ERIDirectory
|
class |
ERIFile
|
class |
ERIFileContent
|
Uses of ERXGenericRecord in er.rest.routes |
---|
Methods in er.rest.routes with parameters of type ERXGenericRecord | |
---|---|
static java.lang.String |
ERXRouteUrlUtils.actionUrlForRecord(com.webobjects.appserver.WOContext context,
ERXGenericRecord record,
java.lang.String action,
java.lang.String format,
com.webobjects.foundation.NSDictionary<java.lang.String,java.lang.Object> queryParameters,
boolean secure,
boolean includeSessionID)
|
Uses of ERXGenericRecord in er.taggable |
---|
Classes in er.taggable with type parameters of type ERXGenericRecord | |
---|---|
class |
ERTaggable<T extends ERXGenericRecord>
ERTaggable provides a wrapper around a taggable EO, extending it with tagging-related methods. |
class |
ERTaggableEntity<T extends ERXGenericRecord>
ERTaggableEntity provides entity-level tag management and fetching methods. |
Methods in er.taggable with type parameters of type ERXGenericRecord | ||
---|---|---|
static
|
ERTaggable.taggable(T eo)
A factory method for generating a taggable from an EO. |
|
static
|
ERTaggableEntity.taggableEntity(com.webobjects.eoaccess.EOEntity entity)
Constructs an ERTaggableEntity. |
|
static
|
ERTaggableEntity.taggableEntity(java.lang.String entityName)
Constructs an ERTaggableEntity. |
|
static
|
ERTaggableEntity.taggableEntity(T eo)
Shortcut for getting an ERTaggableEntity for an EO. |
Methods in er.taggable that return types with arguments of type ERXGenericRecord | |
---|---|
static com.webobjects.foundation.NSDictionary<com.webobjects.eoaccess.EOEntity,com.webobjects.foundation.NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
int limit,
java.lang.Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags. |
static com.webobjects.foundation.NSDictionary<com.webobjects.eoaccess.EOEntity,com.webobjects.foundation.NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
ERTag.Inclusion inclusion,
java.lang.Object tags)
Fetches all the EOs of all taggable entities that are associated with the given tags (unlimited). |
static com.webobjects.foundation.NSDictionary<com.webobjects.eoaccess.EOEntity,com.webobjects.foundation.NSArray<? extends ERXGenericRecord>> |
ERTaggableEntity.fetchAllTaggedWith(com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.Object tags)
Fetches all the EOs of all taggable entities that are associated with all of the given tags (unlimited). |
Uses of ERXGenericRecord in er.taggable.model |
---|
Subclasses of ERXGenericRecord in er.taggable.model | |
---|---|
class |
_ERTag
|
class |
ERTag
ERTag represents a single String shared tag. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |