public interface ReturnableCheck
DefaultReturnService to provide information, if the
specified product is returnable.| Modifier and Type | Method and Description |
|---|---|
boolean |
perform(OrderModel order,
AbstractOrderEntryModel entry,
long returnQuantity)
Determines if the product is 'returnable'
|
boolean perform(OrderModel order, AbstractOrderEntryModel entry, long returnQuantity)
order - the related original orderentry - the ordered product which will be returnedreturnQuantity - the quantity of entries to be returnedCopyright © 2017 SAP SE. All Rights Reserved.