WebObjects 5.2.3

Uses of Interface
com.webobjects.eocontrol.EORelationshipManipulation

Packages that use EORelationshipManipulation
com.webobjects.eocontrol Provides infrastructure for creating and manging enterprise objects. 
 

Uses of EORelationshipManipulation in com.webobjects.eocontrol
 

Subinterfaces of EORelationshipManipulation in com.webobjects.eocontrol
 interface EOEnterpriseObject
          The EOEnterpriseObject interface identifies basic enterprise object behavior, defining methods for supporting operations common to all enterprise objects.
 

Classes in com.webobjects.eocontrol that implement EORelationshipManipulation
 class EOCustomObject
          The EOCustomObject class provides a default implementation of the EOEnterpriseObject interface.
 class EOGenericRecord
          EOGenericRecord is a generic enterprise object class that can be used in place of custom classes when custom behavior is not needed.
 

Methods in com.webobjects.eocontrol with parameters of type EORelationshipManipulation
 void EORelationshipManipulation.addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation eo, String key)
           
 void EORelationshipManipulation.removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation eo, String key)
          Removes the enterprise object eo from the receiver's relationship, which is identified by key, and also removes the receiver from the enterprise object eo's inverse relationship if there is one.
 void EOCustomObject.addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation object, String key)
          Sets or adds object as the destination for the receiver's relationship identified by key, and also sets or adds the receiver for object's reciprocal relationship if there is one.
 void EOCustomObject.removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation object, String key)
          Removes object from the receiver's relationship identified by key, and also removes the receiver from objects's reciprocal relationship if there is one.
 


Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.