
Public Member Functions | |
| EOEnterpriseObject | addObject () |
| WOComponent | addObjectsAction () |
| void | deleteObject (EOEnterpriseObject objectToRemove) |
| WOComponent | deleteObjectsAction () |
| String | destinationEntityName () |
| ERDEditToManyRelationship (WOContext context) | |
| boolean | isEditing () |
| boolean | isSelected () |
| NSArray | objects () |
| String | pageConfiguration () |
| String | relationshipName () |
| void | removeObject (EOEnterpriseObject objectToRemove) |
| WOComponent | removeObjectsAction () |
| NSMutableArray | selectedObjects () |
| void | setIsSelected (boolean selected) |
| void | setSelectedObjects (NSMutableArray value) |
| String | task () |
Public Attributes | |
| EOEnterpriseObject | currentObject |
| int | index |
| int | objectsToAdd = 1 |
Protected Attributes | |
| NSMutableArray | selectedObjects |
Private Member Functions | |
| EOEnterpriseObject | relationshipObject () |
Static Private Attributes | |
| static final Logger | log = Logger.getLogger(ERDEditToManyRelationship.class) |
lastPurchase.items object eo to edit key keypath to the relationship destinationEntityName entity name for the destination of the relationship hasRemove true if the objects can also be removed (as opposed to just beeing deleted) inspectConfigurationName page configuration to use for the edit component task should be "edit"
| ERDEditToManyRelationship | ( | WOContext | context | ) |
Public constructor.
| context | the context |
| EOEnterpriseObject addObject | ( | ) |
| WOComponent addObjectsAction | ( | ) |
| void deleteObject | ( | EOEnterpriseObject | objectToRemove | ) |
| WOComponent deleteObjectsAction | ( | ) |
| String destinationEntityName | ( | ) |
| boolean isEditing | ( | ) |
| boolean isSelected | ( | ) |
| NSArray objects | ( | ) |
| String pageConfiguration | ( | ) |
| String relationshipName | ( | ) |
| EOEnterpriseObject relationshipObject | ( | ) | [private] |
| void removeObject | ( | EOEnterpriseObject | objectToRemove | ) |
| WOComponent removeObjectsAction | ( | ) |
| void setIsSelected | ( | boolean | selected | ) |
| void setSelectedObjects | ( | NSMutableArray | value | ) |
| String task | ( | ) |
Gets the current D2W task.
Reimplemented from ERDCustomComponent.
| EOEnterpriseObject currentObject |
| int index |
final Logger log = Logger.getLogger(ERDEditToManyRelationship.class) [static, private] |
logging support
Reimplemented from ERDCustomEditComponent.
| int objectsToAdd = 1 |
NSMutableArray selectedObjects [protected] |
com.webobjects.eocontrol.EOEnterpriseObject
1.5.8