Package com.centraview.sale.proposal

Examples of com.centraview.sale.proposal.ProposalLocal.addProposal()


    try {
      InitialContext ic = CVUtility.getInitialContext();
      ProposalHome home = (ProposalHome)ic.lookup("local/Proposal");
      ProposalLocal remote = home.create();
      remote.setDataSource(this.dataSource);
      listid = remote.addProposal(individualID, proposallistform);
    } catch (Exception e) {
      System.out.println("Failed in getting EmailList");
      e.printStackTrace();
      return 0;
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.