Uses of Interface
de.hybris.platform.warehousing.externalfulfillment.strategy.ConsignmentPreFulfillmentStrategy
Packages that use ConsignmentPreFulfillmentStrategy
-
Uses of ConsignmentPreFulfillmentStrategy in de.hybris.platform.yacceleratorordermanagement.actions.consignment
Classes in de.hybris.platform.yacceleratorordermanagement.actions.consignment that implement ConsignmentPreFulfillmentStrategyModifier and TypeClassDescriptionprotected static classprotected static classprotected static classMethods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return ConsignmentPreFulfillmentStrategyModifier and TypeMethodDescriptionprotected ConsignmentPreFulfillmentStrategyProcessConsignmentPreFulfillmentAction.getLastExecutedConsignmentPreFulfillmentStrategy(ConsignmentProcessModel consignmentProcess, List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies) Evaluates the last executedConsignmentPreFulfillmentStrategyfor the givenConsignmentModelMethods in de.hybris.platform.yacceleratorordermanagement.actions.consignment that return types with arguments of type ConsignmentPreFulfillmentStrategyModifier and TypeMethodDescriptionprotected List<ConsignmentPreFulfillmentStrategy>ProcessConsignmentPreFulfillmentAction.getConsignmentPreFulfillmentStrategies(ConsignmentModel consignment) Returns the list ofConsignmentPreFulfillmentStrategy(s), that needs to be applied on the givenConsignmentModelprotected Map<String,List<ConsignmentPreFulfillmentStrategy>> ProcessConsignmentPreFulfillmentAction.getPreFulfillmentStrategyRegistry()Methods in de.hybris.platform.yacceleratorordermanagement.actions.consignment with parameters of type ConsignmentPreFulfillmentStrategyModifier and TypeMethodDescriptionprotected booleanProcessConsignmentPreFulfillmentAction.isTerminalStrategy(ConsignmentPreFulfillmentStrategy consignmentPreFulfillmentStrategy, 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 ConsignmentPreFulfillmentStrategyModifier and TypeMethodDescriptionprotected ConsignmentPreFulfillmentStrategyProcessConsignmentPreFulfillmentAction.getLastExecutedConsignmentPreFulfillmentStrategy(ConsignmentProcessModel consignmentProcess, List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies) Evaluates the last executedConsignmentPreFulfillmentStrategyfor the givenConsignmentModelprotected booleanProcessConsignmentPreFulfillmentAction.isTerminalStrategy(ConsignmentPreFulfillmentStrategy consignmentPreFulfillmentStrategy, List<ConsignmentPreFulfillmentStrategy> consignmentPreFulfillmentStrategies) Evaluates if the givenConsignmentPreFulfillmentStrategyis last pre fulfillment strategy to be executedvoidProcessConsignmentPreFulfillmentAction.setPreFulfillmentStrategyRegistry(Map<String, List<ConsignmentPreFulfillmentStrategy>> preFulfillmentStrategyRegistry)