Uses of Class
de.hybris.platform.ruleengineservices.rao.AbstractActionedRAO
-
-
Uses of AbstractActionedRAO in de.hybris.platform.ruleengineservices.calculation
Methods in de.hybris.platform.ruleengineservices.calculation with parameters of type AbstractActionedRAO Modifier and Type Method Description protected DiscountRAOAbstractRuleEngineTest. createDiscount(AbstractActionedRAO discountFor, java.lang.String discountValue, java.lang.String currencyIso) -
Uses of AbstractActionedRAO in de.hybris.platform.ruleengineservices.rao
Subclasses of AbstractActionedRAO in de.hybris.platform.ruleengineservices.rao Modifier and Type Class Description classAbstractOrderRAOclassCartRAOclassOrderEntryGroupRAOclassOrderEntryRAOclassOrderRAOclassProductRAODeprecated, for removal: This API element is subject to removal in a future version.not used anymore, instead use OrderEntryRAO.productCodeMethods in de.hybris.platform.ruleengineservices.rao that return AbstractActionedRAO Modifier and Type Method Description AbstractActionedRAOAbstractRuleActionRAO. getAppliedToObject()Methods in de.hybris.platform.ruleengineservices.rao with parameters of type AbstractActionedRAO Modifier and Type Method Description voidAbstractRuleActionRAO. setAppliedToObject(AbstractActionedRAO appliedToObject) -
Uses of AbstractActionedRAO in de.hybris.platform.ruleengineservices.rule.evaluation
Methods in de.hybris.platform.ruleengineservices.rule.evaluation with parameters of type AbstractActionedRAO Modifier and Type Method Description DisplayMessageRAODisplayMessageRAOAction. fireMessage(AbstractActionedRAO appliedToObject, RuleEngineResultRAO result, java.lang.Object ruleContext)Deprecated, for removal: This API element is subject to removal in a future version.Fires a message as a Rule Action. -
Uses of AbstractActionedRAO in de.hybris.platform.ruleengineservices.util
Methods in de.hybris.platform.ruleengineservices.util with parameters of type AbstractActionedRAO Modifier and Type Method Description voidRaoUtils. addAction(AbstractActionedRAO actionedRao, AbstractRuleActionRAO action)Sets references betweenactionandactionedRao.java.util.Set<DiscountRAO>RaoUtils. getDiscounts(AbstractActionedRAO actionedRao)Returns ordered set of Discounts of an ActionedRAO (filters out it actions getting only DiscountRAO).java.util.Optional<ShipmentRAO>RaoUtils. getShipment(AbstractActionedRAO actionedRao)Finds Delivery of an actionedRao Item (Order, Product, etc.) if any. -
Uses of AbstractActionedRAO in de.hybris.platform.sap.productconfig.rules.rao
Subclasses of AbstractActionedRAO in de.hybris.platform.sap.productconfig.rules.rao Modifier and Type Class Description classBaseStoreRAOclassCsticRAOclassCsticValueRAOclassProductConfigRAO
-