Package com.centraview.sale.proposal

Examples of com.centraview.sale.proposal.ProposalVO


   * @param String
   */

  public ProposalVO calculateProposalItems(int userId, ProposalVO proposalVO, String newItemID)
  {
    ProposalVO vo = new ProposalVO();
    try {
      InitialContext ic = CVUtility.getInitialContext();
      SaleHelperLocalHome home = (SaleHelperLocalHome)ic.lookup("local/SaleHelper");
      SaleHelperLocal local = home.create();
      local.setDataSource(this.dataSource);
View Full Code Here

TOP

Related Classes of com.centraview.sale.proposal.ProposalVO

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.