public class DefaultOrderEntryQuantityService extends Object implements OrderEntryQuantityService
| Constructor and Description |
|---|
DefaultOrderEntryQuantityService() |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentEntryQuantityService |
getConsignmentEntryQuantityService() |
Long |
getQuantityAllocated(OrderEntryModel orderEntryModel)
Gets the quantity that has been allocated for the given
OrderEntryModel |
Long |
getQuantityCancelled(OrderEntryModel orderEntryModel)
Gets the quantity that has been cancelled for the given
OrderEntryModel |
Long |
getQuantityDeclined(OrderEntryModel orderEntryModel)
Gets the quantity that was declined for the given
OrderEntryModel |
Long |
getQuantityPending(OrderEntryModel orderEntryModel)
Gets the pending quantity for the given
OrderEntryModel |
Long |
getQuantityReturned(OrderEntryModel orderEntryModel)
Gets the quantity that has been returned for the given
OrderEntryModel |
Long |
getQuantityShipped(OrderEntryModel orderEntryModel)
Gets the quantity that has been shipped for the given
OrderEntryModel |
Long |
getQuantityUnallocated(OrderEntryModel orderEntryModel)
Gets the quantity that has not been allocated for the given
OrderEntryModel |
protected WarehousingOrderEntryQuantityDao |
getWarehousingOrderEntryQuantityDao() |
void |
setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService) |
void |
setWarehousingOrderEntryQuantityDao(WarehousingOrderEntryQuantityDao warehousingOrderEntryQuantityDao) |
public Long getQuantityShipped(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityShipped in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the shipped quantitypublic Long getQuantityCancelled(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityCancelled in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the cancelled quantitypublic Long getQuantityAllocated(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityAllocated in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the allocated quantitypublic Long getQuantityUnallocated(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityUnallocated in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the unallocated quantitypublic Long getQuantityPending(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityPending in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the pending quantitypublic Long getQuantityReturned(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityReturned in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the returned quantitypublic Long getQuantityDeclined(OrderEntryModel orderEntryModel)
OrderEntryQuantityServiceOrderEntryModelgetQuantityDeclined in interface OrderEntryQuantityServiceorderEntryModel - the given order entry for which we want to get the declined quantityprotected WarehousingOrderEntryQuantityDao getWarehousingOrderEntryQuantityDao()
public void setWarehousingOrderEntryQuantityDao(WarehousingOrderEntryQuantityDao warehousingOrderEntryQuantityDao)
protected ConsignmentEntryQuantityService getConsignmentEntryQuantityService()
public void setConsignmentEntryQuantityService(ConsignmentEntryQuantityService consignmentEntryQuantityService)
Copyright © 2017 SAP SE. All Rights Reserved.