|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.directtoweb.components.relationships.ERDList.DefaultCreateObjectDelegate
public class ERDList.DefaultCreateObjectDelegate
Default creation delegate class. if useCreationDelegate binding is true and no valid createObjectDelegate is present, then this class will be used.
Constructor Summary | |
---|---|
ERDList.DefaultCreateObjectDelegate()
|
Method Summary | |
---|---|
com.webobjects.appserver.WOComponent |
create(java.lang.Object parentObject,
java.lang.String destinationEntityName,
java.lang.String relationshipNameToAddTo)
method used to create a newInstance of destinationEntityNameM . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERDList.DefaultCreateObjectDelegate()
Method Detail |
---|
public com.webobjects.appserver.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.CreateObjectDelegate
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...)
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |