Uses of Class
de.hybris.platform.sap.productconfig.rules.cps.jalo.CharacteristicValueRulesResult
-
Packages that use CharacteristicValueRulesResult Package Description de.hybris.platform.sap.productconfig.rules.cps.jalo -
-
Uses of CharacteristicValueRulesResult in de.hybris.platform.sap.productconfig.rules.cps.jalo
Fields in de.hybris.platform.sap.productconfig.rules.cps.jalo with type parameters of type CharacteristicValueRulesResult Modifier and Type Field Description protected static OneToManyHandler<CharacteristicValueRulesResult>
GeneratedSapproductconfigrulescpsManager. PRODUCTCONFIG2CHARACTERISTICVALUERULESRESULTSCHARACTERISTICVALUERULESRESULTSHANDLER
OneToManyHandler
for handling 1:n CHARACTERISTICVALUERULESRESULTS's relation attributes from 'many' side.Methods in de.hybris.platform.sap.productconfig.rules.cps.jalo that return CharacteristicValueRulesResult Modifier and Type Method Description CharacteristicValueRulesResult
GeneratedSapproductconfigrulescpsManager. createCharacteristicValueRulesResult(SessionContext ctx, java.util.Map attributeValues)
CharacteristicValueRulesResult
GeneratedSapproductconfigrulescpsManager. createCharacteristicValueRulesResult(java.util.Map attributeValues)
CharacteristicValueRulesResult
GeneratedDiscountMessageRulesResult. getCsticValueRulesResult()
Generated method - Getter of theDiscountMessageRulesResult.csticValueRulesResult
attribute.CharacteristicValueRulesResult
GeneratedDiscountMessageRulesResult. getCsticValueRulesResult(SessionContext ctx)
Generated method - Getter of theDiscountMessageRulesResult.csticValueRulesResult
attribute.Methods in de.hybris.platform.sap.productconfig.rules.cps.jalo that return types with arguments of type CharacteristicValueRulesResult Modifier and Type Method Description java.util.List<CharacteristicValueRulesResult>
GeneratedSapproductconfigrulescpsManager. getCharacteristicValueRulesResults(SessionContext ctx, GenericItem item)
Generated method - Getter of theProductConfiguration.characteristicValueRulesResults
attribute.java.util.List<CharacteristicValueRulesResult>
GeneratedSapproductconfigrulescpsManager. getCharacteristicValueRulesResults(ProductConfiguration item)
Generated method - Getter of theProductConfiguration.characteristicValueRulesResults
attribute.Methods in de.hybris.platform.sap.productconfig.rules.cps.jalo with parameters of type CharacteristicValueRulesResult Modifier and Type Method Description void
GeneratedSapproductconfigrulescpsManager. addToCharacteristicValueRulesResults(SessionContext ctx, GenericItem item, CharacteristicValueRulesResult value)
Generated method - Addsvalue
to characteristicValueRulesResults.void
GeneratedSapproductconfigrulescpsManager. addToCharacteristicValueRulesResults(ProductConfiguration item, CharacteristicValueRulesResult value)
Generated method - Addsvalue
to characteristicValueRulesResults.void
GeneratedSapproductconfigrulescpsManager. removeFromCharacteristicValueRulesResults(SessionContext ctx, GenericItem item, CharacteristicValueRulesResult value)
Generated method - Removesvalue
from characteristicValueRulesResults.void
GeneratedSapproductconfigrulescpsManager. removeFromCharacteristicValueRulesResults(ProductConfiguration item, CharacteristicValueRulesResult value)
Generated method - Removesvalue
from characteristicValueRulesResults.void
GeneratedDiscountMessageRulesResult. setCsticValueRulesResult(SessionContext ctx, CharacteristicValueRulesResult value)
Generated method - Setter of theDiscountMessageRulesResult.csticValueRulesResult
attribute.void
GeneratedDiscountMessageRulesResult. setCsticValueRulesResult(CharacteristicValueRulesResult value)
Generated method - Setter of theDiscountMessageRulesResult.csticValueRulesResult
attribute.Method parameters in de.hybris.platform.sap.productconfig.rules.cps.jalo with type arguments of type CharacteristicValueRulesResult Modifier and Type Method Description void
GeneratedSapproductconfigrulescpsManager. setCharacteristicValueRulesResults(SessionContext ctx, GenericItem item, java.util.List<CharacteristicValueRulesResult> value)
Generated method - Setter of theProductConfiguration.characteristicValueRulesResults
attribute.void
GeneratedSapproductconfigrulescpsManager. setCharacteristicValueRulesResults(ProductConfiguration item, java.util.List<CharacteristicValueRulesResult> value)
Generated method - Setter of theProductConfiguration.characteristicValueRulesResults
attribute.
-