Interface WarehousingReturnFacade
-
- All Known Implementing Classes:
DefaultWarehousingReturnFacade
public interface WarehousingReturnFacadeAPI for return facade in warehousing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidacceptGoods(java.lang.String code)API to accept the goods for aReturnRequestModelbooleanisAcceptGoodsConfirmable(java.lang.String code)Checks if the accept goods is possible for the givenReturnRequestModel
-
-
-
Method Detail
-
acceptGoods
void acceptGoods(java.lang.String code)
API to accept the goods for aReturnRequestModel- Parameters:
code- the RMA number for the return request to be confirmed
-
isAcceptGoodsConfirmable
boolean isAcceptGoodsConfirmable(java.lang.String code)
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
-
-