| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultTaskReallocateConsignmentsOnAsnCancelAction.reallocateConsignments(AdvancedShippingNoticeModel attachedAsn,
java.util.Collection<AllocationEventModel> allocationEvents,
java.util.Set<java.lang.String> alreadyReallocatedConsignments)
Deprecated.
Reallocates
ConsignmentModel(s) originally allocated from the stocklevels associated with the given AdvancedShippingNoticeModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AllocationEventModel> |
ConsolidatedPickSlipFormEntry.getAllocationEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsolidatedPickSlipFormEntry.setAllocationEvents(java.util.List<AllocationEventModel> allocationEvents) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationEventModel> |
InventoryEventDao.getAllocationEventsForConsignment(ConsignmentModel consignment)
Retrieves a collection of
AllocationEventModel for the given ConsignmentModel |
java.util.Collection<AllocationEventModel> |
InventoryEventDao.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)
Retrieves a list of
AllocationEventModel related to a ConsignmentEntryModel |
java.util.Collection<AllocationEventModel> |
InventoryEventDao.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
Retrieves a collection of
AllocationEventModel for an OrderEntryModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventDao.getAllocationEventsForConsignment(ConsignmentModel consignment) |
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventDao.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) |
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventDao.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationEventModel> |
InventoryEventService.createAllocationEvents(ConsignmentModel consignment)
Persists the
AllocationEventModel to account for the changes in stock quantities. |
java.util.Collection<AllocationEventModel> |
InventoryEventService.createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)
Create multiple
AllocationEventModel that are required to fulfill the ConsignmentEntryModel |
java.util.Collection<AllocationEventModel> |
InventoryEventService.getAllocationEventsForConsignment(ConsignmentModel consignment)
Retrieves a collection of
AllocationEventModel for the given ConsignmentModel |
java.util.Collection<AllocationEventModel> |
InventoryEventService.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry)
Retrieves a collection of
AllocationEventModel for a ConsignmentEntryModel |
java.util.Collection<AllocationEventModel> |
InventoryEventService.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry)
Retrieves a collection of
AllocationEventModel for an OrderEntryModel |
java.util.Map<AllocationEventModel,java.lang.Long> |
InventoryEventService.getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToDecline)
Extracts the
StockLevelModel of AllocationEventModel and sorts them by quantity. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<AllocationEventModel,java.lang.Long> |
InventoryEventService.getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToDecline)
Extracts the
StockLevelModel of AllocationEventModel and sorts them by quantity. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventService.createAllocationEvents(ConsignmentModel consignment) |
java.util.List<AllocationEventModel> |
DefaultInventoryEventService.createAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) |
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventService.getAllocationEventsForConsignment(ConsignmentModel consignment) |
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventService.getAllocationEventsForConsignmentEntry(ConsignmentEntryModel consignmentEntry) |
java.util.Collection<AllocationEventModel> |
DefaultInventoryEventService.getAllocationEventsForOrderEntry(OrderEntryModel orderEntry) |
java.util.Map<AllocationEventModel,java.lang.Long> |
DefaultInventoryEventService.getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToDecline) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
DefaultInventoryEventService.addToAllocationMap(java.util.Map<AllocationEventModel,java.lang.Long> allocationMap,
AllocationEventModel allocationEvent,
long quantityLeft,
java.lang.Long quantityAvailable)
Adds
AllocationEventModel and quantity to the Map depending on the quantity left and quantity available. |
| Modifier and Type | Method and Description |
|---|---|
protected long |
DefaultInventoryEventService.addToAllocationMap(java.util.Map<AllocationEventModel,java.lang.Long> allocationMap,
AllocationEventModel allocationEvent,
long quantityLeft,
java.lang.Long quantityAvailable)
Adds
AllocationEventModel and quantity to the Map depending on the quantity left and quantity available. |
protected void |
DefaultInventoryEventService.finalizeStockMap(java.util.Map<AllocationEventModel,java.lang.Long> allocationMap,
long quantityLeft)
If there's still any quantity left, the first entry of the passed Stock map will be increased by this amount.
|
java.util.Map<AllocationEventModel,java.lang.Long> |
DefaultInventoryEventService.getAllocationEventsForReallocation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToDecline) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection<AllocationEventModel> |
ConsolidatedPickSlipContext.extractAllocationEvents(ConsignmentEntryModel consignmentEntryModel)
Extracts the bin location of the product for the selected
ConsignmentEntryModel |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
ConsolidatedPickSlipContext.extractBin(AllocationEventModel allocationEventModel)
Extracts the bin out of the
StockLevelModel in the AllocationEventModel |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEventResource.getAllocationEventModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AllocationEventModel |
AllocationEventResource.readResource(java.lang.String resourceId)
Gets the
AllocationEventModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AllocationEventModel> |
AllocationEventsResource.getAllocationEventsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationEventResource.setAllocationEventModel(AllocationEventModel value)
Convenience method which just delegates to
#setResourceValue(AllocationEventModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationEventsResource.setAllocationEventsCollection(java.util.Collection<AllocationEventModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<StockLevelModel,java.lang.Long> |
StockLevelSelectionStrategy.getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToCancel)
Extracts the stock levels out of the list
AllocationEventModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<StockLevelModel,java.lang.Long> |
DefaultStockLevelSelectionStrategy.getStockLevelsForCancellation(java.util.Collection<AllocationEventModel> allocationEvents,
java.lang.Long quantityToCancel) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEventModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
AllocationEvents.Camera_ShippedFromBostonToMontrealNancyHome(java.lang.Long quantity,
StockLevelModel stockLevel) |
AllocationEventModel |
AllocationEvents.Camera_ShippedFromMontrealToMontrealNancyHome(java.lang.Long quantity,
StockLevelModel stockLevel) |
| Modifier and Type | Method and Description |
|---|---|
WarehousingDao<AllocationEventModel> |
AllocationEvents.getAllocationEventDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocationEvents.setAllocationEventDao(WarehousingDao<AllocationEventModel> allocationEventDao) |
Copyright © 2018 SAP SE. All Rights Reserved.