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