public static interface ERDList.CreateObjectDelegate
Modifier and Type | Method and Description |
---|---|
WOComponent |
create(Object parentObject,
String destinationEntityName,
String relationshipNameToAddTo)
method used to create a newInstance of
destinationEntityNameM . |
WOComponent create(Object parentObject, String destinationEntityName, String relationshipNameToAddTo)
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 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 parentObject
WOComponent
editPage for the destination entity (usually...)Copyright © 2002 – 2024 Project Wonder.