Subversion Repositories SmartDukaan

Rev

Rev 29549 | Rev 30157 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29549 Rev 29707
Line 28... Line 28...
28
	public void updateCustomerDetails(CustomCustomer customCustomer, String invoiceNumber)
28
	public void updateCustomerDetails(CustomCustomer customCustomer, String invoiceNumber)
29
			throws ProfitMandiBusinessException;
29
			throws ProfitMandiBusinessException;
30
 
30
 
31
	public PdfModel getInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
31
	public PdfModel getInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
32
 
32
 
-
 
33
	public PdfModel getInsuranceInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
-
 
34
 
33
	public PdfModel getInvoicePdfModel(int orderId) throws ProfitMandiBusinessException;
35
	public PdfModel getInvoicePdfModel(int orderId) throws ProfitMandiBusinessException;
34
 
36
 
35
	public String getBillingAddress(CustomerAddress customerAddress);
37
	public String getBillingAddress(CustomerAddress customerAddress);
36
 
38
 
37
	public List<CartFofo> cartCheckout(String cartJson) throws ProfitMandiBusinessException;
39
	public List<CartFofo> cartCheckout(String cartJson) throws ProfitMandiBusinessException;