public interface ConsignmentEntryQuantityService
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
Retrieve the quantity declined for a specific consignment entry
|
java.lang.Long |
getQuantityPending(ConsignmentEntryModel consignmentEntryModel)
Gets the pending quantity for the given
ConsignmentEntryModel |
java.lang.Long |
getQuantityShipped(ConsignmentEntryModel consignmentEntryModel)
Gets the quantity that has been shipped for the given
ConsignmentEntryModel |
java.lang.Long getQuantityShipped(ConsignmentEntryModel consignmentEntryModel)
ConsignmentEntryModelconsignmentEntryModel - the given consignment entry for which we want to get the shipped quantityjava.lang.Long getQuantityPending(ConsignmentEntryModel consignmentEntryModel)
ConsignmentEntryModelconsignmentEntryModel - the given consignment entry for which we want to get the pending quantityjava.lang.Long getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
consignmentEntry - the consignment entry for which we want to get the declined quantityCopyright © 2018 SAP SE. All Rights Reserved.