public class ERDList.DefaultCreateObjectDelegate extends java.lang.Object implements ERDList.CreateObjectDelegate
| Constructor and Description |
|---|
DefaultCreateObjectDelegate() |
| Modifier and Type | Method and Description |
|---|---|
WOComponent |
create(java.lang.Object parentObject,
java.lang.String destinationEntityName,
java.lang.String relationshipNameToAddTo)
method used to create a newInstance of
destinationEntityNameM. |
public WOComponent create(java.lang.Object parentObject, java.lang.String destinationEntityName, java.lang.String relationshipNameToAddTo)
destinationEntityNameM.
Note: this delegate is responsible for making sure that the object is created properly and the right page is returned.
create in interface ERDList.CreateObjectDelegateparentObject - object to which the newly created object should be linkeddestinationEntityName - entity name of the destination in the list that we are
creatingrelationshipNameToAddTo - relationship name that should be used to link the newly
created instance to the parentObjectWOComponent editPage for the destination entity (usually...)Copyright © 2002 – 2022 Project Wonder.