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 DeliveryModeRAOAbstractRuleEngineServicesTest. 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 ShipmentRAORuleEngineCalculationService. 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 ShipmentRAODefaultRuleEngineCalculationService. changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode)protected ShipmentRAODefaultRuleEngineCalculationService. 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 voidDeliveryModeRaoPopulator. 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 DeliveryModeRAOShipmentRAO. getMode()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type DeliveryModeRAO Modifier and Type Method Description voidShipmentRAO. 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 voidDefaultDeliveryModeRAOProvider. 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 voidRuleChangeDeliveryModeRAOAction. changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode, RuleEngineResultRAO result, RuleActionContext context)
-