public class DefaultRevenueCloudAllocationService extends DefaultAllocationService
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOGGER |
PICKUP_CODE, REALLOCATE_COMMENT_SUBJECT| Constructor and Description |
|---|
DefaultRevenueCloudAllocationService() |
| Modifier and Type | Method and Description |
|---|---|
ConsignmentModel |
createConsignment(AbstractOrderModel order,
java.lang.String code,
SourcingResult result)
This implementation assumes that all order entries in SourcingResult have the same delivery POS.
|
autoReallocate, consolidateConsignmentEntries, createConsignmentEntry, createConsignments, declineConsignmentEntry, getConsignmentEntryCommentService, getDeliveryModeService, getGuidKeyGenerator, getInventoryEventService, getModelService, getNumDeclines, getQuantityToDecline, getShippingDateStrategy, getStockLevelDao, getWarehousingConsignmentWorkflowService, getWarehousingFulfillmentConfigDao, manualReallocate, reallocateAllocationEvent, setConsignmentEntryCommentService, setDeliveryModeService, setGuidKeyGenerator, setInventoryEventService, setModelService, setShippingDateStrategy, setStockLevelDao, setWarehousingConsignmentWorkflowService, setWarehousingFulfillmentConfigDao, useQuantityPendingpublic DefaultRevenueCloudAllocationService()
public ConsignmentModel createConsignment(AbstractOrderModel order, java.lang.String code, SourcingResult result)
createConsignment in interface AllocationServicecreateConsignment in class DefaultAllocationServiceorder - - the order to create consignments forcode - - the consignment code; never nullresult - - the sourcing results collected from the sourcing strategies; never nullConsignmentModel; never nullCopyright © 2018 SAP SE. All Rights Reserved.