public class DefaultTimedBanDeclineStrategy extends java.lang.Object implements DeclineActionStrategy
DeclineReason.TOOBUSY.
Or for each DeclineReason, when declining the consignment allocated from the external WarehouseModel| Constructor and Description |
|---|
DefaultTimedBanDeclineStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.util.Collection<DeclineEntry> declineEntries)
Action to be performed on the given collection of
DeclineEntry, based on the selected DeclineReason |
void |
execute(DeclineEntry declineEntry)
Action to be performed based on the given
DeclineEntry, based on the selected DeclineReason |
protected SourcingBanService |
getSourcingBanService() |
void |
setSourcingBanService(SourcingBanService sourcingBanService) |
public void execute(DeclineEntry declineEntry)
DeclineActionStrategyDeclineEntry, based on the selected DeclineReasonexecute in interface DeclineActionStrategydeclineEntry - the DeclineEntry to be declinedpublic void execute(java.util.Collection<DeclineEntry> declineEntries)
DeclineActionStrategyDeclineEntry, based on the selected DeclineReasonexecute in interface DeclineActionStrategydeclineEntries - the collection of DeclineEntry to be declinedprotected SourcingBanService getSourcingBanService()
public void setSourcingBanService(SourcingBanService sourcingBanService)
Copyright © 2018 SAP SE. All Rights Reserved.