public class WarehousingOrderEntryBasedReturnableCheck extends Object implements ReturnableCheck
| Constructor and Description |
|---|
WarehousingOrderEntryBasedReturnableCheck() |
| Modifier and Type | Method and Description |
|---|---|
protected ReturnService |
getReturnService() |
boolean |
perform(OrderModel order,
AbstractOrderEntryModel orderEntry,
long returnQuantity)
Determines if the product is 'returnable'
|
void |
setReturnService(ReturnService returnService) |
public WarehousingOrderEntryBasedReturnableCheck()
public boolean perform(OrderModel order, AbstractOrderEntryModel orderEntry, long returnQuantity)
ReturnableCheckperform in interface ReturnableCheckorder - the related original orderorderEntry - the ordered product which will be returnedreturnQuantity - the quantity of entries to be returnedprotected ReturnService getReturnService()
public void setReturnService(ReturnService returnService)
Copyright © 2017 SAP SE. All Rights Reserved.