Uses of Interface
de.hybris.platform.warehousing.allocation.decline.action.DeclineActionStrategy
Packages that use DeclineActionStrategy
Package
Description
-
Uses of DeclineActionStrategy in de.hybris.platform.warehousing.allocation.decline.action.impl
Classes in de.hybris.platform.warehousing.allocation.decline.action.impl that implement DeclineActionStrategyModifier and TypeClassDescriptionclassStrategy to apply when the decline reason for a consignment entry is.DeclineReason#DAMAGED.classStrategy to apply when the decline reason for a consignment entry is.DeclineReason#OUTOFSTOCK.classStrategy 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 DeclineActionStrategyModifier and TypeMethodDescriptionprotected Map<DeclineReason,DeclineActionStrategy> ReAllocateConsignmentAction.getDeclineActionsMap()protected Map<DeclineReason,DeclineActionStrategy> ReAllocateConsignmentAction.getExternalWarehouseDeclineActionsMap()Method parameters in de.hybris.platform.yacceleratorordermanagement.actions.consignment with type arguments of type DeclineActionStrategyModifier and TypeMethodDescriptionvoidReAllocateConsignmentAction.setDeclineActionsMap(Map<DeclineReason, DeclineActionStrategy> declineActionsMap) voidReAllocateConsignmentAction.setExternalWarehouseDeclineActionsMap(Map<DeclineReason, DeclineActionStrategy> externalWarehouseDeclineActionsMap)