Interface WarehousingAsnFacade
- All Known Implementing Classes:
DefaultWarehousingAsnFacade
public interface WarehousingAsnFacade
Warehousing facade exposing CRUD operations on
AdvancedShippingNoticeModel-
Method Summary
Modifier and TypeMethodDescriptionAPI to cancelAdvancedShippingNoticeModelconfirmAsnReceipt(String internalId) API to confirm receipt of theAdvancedShippingNoticeModelAPI to create aAdvancedShippingNoticeModel
-
Method Details
-
createAsn
API to create aAdvancedShippingNoticeModel- Parameters:
asnData- theAsnDatato createAdvancedShippingNoticeModelin the system- Returns:
- the
AsnDataconverted from the newly createdAdvancedShippingNoticeModel
-
confirmAsnReceipt
API to confirm receipt of theAdvancedShippingNoticeModel- Parameters:
internalId- theAdvancedShippingNoticeModel.INTERNALID, which needs to be confirmed- Returns:
- the updated
AsnData
-
cancelAsn
API to cancelAdvancedShippingNoticeModel- Parameters:
internalId- theAdvancedShippingNoticeModel.INTERNALID, which needs to be cancelled- Returns:
- the cancelled
AsnData
-