Public Member Functions | |
| WOComponent | create (Object parentObject, String destinationEntityName, String relationshipNameToAddTo) |
| WOComponent create | ( | Object | parentObject, | |
| String | destinationEntityName, | |||
| String | relationshipNameToAddTo | |||
| ) |
method used to create a newInstance of destinationEntityNameM.
Note: this delegate is responsible for making sure that the object is created properly and the right page is returned.
| parentObject | object to which the newly created object should be linked | |
| destinationEntityName | entity name of the destination in the list that we are creating | |
| relationshipNameToAddTo | relationship name that should be used to link the newly created instance to the parentObject |
Implemented in ERDList.DefaultCreateObjectDelegate.
1.5.8