Subversion Repositories SmartDukaan

Rev

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

Rev 34443 Rev 35034
Line 22... Line 22...
22
			throws Exception;
22
			throws Exception;
23
 
23
 
24
	void updateCustomerDetails(CustomCustomer customCustomer, String invoiceNumber)
24
	void updateCustomerDetails(CustomCustomer customCustomer, String invoiceNumber)
25
			throws ProfitMandiBusinessException;
25
			throws ProfitMandiBusinessException;
26
 
26
 
-
 
27
	InvoicePdfModel getInvoicePdfModel(FofoOrder fofoOrder) throws ProfitMandiBusinessException;
-
 
28
 
27
	InvoicePdfModel getInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
29
	InvoicePdfModel getInvoicePdfModel(int fofoId, int orderId) throws ProfitMandiBusinessException;
28
 
30
 
29
	InvoicePdfModel getInvoicePdfModel(int orderId) throws ProfitMandiBusinessException;
31
	InvoicePdfModel getInvoicePdfModel(int orderId) throws ProfitMandiBusinessException;
30
 
32
 
31
	String getBillingAddress(CustomerAddress customerAddress);
33
	String getBillingAddress(CustomerAddress customerAddress);