| 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(java.util.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(java.util.Collection<DeclineEntry> declineEntries) |
void |
DefaultTimedBanDeclineStrategy.execute(java.util.Collection<DeclineEntry> declineEntries) |
void |
DefaultDamagedStockDeclineStrategy.execute(java.util.Collection<DeclineEntry> declineEntries) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Optional<DeclineConsignmentEntryEventModel> |
DefaultAllocationService.declineConsignmentEntry(DeclineEntry declineEntry)
Decline a single consignment entry.
|
protected java.lang.Long |
DefaultAllocationService.getQuantityToDecline(DeclineEntry declineEntry)
Get the quantity of items to decline.
|
protected void |
DefaultAllocationService.reallocateAllocationEvent(DeclineEntry declineEntry,
java.lang.Long quantityToDecline)
Delete or update the allocation event which has been created for a specific entry to decline
|
protected java.lang.Long |
DefaultAllocationService.useQuantityPending(ConsignmentEntryModel consignmentEntry,
DeclineEntry declineEntry) |
| Modifier and Type | Method and Description |
|---|---|
DeclineEntry |
DeclineEntryBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultTaskReallocateConsignmentsOnAsnCancelAction.buildDeclineParam(ConsignmentProcessModel processModel,
java.util.List<DeclineEntry> entriesToReallocate)
Deprecated.
Build and save the context parameter for decline entries and set it into the given process
|
protected void |
DefaultTaskReallocateConsignmentsOnAsnCancelAction.populateConsignmentEntries(ConsignmentModel consignment,
java.util.List<DeclineEntry> declineEntries)
Deprecated.
Populates the consignment entries of a given
ConsignmentModel |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeclineEntry> |
DeclineEntries.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeclineEntries.setEntries(java.util.Collection<DeclineEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
void |
InventoryEventService.reallocateAllocationEvent(DeclineEntry declineEntry,
java.lang.Long quantityToDecline)
Delete or update the allocation event which has been created for a specific entry to decline
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultInventoryEventService.reallocateAllocationEvent(DeclineEntry declineEntry,
java.lang.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,
java.util.Collection<DeclineEntry> entriesToReallocate)
Build and save the context parameter for decline entries and set it into the given process
|
protected void |
ConsignmentToReallocateController.createDeclineEntry(java.util.Collection<DeclineEntry> entriesToReallocate,
Component component)
Creates a decline entry for the current row
|
protected boolean |
ConsignmentToReallocateController.isDeclineProcessDone(ConsignmentModel latestConsignmentModel,
java.util.Collection<DeclineEntry> entriesToReallocate)
Check if the decline process is done or not.
|
| Modifier and Type | Method and Description |
|---|---|
protected DeclineEntry |
DefaultWarehousingConsignmentFacade.populateDeclineEntry(DeclineEntryData declineEntryData,
ConsignmentReallocationData consignmentReallocationData,
ConsignmentEntryModel consignmentEntryModel)
Populates and returns
DeclineEntry from given DeclineEntryData |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultWarehousingConsignmentFacade.buildDeclineParam(ConsignmentProcessModel processModel,
java.util.List<DeclineEntry> entriesToReallocate)
Build and save the context parameter for decline entries and set it into the given process
|
Copyright © 2018 SAP SE. All Rights Reserved.