public interface OrderEntryQuantityService
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getQuantityAllocated(OrderEntryModel orderEntryModel)
Gets the quantity that has been allocated for the given
OrderEntryModel |
java.lang.Long |
getQuantityCancelled(OrderEntryModel orderEntryModel)
Gets the quantity that has been cancelled for the given
OrderEntryModel |
java.lang.Long |
getQuantityDeclined(OrderEntryModel orderEntryModel)
Gets the quantity that was declined for the given
OrderEntryModel |
java.lang.Long |
getQuantityPending(OrderEntryModel orderEntryModel)
Gets the pending quantity for the given
OrderEntryModel |
java.lang.Long |
getQuantityReturned(OrderEntryModel orderEntryModel)
Gets the quantity that has been returned for the given
OrderEntryModel |
java.lang.Long |
getQuantityShipped(OrderEntryModel orderEntryModel)
Gets the quantity that has been shipped for the given
OrderEntryModel |
java.lang.Long |
getQuantityUnallocated(OrderEntryModel orderEntryModel)
Gets the quantity that has not been allocated for the given
OrderEntryModel |
java.lang.Long getQuantityShipped(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the shipped quantityjava.lang.Long getQuantityCancelled(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the cancelled quantityjava.lang.Long getQuantityAllocated(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the allocated quantityjava.lang.Long getQuantityUnallocated(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the unallocated quantityjava.lang.Long getQuantityPending(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the pending quantityjava.lang.Long getQuantityReturned(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the returned quantityjava.lang.Long getQuantityDeclined(OrderEntryModel orderEntryModel)
OrderEntryModelorderEntryModel - the given order entry for which we want to get the declined quantityCopyright © 2018 SAP SE. All Rights Reserved.