Uses of Class
de.hybris.platform.ruleengineservices.rao.DeliveryModeRAO
-
-
Uses of DeliveryModeRAO in de.hybris.platform.droolsruleengineservices.impl
Methods in de.hybris.platform.droolsruleengineservices.impl that return DeliveryModeRAO Modifier and Type Method Description protected DeliveryModeRAO
AbstractRuleEngineServicesTest. createDeliveryModeRAO(java.lang.String code, java.lang.String cost, java.lang.String currencyIsoCode)
-
Uses of DeliveryModeRAO in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type DeliveryModeRAO Modifier and Type Method Description ShipmentRAO
RuleEngineCalculationService. changeDeliveryMode(CartRAO cartRAO, DeliveryModeRAO deliveryModeRAO)
Changes the current delivery mode to the given values, adds it to the cartRao and updates the carRao totals. -
Uses of DeliveryModeRAO in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl with parameters of type DeliveryModeRAO Modifier and Type Method Description ShipmentRAO
DefaultRuleEngineCalculationService. changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode)
protected ShipmentRAO
DefaultRuleEngineCalculationService. createShipmentRAO(DeliveryModeRAO mode)
Creates a new ShipmentRAO based on the given Delivery Mode. -
Uses of DeliveryModeRAO in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type DeliveryModeRAO Modifier and Type Method Description void
DeliveryModeRaoPopulator. populate(DeliveryModeModel source, DeliveryModeRAO target)
-
Uses of DeliveryModeRAO in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return DeliveryModeRAO Modifier and Type Method Description DeliveryModeRAO
ShipmentRAO. getMode()
Methods in de.hybris.platform.ruleengineservices.rao with parameters of type DeliveryModeRAO Modifier and Type Method Description void
ShipmentRAO. setMode(DeliveryModeRAO mode)
-
Uses of DeliveryModeRAO in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type DeliveryModeRAO Modifier and Type Method Description protected Converter<DeliveryModeModel,DeliveryModeRAO>
DefaultDeliveryModeRAOProvider. getDeliveryModeRaoConverter()
Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type DeliveryModeRAO Modifier and Type Method Description void
DefaultDeliveryModeRAOProvider. setDeliveryModeRaoConverter(Converter<DeliveryModeModel,DeliveryModeRAO> deliveryModeRaoConverter)
-
Uses of DeliveryModeRAO in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl that return types with arguments of type DeliveryModeRAO Modifier and Type Method Description protected java.util.function.Predicate<DeliveryModeRAO>
RuleChangeDeliveryModeRAOAction. getDeliveryModeRAOFilter(java.lang.String deliveryModeCode)
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type DeliveryModeRAO Modifier and Type Method Description void
RuleChangeDeliveryModeRAOAction. changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode, RuleEngineResultRAO result, RuleActionContext context)
-