Uses of Class
de.hybris.platform.sap.productconfig.rules.rao.CsticValueRAO
-
-
Uses of CsticValueRAO in de.hybris.platform.sap.productconfig.rules
Methods in de.hybris.platform.sap.productconfig.rules that return CsticValueRAO Modifier and Type Method Description static CsticValueRAOConfigurationRulesTestData. createCsticValueRAO(java.lang.String valueNameToSet) -
Uses of CsticValueRAO in de.hybris.platform.sap.productconfig.rules.cps.rao.action
Methods in de.hybris.platform.sap.productconfig.rules.cps.rao.action that return CsticValueRAO Modifier and Type Method Description CsticValueRAOProductConfigPromoMessageRAO. getValueName()Methods in de.hybris.platform.sap.productconfig.rules.cps.rao.action with parameters of type CsticValueRAO Modifier and Type Method Description voidProductConfigPromoMessageRAO. setValueName(CsticValueRAO valueName) -
Uses of CsticValueRAO in de.hybris.platform.sap.productconfig.rules.rao
Methods in de.hybris.platform.sap.productconfig.rules.rao that return types with arguments of type CsticValueRAO Modifier and Type Method Description java.util.List<CsticValueRAO>CsticRAO. getAssignableValues()java.util.List<CsticValueRAO>CsticRAO. getAssignedValues()Method parameters in de.hybris.platform.sap.productconfig.rules.rao with type arguments of type CsticValueRAO Modifier and Type Method Description voidCsticRAO. setAssignableValues(java.util.List<CsticValueRAO> assignableValues)voidCsticRAO. setAssignedValues(java.util.List<CsticValueRAO> assignedValues) -
Uses of CsticValueRAO in de.hybris.platform.sap.productconfig.rules.rao.action
Methods in de.hybris.platform.sap.productconfig.rules.rao.action that return CsticValueRAO Modifier and Type Method Description CsticValueRAOProductConfigDisplayMessageRAO. getValueNameForMessage()CsticValueRAORemoveAssignableValueRAO. getValueNameToRemoveFromAssignable()CsticValueRAOSetCsticValueRAO. getValueNameToSet()Methods in de.hybris.platform.sap.productconfig.rules.rao.action with parameters of type CsticValueRAO Modifier and Type Method Description voidProductConfigDisplayMessageRAO. setValueNameForMessage(CsticValueRAO valueNameForMessage)voidRemoveAssignableValueRAO. setValueNameToRemoveFromAssignable(CsticValueRAO valueNameToRemoveFromAssignable)voidSetCsticValueRAO. setValueNameToSet(CsticValueRAO valueNameToSet) -
Uses of CsticValueRAO in de.hybris.platform.sap.productconfig.rules.rao.populator
Methods in de.hybris.platform.sap.productconfig.rules.rao.populator that return types with arguments of type CsticValueRAO Modifier and Type Method Description protected java.util.List<CsticValueRAO>ProductConfigRAOPopulator. createCsticValueRAOs(CsticModel cstic, java.util.Map<java.lang.String,CsticValueRAO> assignableValuesMap, java.lang.String configId)protected java.util.List<CsticValueRAO>ProductConfigRAOPopulator. getCsticValueRAOs(CsticModel cstic, java.util.Map<java.lang.String,CsticValueRAO> assignableValuesMap, java.lang.String configId)Loops over given list of values and retrieves appropriate object from the passed assignableValuesMap.Method parameters in de.hybris.platform.sap.productconfig.rules.rao.populator with type arguments of type CsticValueRAO Modifier and Type Method Description protected java.util.List<CsticValueRAO>ProductConfigRAOPopulator. createCsticValueRAOs(CsticModel cstic, java.util.Map<java.lang.String,CsticValueRAO> assignableValuesMap, java.lang.String configId)protected java.util.List<CsticValueRAO>ProductConfigRAOPopulator. getCsticValueRAOs(CsticModel cstic, java.util.Map<java.lang.String,CsticValueRAO> assignableValuesMap, java.lang.String configId)Loops over given list of values and retrieves appropriate object from the passed assignableValuesMap. -
Uses of CsticValueRAO in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl
Methods in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl that return CsticValueRAO Modifier and Type Method Description protected CsticValueRAOProductConfigAbstractRAOAction. createCsticValueRAO(java.util.Map<java.lang.String,java.lang.Object> parameters)
-