Interface WarehousingReturnFacade
- All Known Implementing Classes:
DefaultWarehousingReturnFacade
public interface WarehousingReturnFacade
API for return facade in warehousing
-
Method Summary
Modifier and TypeMethodDescriptionvoidacceptGoods(String code) API to accept the goods for aReturnRequestModelbooleanChecks if the accept goods is possible for the givenReturnRequestModel
-
Method Details
-
acceptGoods
API to accept the goods for aReturnRequestModel- Parameters:
code- the RMA number for the return request to be confirmed
-
isAcceptGoodsConfirmable
Checks if the accept goods is possible for the givenReturnRequestModel- Parameters:
code- the RMA number for the return request to be confirmed- Returns:
- boolean to indicate if accept goods confirmation of the given return request is possible
-