Uses of Interface
de.hybris.platform.warehousing.externalfulfillment.strategy.ConsignmentPreFulfillmentStrategy
-
Packages that use ConsignmentPreFulfillmentStrategy Package Description de.hybris.platform.yacceleratorordermanagement.actions.consignment -
-
Uses of ConsignmentPreFulfillmentStrategy in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Classes in de.hybris.platform.yacceleratorordermanagement.actions.consignment that implement ConsignmentPreFulfillmentStrategy Modifier and Type Class Description protected static classProcessConsignmentPreFulfillmentActionTest.FirstConsignmentPreFulfillmentStrategyprotected static classProcessConsignmentPreFulfillmentActionTest.SecondConsignmentPreFulfillmentStrategyprotected static classProcessConsignmentPreFulfillmentActionTest.ThirdConsignmentPreFulfillmentStrategyMethods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return ConsignmentPreFulfillmentStrategy Modifier and Type Method Description protected ConsignmentPreFulfillmentStrategyProcessConsignmentPreFulfillmentAction. getLastExecutedConsignmentPreFulfillmentStrategy(ConsignmentProcessModel consignmentProcess, java.util.List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies)Evaluates the last executedConsignmentPreFulfillmentStrategyfor the givenConsignmentModelMethods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return types with arguments of type ConsignmentPreFulfillmentStrategy Modifier and Type Method Description protected java.util.List<ConsignmentPreFulfillmentStrategy>ProcessConsignmentPreFulfillmentAction. getConsignmentPreFulfillmentStrategies(ConsignmentModel consignment)Returns the list ofConsignmentPreFulfillmentStrategy(s), that needs to be applied on the givenConsignmentModelprotected java.util.Map<java.lang.String,java.util.List<ConsignmentPreFulfillmentStrategy>>ProcessConsignmentPreFulfillmentAction. getPreFulfillmentStrategyRegistry()Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment with parameters of type ConsignmentPreFulfillmentStrategy Modifier and Type Method Description protected booleanProcessConsignmentPreFulfillmentAction. isTerminalStrategy(ConsignmentPreFulfillmentStrategy consignmentPreFulfillmentStrategy, java.util.List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies)Evaluates if the givenConsignmentPreFulfillmentStrategyis last pre fulfillment strategy to be executedprotected voidProcessConsignmentPreFulfillmentAction. setStrategyInContextParam(ConsignmentPreFulfillmentStrategy consignmentPreFulfillmentStrategy, ConsignmentProcessModel consignmentProcess)Sets the current executedConsignmentPreFulfillmentStrategyin the context params of givenConsignmentProcessModelMethod parameters in de.hybris.platform.yacceleratorordermanagement.actions.consignment with type arguments of type ConsignmentPreFulfillmentStrategy Modifier and Type Method Description protected ConsignmentPreFulfillmentStrategyProcessConsignmentPreFulfillmentAction. getLastExecutedConsignmentPreFulfillmentStrategy(ConsignmentProcessModel consignmentProcess, java.util.List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies)Evaluates the last executedConsignmentPreFulfillmentStrategyfor the givenConsignmentModelprotected booleanProcessConsignmentPreFulfillmentAction. isTerminalStrategy(ConsignmentPreFulfillmentStrategy consignmentPreFulfillmentStrategy, java.util.List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies)Evaluates if the givenConsignmentPreFulfillmentStrategyis last pre fulfillment strategy to be executedvoidProcessConsignmentPreFulfillmentAction. setPreFulfillmentStrategyRegistry(java.util.Map<java.lang.String,java.util.List<ConsignmentPreFulfillmentStrategy>> preFulfillmentStrategyRegistry)
-