Project Wonder 5.0

er.directtoweb.delegates
Class ERDPickIntermediateDelegate

java.lang.Object
  extended by 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
 

Constructor Detail

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 -
Method Detail

nextPage

public com.webobjects.appserver.WOComponent nextPage(com.webobjects.appserver.WOComponent sender)
Specified by:
nextPage in interface com.webobjects.directtoweb.NextPageDelegate

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.