Package com.centraview.sale.salefacade

Examples of com.centraview.sale.salefacade.SaleFacade.addProposal()


      jurisdictionID = proposallistform.getJurisdictionID();
      if(billingAddressID != 0 && jurisdictionID != 0){
        remote.setJurisdictionForAddress(billingAddressID,jurisdictionID);
      }//end of if(billingAddressID != 0 && jurisdictionID != 0)

      listid = remote.addProposal(individualID, proposallistform);
    }
    catch (Exception e)
    {
      logger.error("[Exception] AddProposal.saveList  ", e);
    }
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.