Package er.directtoweb.delegates

Examples of er.directtoweb.delegates.ERDPickIntermediateDelegate


        pickConfigurationName = "Pick" + pickEntity.name();
      }
      ERDPickPageInterface epi= (ERDPickPageInterface)D2W.factory().pageForConfigurationNamed(pickConfigurationName, session());
      epi.setDataSource(new EODatabaseDataSource(object().editingContext(), pickEntity.name()));
      epi.setSelectedObjects(((NSArray)object().valueForKeyPath(keyPath + ".@unique")).mutableClone());
      epi.setNextPageDelegate( new ERDPickIntermediateDelegate(object(), relationshipName, pickRelationshipName, context().page()));
     
      nextPage = (WOComponent)epi;
      return nextPage;
    }
View Full Code Here

TOP

Related Classes of er.directtoweb.delegates.ERDPickIntermediateDelegate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.