Subversion Repositories SmartDukaan

Rev

Rev 26723 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26723 Rev 29860
Line 20... Line 20...
20
	public CheckItemQuantityResponse checkItemQuantity(CheckItemQuantityRequest checkItemQuantityRequest, int fofoId);
20
	public CheckItemQuantityResponse checkItemQuantity(CheckItemQuantityRequest checkItemQuantityRequest, int fofoId);
21
	public Map<String, Object> purchaseByInvoiceNumber(String airwayBillOrInvoiceNumber, int fofoId) throws ProfitMandiBusinessException;
21
	public Map<String, Object> purchaseByInvoiceNumber(String airwayBillOrInvoiceNumber, int fofoId) throws ProfitMandiBusinessException;
22
	public ShippedOrder getShippingDetailByOrderId(int orderId, int fofoId) throws ProfitMandiBusinessException;
22
	public ShippedOrder getShippingDetailByOrderId(int orderId, int fofoId) throws ProfitMandiBusinessException;
23
	void sendPrebookingNotifyMessage(PrebookingOrder prebookingOrder) throws ProfitMandiBusinessException;
23
	void sendPrebookingNotifyMessage(PrebookingOrder prebookingOrder) throws ProfitMandiBusinessException;
24
	LocalDateTime getBillingDateOfPurchase(int purchaseId);
24
	LocalDateTime getBillingDateOfPurchase(int purchaseId);
-
 
25
	void genericCreateCurrentInventorySnapshot(int fofoId, int itemId, int quantity)
-
 
26
			throws ProfitMandiBusinessException;
25
}
27
}