Uses of Class
de.hybris.platform.ruleengineservices.model.RuleConditionDefinitionModel
-
Packages that use RuleConditionDefinitionModel Package Description de.hybris.platform.ruleengineservices.model Contains generated models for each type of de.hybris.platform.ruleengineservices.jalo package.de.hybris.platform.ruleengineservices.rule.dao de.hybris.platform.ruleengineservices.rule.dao.impl de.hybris.platform.ruleengineservices.rule.services de.hybris.platform.ruleengineservices.rule.services.impl de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators -
-
Uses of RuleConditionDefinitionModel in de.hybris.platform.ruleengineservices.model
Methods in de.hybris.platform.ruleengineservices.model that return RuleConditionDefinitionModel Modifier and Type Method Description RuleConditionDefinitionModelRuleConditionDefinitionParameterModel. getDefinition()Generated method - Getter of theRuleConditionDefinitionParameter.definitionattribute defined at extensionruleengineservices.RuleConditionDefinitionModelRuleConditionDefinitionRuleTypeMappingModel. getDefinition()Generated method - Getter of theRuleConditionDefinitionRuleTypeMapping.definitionattribute defined at extensionruleengineservices.Methods in de.hybris.platform.ruleengineservices.model that return types with arguments of type RuleConditionDefinitionModel Modifier and Type Method Description java.util.List<RuleConditionDefinitionModel>RuleConditionDefinitionCategoryModel. getDefinitions()Generated method - Getter of theRuleConditionDefinitionCategory.definitionsattribute defined at extensionruleengineservices.Methods in de.hybris.platform.ruleengineservices.model with parameters of type RuleConditionDefinitionModel Modifier and Type Method Description voidRuleConditionDefinitionParameterModel. setDefinition(RuleConditionDefinitionModel value)Generated method - Setter ofRuleConditionDefinitionParameter.definitionattribute defined at extensionruleengineservices.voidRuleConditionDefinitionRuleTypeMappingModel. setDefinition(RuleConditionDefinitionModel value)Generated method - Setter ofRuleConditionDefinitionRuleTypeMapping.definitionattribute defined at extensionruleengineservices.Method parameters in de.hybris.platform.ruleengineservices.model with type arguments of type RuleConditionDefinitionModel Modifier and Type Method Description voidRuleConditionDefinitionCategoryModel. setDefinitions(java.util.List<RuleConditionDefinitionModel> value)Generated method - Setter ofRuleConditionDefinitionCategory.definitionsattribute defined at extensionruleengineservices. -
Uses of RuleConditionDefinitionModel in de.hybris.platform.ruleengineservices.rule.dao
Methods in de.hybris.platform.ruleengineservices.rule.dao that return types with arguments of type RuleConditionDefinitionModel Modifier and Type Method Description java.util.List<RuleConditionDefinitionModel>RuleConditionDefinitionDao. findAllRuleConditionDefinitions()Finds List ofRuleConditionDefinitionModels.java.util.List<RuleConditionDefinitionModel>RuleConditionDefinitionDao. findRuleConditionDefinitionsByRuleType(java.lang.Class<?> ruleType)Finds allRuleConditionDefinitionModels for a given rule type. -
Uses of RuleConditionDefinitionModel in de.hybris.platform.ruleengineservices.rule.dao.impl
Methods in de.hybris.platform.ruleengineservices.rule.dao.impl that return types with arguments of type RuleConditionDefinitionModel Modifier and Type Method Description java.util.List<RuleConditionDefinitionModel>DefaultRuleConditionDefinitionDao. findAllRuleConditionDefinitions()java.util.List<RuleConditionDefinitionModel>DefaultRuleConditionDefinitionDao. findRuleConditionDefinitionsByRuleType(java.lang.Class<?> ruleType) -
Uses of RuleConditionDefinitionModel in de.hybris.platform.ruleengineservices.rule.services
Methods in de.hybris.platform.ruleengineservices.rule.services that return types with arguments of type RuleConditionDefinitionModel Modifier and Type Method Description java.util.List<RuleConditionDefinitionModel>RuleConditionDefinitionService. getAllRuleConditionDefinitions()Finds List ofRuleConditionDefinitionModels.java.util.List<RuleConditionDefinitionModel>RuleConditionDefinitionService. getRuleConditionDefinitionsForRuleType(java.lang.Class<?> ruleType)Finds List ofRuleConditionDefinitionModels for given rule type. -
Uses of RuleConditionDefinitionModel in de.hybris.platform.ruleengineservices.rule.services.impl
Methods in de.hybris.platform.ruleengineservices.rule.services.impl that return types with arguments of type RuleConditionDefinitionModel Modifier and Type Method Description java.util.List<RuleConditionDefinitionModel>DefaultRuleConditionDefinitionService. getAllRuleConditionDefinitions()Converter<RuleConditionDefinitionModel,RuleConditionDefinitionData>DefaultRuleConditionsRegistry. getRuleConditionDefinitionConverter()java.util.List<RuleConditionDefinitionModel>DefaultRuleConditionDefinitionService. getRuleConditionDefinitionsForRuleType(java.lang.Class<?> ruleType)Method parameters in de.hybris.platform.ruleengineservices.rule.services.impl with type arguments of type RuleConditionDefinitionModel Modifier and Type Method Description protected java.util.List<RuleConditionDefinitionData>DefaultRuleConditionsRegistry. convertConditionDefinitions(java.util.List<RuleConditionDefinitionModel> definitions)voidDefaultRuleConditionsRegistry. setRuleConditionDefinitionConverter(Converter<RuleConditionDefinitionModel,RuleConditionDefinitionData> ruleConditionDefinitionConverter) -
Uses of RuleConditionDefinitionModel in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators
Methods in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators with parameters of type RuleConditionDefinitionModel Modifier and Type Method Description voidRuleConditionDefinitionPopulator. populate(RuleConditionDefinitionModel source, RuleConditionDefinitionData target)protected java.util.List<RuleConditionDefinitionCategoryData>RuleConditionDefinitionPopulator. populateCategories(RuleConditionDefinitionModel source)protected java.util.Map<java.lang.String,RuleParameterDefinitionData>RuleConditionDefinitionPopulator. populateParameters(RuleConditionDefinitionModel source)
-