| 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 |
}
|