Uses of Class
de.hybris.platform.ruleengineservices.rao.ShipmentRAO
-
Packages that use ShipmentRAO Package Description de.hybris.platform.ruleengineservices.calculation de.hybris.platform.ruleengineservices.calculation.impl de.hybris.platform.ruleengineservices.util -
-
Uses of ShipmentRAO in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation that return ShipmentRAO 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 ShipmentRAO in de.hybris.platform.ruleengineservices.calculation.impl
Methods in de.hybris.platform.ruleengineservices.calculation.impl that return ShipmentRAO 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 ShipmentRAO in de.hybris.platform.ruleengineservices.util
Methods in de.hybris.platform.ruleengineservices.util that return types with arguments of type ShipmentRAO Modifier and Type Method Description java.util.Optional<ShipmentRAO>RaoUtils. getShipment(AbstractActionedRAO actionedRao)Finds Delivery of an actionedRao Item (Order, Product, etc.) if any.
-