Subversion Repositories SmartDukaan

Rev

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

Rev 12619 Rev 12653
Line 1641... Line 1641...
1641
	 
1641
	 
1642
	 FlipkartAdvantageOrder getFAOrderByFkOrderId(1:string fkOrderId) throws (1:TransactionServiceException ex)
1642
	 FlipkartAdvantageOrder getFAOrderByFkOrderId(1:string fkOrderId) throws (1:TransactionServiceException ex)
1643
	 
1643
	 
1644
	 list<FlipkartAdvantageOrder> getAllFAOrdersList() throws (1:TransactionServiceException ex)
1644
	 list<FlipkartAdvantageOrder> getAllFAOrdersList() throws (1:TransactionServiceException ex)
1645
	 
1645
	 
1646
	 void addUpdateFaOrdersBulk(list<FlipkartAdvantageOrder> faOrdersList) throws (1:TransactionServiceException ex)
1646
	 void addUpdateFaOrdersBulk(1:list<FlipkartAdvantageOrder> faOrdersList) throws (1:TransactionServiceException ex)
-
 
1647
	 
-
 
1648
	 void addInvoiceDetailsToOrders(1:i64 transactionId, 2:i64 customerId) throws (1:TransactionServiceException ex)
1647
}
1649
}
1648
1650