Project Wonder 5.0

Uses of Interface
er.extensions.eof.ERXEnterpriseObject

Packages that use ERXEnterpriseObject
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.taggable.model   
 

Uses of ERXEnterpriseObject in er.attachment.model
 

Classes in er.attachment.model that implement ERXEnterpriseObject
 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 ERXEnterpriseObject in er.bugtracker
 

Classes in er.bugtracker that implement ERXEnterpriseObject
 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 ERXEnterpriseObject in er.corebusinesslogic
 

Classes in er.corebusinesslogic that implement ERXEnterpriseObject
 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 ERXEnterpriseObject in er.corebusinesslogic.audittrail
 

Classes in er.corebusinesslogic.audittrail that implement ERXEnterpriseObject
 class _ERCAuditBlob
           
 class _ERCAuditTrail
           
 class _ERCAuditTrailEntry
           
 class ERCAuditBlob
           
 class ERCAuditTrail
          Bracket for all single audit trail actions.
 class ERCAuditTrailEntry
           
 

Uses of ERXEnterpriseObject in er.extensions.eof
 

Classes in er.extensions.eof with type parameters of type ERXEnterpriseObject
 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.
 

Classes in er.extensions.eof that implement ERXEnterpriseObject
 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.
 

Methods in er.extensions.eof that return ERXEnterpriseObject
 ERXEnterpriseObject ERXGenericRecord.refetchObjectFromDB()
          Calls the method refetchObjectFromDBinEditingContext(EOEditingContext ec) and passes the object's Editing Context as Editing Context parameter.
 ERXEnterpriseObject ERXGenericRecord.refetchObjectFromDBinEditingContext(com.webobjects.eocontrol.EOEditingContext ec)
           
 ERXEnterpriseObject ERXEnterpriseObject.refetchObjectFromDBinEditingContext(com.webobjects.eocontrol.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(com.webobjects.eocontrol.EOEditingContext ec)
           
 ERXEnterpriseObject ERXGenericRecord.self()
           
 ERXEnterpriseObject ERXEnterpriseObject.self()
          self is usefull for directtoweb purposes
 ERXEnterpriseObject ERXCustomObject.self()
           
 

Methods in er.extensions.eof with parameters of type ERXEnterpriseObject
static void ERXGenericRecord.InverseRelationshipUpdater.excludeObjectFromPropertyWithKey(ERXEnterpriseObject object, java.lang.Object value, java.lang.String key)
          Called from eo.excludeObjectFromPropertyWithKey.
static void ERXGenericRecord.InverseRelationshipUpdater.includeObjectIntoPropertyWithKey(ERXEnterpriseObject object, java.lang.Object value, java.lang.String key)
          Called from eo.includeObjectIntoPropertyWithKey.
protected abstract  void ERXEnterpriseObject.Processor.perform(com.webobjects.eocontrol.EOEditingContext ec, ERXEnterpriseObject eo)
           
static void ERXGenericRecord.InverseRelationshipUpdater.takeStoredValueForKey(ERXEnterpriseObject object, java.lang.Object value, java.lang.String key)
          Called from eo.takeValueForKey.
 

Uses of ERXEnterpriseObject in er.extensions.partials
 

Classes in er.extensions.partials that implement ERXEnterpriseObject
 class ERXPartialGenericRecord
           For overview information on partials, read the package.html in er.extensions.partials.
 

Uses of ERXEnterpriseObject in er.indexing.attributes
 

Classes in er.indexing.attributes that implement ERXEnterpriseObject
 class _ERIAttribute
           
 class _ERIAttributeGroup
           
 class _ERIAttributeType
           
 class _ERIValidationRule
           
 class ERIAttribute
           
 class ERIAttributeGroup
           
 class ERIAttributeType
           
 class ERIValidationRule
           
 

Uses of ERXEnterpriseObject in er.indexing.storage
 

Classes in er.indexing.storage that implement ERXEnterpriseObject
 class _ERIDirectory
           
 class _ERIFile
           
 class _ERIFileContent
           
 class ERIDirectory
           
 class ERIFile
           
 class ERIFileContent
           
 

Uses of ERXEnterpriseObject in er.taggable.model
 

Classes in er.taggable.model that implement ERXEnterpriseObject
 class _ERTag
           
 class ERTag
          ERTag represents a single String shared tag.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.