Uses of Interface
net.wotonomy.control.EORelationshipManipulation

Packages that use EORelationshipManipulation
net.wotonomy.control Support classes needed by the ui and web packages. 
 

Uses of EORelationshipManipulation in net.wotonomy.control
 

Subinterfaces of EORelationshipManipulation in net.wotonomy.control
 interface EOEnterpriseObject
          EOEnterpriseObject defines the required methods a data object must implement to take full advantage of the control package.
 

Classes in net.wotonomy.control that implement EORelationshipManipulation
 class EOCustomObject
          EOCustomObject implements all the necessary interfaces to receive first-class treatment from the control framework.
 class EOGenericRecord
          EOGenericRecord extends EOCustomObject to provide a general-purpose implementation, relying entirely on the class description for entity-specific behavior, and storing data in a dictionary.
 

Methods in net.wotonomy.control with parameters of type EORelationshipManipulation
 void EOCustomObject.addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject, java.lang.String aKey)
          As addObjectToProperty with key, but also performs the reciprocal operation on the other side of the relationship.
 void EORelationshipManipulation.addObjectToBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject, java.lang.String aKey)
          As addObjectToProperty with key, but also performs the reciprocal operation on the other side of the relationship.
 void EOCustomObject.removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject, java.lang.String aKey)
          As removeObjectFromPropertyWithKey with key, but also performs the reciprocal operation on the other side of the relationship.
 void EORelationshipManipulation.removeObjectFromBothSidesOfRelationshipWithKey(EORelationshipManipulation anObject, java.lang.String aKey)
          As removeObjectFromPropertyWithKey with key, but also performs the reciprocal operation on the other side of the relationship.
 



Copyright © 2006 null. All Rights Reserved.