Uses of Class
de.hybris.platform.ruleengineservices.rule.data.RuleConditionDefinitionCategoryData
-
-
Uses of RuleConditionDefinitionCategoryData in de.hybris.platform.rulebuilderbackoffice.editors.conditionseditor
Methods in de.hybris.platform.rulebuilderbackoffice.editors.conditionseditor that return RuleConditionDefinitionCategoryData Modifier and Type Method Description RuleConditionDefinitionCategoryDataConditionDefinitionGroupModel. getCategory()Methods in de.hybris.platform.rulebuilderbackoffice.editors.conditionseditor with parameters of type RuleConditionDefinitionCategoryData Modifier and Type Method Description voidConditionDefinitionGroupModel. setCategory(RuleConditionDefinitionCategoryData category) -
Uses of RuleConditionDefinitionCategoryData in de.hybris.platform.ruleengineservices.rule.data
Methods in de.hybris.platform.ruleengineservices.rule.data that return types with arguments of type RuleConditionDefinitionCategoryData Modifier and Type Method Description java.util.List<RuleConditionDefinitionCategoryData>RuleConditionDefinitionData. getCategories()Method parameters in de.hybris.platform.ruleengineservices.rule.data with type arguments of type RuleConditionDefinitionCategoryData Modifier and Type Method Description voidRuleConditionDefinitionData. setCategories(java.util.List<RuleConditionDefinitionCategoryData> categories) -
Uses of RuleConditionDefinitionCategoryData in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators
Methods in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators that return types with arguments of type RuleConditionDefinitionCategoryData Modifier and Type Method Description Converter<RuleConditionDefinitionCategoryModel,RuleConditionDefinitionCategoryData>RuleConditionDefinitionPopulator. getRuleConditionDefinitionCategoryConverter()protected java.util.List<RuleConditionDefinitionCategoryData>RuleConditionDefinitionPopulator. populateCategories(RuleConditionDefinitionModel source)Methods in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators with parameters of type RuleConditionDefinitionCategoryData Modifier and Type Method Description voidRuleConditionDefinitionCategoryPopulator. populate(RuleConditionDefinitionCategoryModel source, RuleConditionDefinitionCategoryData target)Method parameters in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators with type arguments of type RuleConditionDefinitionCategoryData Modifier and Type Method Description voidRuleConditionDefinitionPopulator. setRuleConditionDefinitionCategoryConverter(Converter<RuleConditionDefinitionCategoryModel,RuleConditionDefinitionCategoryData> ruleConditionDefinitionCategoryConverter)
-