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