| Modifier and Type | Method and Description |
|---|---|
void |
DeclineActionStrategy.execute(DeclineEntry declineEntry)
Action to be performed based on the given
DeclineEntry, based on the selected DeclineReason |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineActionStrategy.execute(Collection<DeclineEntry> declineEntries)
Action to be performed on the given collection of
DeclineEntry, based on the selected DeclineReason |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutOfStockDeclineStrategy.execute(DeclineEntry declineEntry) |
void |
DefaultTimedBanDeclineStrategy.execute(DeclineEntry declineEntry) |
void |
DefaultDamagedStockDeclineStrategy.execute(DeclineEntry declineEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOutOfStockDeclineStrategy.execute(Collection<DeclineEntry> declineEntries) |
void |
DefaultTimedBanDeclineStrategy.execute(Collection<DeclineEntry> declineEntries) |
void |
DefaultDamagedStockDeclineStrategy.execute(Collection<DeclineEntry> declineEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<DeclineConsignmentEntryEventModel> |
DefaultAllocationService.declineConsignmentEntry(DeclineEntry declineEntry)
Decline a single consignment entry.
|
protected Long |
DefaultAllocationService.getQuantityToDecline(DeclineEntry declineEntry)
Get the quantity of items to decline.
|
protected void |
DefaultAllocationService.reallocateAllocationEvent(DeclineEntry declineEntry,
Long quantityToDecline)
Delete or update the allocation event which has been created for a specific entry to decline
|
protected Long |
DefaultAllocationService.useQuantityPending(ConsignmentEntryModel consignmentEntry,
DeclineEntry declineEntry) |
| Modifier and Type | Method and Description |
|---|---|
DeclineEntry |
DeclineEntryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
Collection<DeclineEntry> |
DeclineEntries.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineEntries.setEntries(Collection<DeclineEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
InventoryEventDao.getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
Retrieves an
AllocationEventModel for a DeclineEntry |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
DefaultInventoryEventDao.getAllocationEventForDeclineEntry(DeclineEntry declineEntry) |
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
InventoryEventService.getAllocationEventForDeclineEntry(DeclineEntry declineEntry)
Retrieves an
AllocationEventModel for a DeclineEntry |
void |
InventoryEventService.reallocateAllocationEvent(DeclineEntry declineEntry,
Long quantityToDecline)
Delete or update the allocation event which has been created for a specific entry to decline
|
| Modifier and Type | Method and Description |
|---|---|
AllocationEventModel |
DefaultInventoryEventService.getAllocationEventForDeclineEntry(DeclineEntry declineEntry) |
void |
DefaultInventoryEventService.reallocateAllocationEvent(DeclineEntry declineEntry,
Long quantityToDecline) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ConsignmentToReallocateController.isDeclinedQuantityCorrect(ConsignmentModel latestConsignmentModel,
DeclineEntry declineEntry)
Check if the declined quantity of the passed consignment model matches the expected quantity to be declined.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ConsignmentToReallocateController.buildDeclineParam(ConsignmentProcessModel processModel,
Collection<DeclineEntry> entriesToReallocate)
Build and save the context parameter for decline entries and set it into the given process
|
protected void |
ConsignmentToReallocateController.createDeclineEntry(Collection<DeclineEntry> entriesToReallocate,
Component component)
Creates a decline entry for the current row
|
protected boolean |
ConsignmentToReallocateController.isDeclineProcessDone(ConsignmentModel latestConsignmentModel,
Collection<DeclineEntry> entriesToReallocate)
Check if the decline process is done or not.
|
Copyright © 2017 SAP SE. All Rights Reserved.