| Modifier and Type | Method and Description |
|---|---|
void |
AllocationService.autoReallocate(DeclineEntries declinedEntries)
Creates
DeclineConsignmentEntryEventModel items to represent
the reallocations that can be retrieved by ConsignmentEntryModel.getDeclineEntryEvents(). |
java.util.Collection<ConsignmentModel> |
AllocationService.manualReallocate(DeclineEntries declinedEntries)
Manually reallocate the consignment entries provided to a new point of service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAllocationService.autoReallocate(DeclineEntries declinedEntries) |
java.util.Collection<ConsignmentModel> |
DefaultAllocationService.manualReallocate(DeclineEntries declinedEntries) |
| Modifier and Type | Method and Description |
|---|---|
DeclineEntries |
DeclineEntryBuilder.build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo) |
DeclineEntries |
DeclineEntryBuilder.build_Auto(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
DeclineReason reason) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
WarehouseModel warehouse) |
DeclineEntries |
DeclineEntryBuilder.build_Manual(java.util.Map<ConsignmentEntryModel,java.lang.Long> declineEntryInfo,
WarehouseModel warehouse,
DeclineReason reason) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReAllocateConsignmentAction.executeDeclineActions(DeclineEntries declinedEntries)
Executes a
DeclineActionStrategy,
for each declined entry according to the specified reason. |
protected void |
ReAllocateConsignmentAction.performAutoDecline(AbstractOrderModel order,
DeclineEntries autoDeclineEntries)
Performs the auto decline for the given
DeclineEntries and trigger the sourcing for the associated AbstractOrderModel |
protected void |
ReAllocateConsignmentAction.performManualDecline(DeclineEntries manualDeclineEntries)
Performs the manual reallocation for the given
DeclineEntries,
Also, it starts the ConsignmentProcessModel as well as WorkflowModel for task assignment for the newly created consignments |
Copyright © 2018 SAP SE. All Rights Reserved.