er.directtoweb.delegates
Class ERDPickIntermediateDelegate
java.lang.Object
er.directtoweb.delegates.ERDPickIntermediateDelegate
- All Implemented Interfaces:
- com.webobjects.directtoweb.NextPageDelegate
public class ERDPickIntermediateDelegate
- extends 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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERDPickIntermediateDelegate
public ERDPickIntermediateDelegate(EOEnterpriseObject eo,
String relationshipName,
String pickRelationshipName,
WOComponent nextPage)
- Constructs the delegate
- Parameters:
eo - relationshipName - pickRelationshipName - nextPage -
nextPage
public WOComponent nextPage(WOComponent sender)
- Specified by:
nextPage in interface com.webobjects.directtoweb.NextPageDelegate
Copyright © 2002 – 2011 Project Wonder.