public class DefaultConsignmentEntryQuantityService extends Object implements ConsignmentEntryQuantityService
| Constructor and Description |
|---|
DefaultConsignmentEntryQuantityService() |
| 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 |
protected WarehousingConsignmentEntryQuantityDao |
getWarehousingConsignmentEntryQuantityDao() |
void |
setWarehousingConsignmentEntryQuantityDao(WarehousingConsignmentEntryQuantityDao warehousingConsignmentEntryQuantityDao) |
public DefaultConsignmentEntryQuantityService()
public Long getQuantityShipped(ConsignmentEntryModel consignmentEntryModel)
ConsignmentEntryQuantityServiceConsignmentEntryModelgetQuantityShipped in interface ConsignmentEntryQuantityServiceconsignmentEntryModel - the given consignment entry for which we want to get the shipped quantitypublic Long getQuantityPending(ConsignmentEntryModel consignmentEntryModel)
ConsignmentEntryQuantityServiceConsignmentEntryModelgetQuantityPending in interface ConsignmentEntryQuantityServiceconsignmentEntryModel - the given consignment entry for which we want to get the pending quantitypublic Long getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
ConsignmentEntryQuantityServicegetQuantityDeclined in interface ConsignmentEntryQuantityServiceconsignmentEntry - the consignment entry for which we want to get the declined quantityprotected WarehousingConsignmentEntryQuantityDao getWarehousingConsignmentEntryQuantityDao()
public void setWarehousingConsignmentEntryQuantityDao(WarehousingConsignmentEntryQuantityDao warehousingConsignmentEntryQuantityDao)
Copyright © 2017 SAP SE. All Rights Reserved.