| Package | Description |
|---|---|
| de.hybris.platform.ruleengineservices.model |
Contains generated models for each type of de.hybris.platform.ruleengineservices.jalo package.
|
| de.hybris.platform.ruleengineservices.resource | |
| 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 |
| Modifier and Type | Method and Description |
|---|---|
RuleConditionDefinitionModel |
RuleConditionDefinitionParameterModel.getDefinition()
Generated method - Getter of the
RuleConditionDefinitionParameter.definition attribute defined at extension ruleengineservices. |
RuleConditionDefinitionModel |
RuleConditionDefinitionRuleTypeMappingModel.getDefinition()
Generated method - Getter of the
RuleConditionDefinitionRuleTypeMapping.definition attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
RuleConditionDefinitionCategoryModel.getDefinitions()
Generated method - Getter of the
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleConditionDefinitionParameterModel.setDefinition(RuleConditionDefinitionModel value)
Generated method - Setter of
RuleConditionDefinitionParameter.definition attribute defined at extension ruleengineservices. |
void |
RuleConditionDefinitionRuleTypeMappingModel.setDefinition(RuleConditionDefinitionModel value)
Generated method - Setter of
RuleConditionDefinitionRuleTypeMapping.definition attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleConditionDefinitionCategoryModel.setDefinitions(List<RuleConditionDefinitionModel> value)
Generated method - Setter of
RuleConditionDefinitionCategory.definitions attribute defined at extension ruleengineservices. |
| Modifier and Type | Method and Description |
|---|---|
RuleConditionDefinitionModel |
RuleConditionDefinitionResource.getRuleConditionDefinitionModel()
Convenience method which just delegates to
#getResourceValue() |
protected RuleConditionDefinitionModel |
RuleConditionDefinitionResource.readResource(String resourceId)
Gets the
RuleConditionDefinitionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<RuleConditionDefinitionModel> |
RuleConditionDefinitionsResource.getRuleConditionDefinitionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleConditionDefinitionResource.setRuleConditionDefinitionModel(RuleConditionDefinitionModel value)
Convenience method which just delegates to
#setResourceValue(RuleConditionDefinitionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleConditionDefinitionsResource.setRuleConditionDefinitionsCollection(Collection<RuleConditionDefinitionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
RuleConditionDefinitionDao.findAllRuleConditionDefinitions()
Finds List of
RuleConditionDefinitionModels. |
List<RuleConditionDefinitionModel> |
RuleConditionDefinitionDao.findRuleConditionDefinitionsByRuleType(Class<?> ruleType)
Finds all
RuleConditionDefinitionModels for a given rule type. |
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
DefaultRuleConditionDefinitionDao.findAllRuleConditionDefinitions() |
List<RuleConditionDefinitionModel> |
DefaultRuleConditionDefinitionDao.findRuleConditionDefinitionsByRuleType(Class<?> ruleType) |
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
RuleConditionDefinitionService.getAllRuleConditionDefinitions()
Finds List of
RuleConditionDefinitionModels. |
List<RuleConditionDefinitionModel> |
RuleConditionDefinitionService.getRuleConditionDefinitionsForRuleType(Class<?> ruleType)
Finds List of
RuleConditionDefinitionModels for given rule type. |
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
DefaultRuleConditionDefinitionService.getAllRuleConditionDefinitions() |
Converter<RuleConditionDefinitionModel,RuleConditionDefinitionData> |
DefaultRuleConditionsRegistry.getRuleConditionDefinitionConverter() |
List<RuleConditionDefinitionModel> |
DefaultRuleConditionDefinitionService.getRuleConditionDefinitionsForRuleType(Class<?> ruleType) |
| Modifier and Type | Method and Description |
|---|---|
protected List<RuleConditionDefinitionData> |
DefaultRuleConditionsRegistry.convertConditionDefinitions(List<RuleConditionDefinitionModel> definitions) |
void |
DefaultRuleConditionsRegistry.setRuleConditionDefinitionConverter(Converter<RuleConditionDefinitionModel,RuleConditionDefinitionData> ruleConditionDefinitionConverter) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleConditionDefinitionPopulator.populate(RuleConditionDefinitionModel source,
RuleConditionDefinitionData target) |
protected List<RuleConditionDefinitionCategoryData> |
RuleConditionDefinitionPopulator.populateCategories(RuleConditionDefinitionModel source) |
protected Map<String,RuleParameterDefinitionData> |
RuleConditionDefinitionPopulator.populateParameters(RuleConditionDefinitionModel source) |
Copyright © 2017 SAP SE. All Rights Reserved.