Uses of Interface
de.hybris.platform.warehousing.allocation.decline.action.DeclineActionStrategy
-
Packages that use DeclineActionStrategy Package Description de.hybris.platform.warehousing.allocation.decline.action.impl de.hybris.platform.yacceleratorordermanagement.actions.consignment -
-
Uses of DeclineActionStrategy in de.hybris.platform.warehousing.allocation.decline.action.impl
Classes in de.hybris.platform.warehousing.allocation.decline.action.impl that implement DeclineActionStrategy Modifier and Type Class Description classDefaultDamagedStockDeclineStrategyStrategy to apply when the decline reason for a consignment entry is.DeclineReason#DAMAGED.classDefaultOutOfStockDeclineStrategyStrategy to apply when the decline reason for a consignment entry is.DeclineReason#OUTOFSTOCK.classDefaultTimedBanDeclineStrategyStrategy to apply when the decline reason for a consignment entry isDeclineReason.TOOBUSY. -
Uses of DeclineActionStrategy in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return types with arguments of type DeclineActionStrategy Modifier and Type Method Description protected java.util.Map<DeclineReason,DeclineActionStrategy>ReAllocateConsignmentAction. getDeclineActionsMap()protected java.util.Map<DeclineReason,DeclineActionStrategy>ReAllocateConsignmentAction. getExternalWarehouseDeclineActionsMap()Method parameters in de.hybris.platform.yacceleratorordermanagement.actions.consignment with type arguments of type DeclineActionStrategy Modifier and Type Method Description voidReAllocateConsignmentAction. setDeclineActionsMap(java.util.Map<DeclineReason,DeclineActionStrategy> declineActionsMap)voidReAllocateConsignmentAction. setExternalWarehouseDeclineActionsMap(java.util.Map<DeclineReason,DeclineActionStrategy> externalWarehouseDeclineActionsMap)
-