er.directtoweb.delegates
Class ERDPickIntermediateDelegate
java.lang.Object
er.directtoweb.delegates.ERDPickIntermediateDelegate
- All Implemented Interfaces:
- com.webobjects.directtoweb.NextPageDelegate
public class ERDPickIntermediateDelegate
- extends java.lang.Object
- implements com.webobjects.directtoweb.NextPageDelegate
Nextpage delegate that handles creating or deleting an intermediate object when you finished with a pick page.
This is usefull when you have a to-many that is not flattened, like an invoice with a "lineItem" to-many to
products. You set this up via:
- Author:
- ak
Constructor Summary |
ERDPickIntermediateDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String relationshipName,
java.lang.String pickRelationshipName,
com.webobjects.appserver.WOComponent nextPage)
Constructs the delegate |
Method Summary |
com.webobjects.appserver.WOComponent |
nextPage(com.webobjects.appserver.WOComponent sender)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERDPickIntermediateDelegate
public ERDPickIntermediateDelegate(com.webobjects.eocontrol.EOEnterpriseObject eo,
java.lang.String relationshipName,
java.lang.String pickRelationshipName,
com.webobjects.appserver.WOComponent nextPage)
- Constructs the delegate
- Parameters:
eo
- relationshipName
- pickRelationshipName
- nextPage
-
nextPage
public com.webobjects.appserver.WOComponent nextPage(com.webobjects.appserver.WOComponent sender)
- Specified by:
nextPage
in interface com.webobjects.directtoweb.NextPageDelegate
Copyright © 2002 – 2007 Project Wonder.