public class DefaultRuleConditionDefinitionDao extends AbstractItemDao implements RuleConditionDefinitionDao
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
GET_ALL_CONDITION_DEFINITIONS |
protected static java.lang.String |
GET_CONDITION_DEFINITIONS_BY_RULE_TYPE |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultRuleConditionDefinitionDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RuleConditionDefinitionModel> |
findAllRuleConditionDefinitions()
Finds List of
RuleConditionDefinitionModels. |
java.util.List<RuleConditionDefinitionModel> |
findRuleConditionDefinitionsByRuleType(java.lang.Class<?> ruleType)
Finds all
RuleConditionDefinitionModels for a given rule type. |
TypeService |
getTypeService() |
void |
setTypeService(TypeService typeService) |
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected static final java.lang.String GET_ALL_CONDITION_DEFINITIONS
protected static final java.lang.String GET_CONDITION_DEFINITIONS_BY_RULE_TYPE
public java.util.List<RuleConditionDefinitionModel> findAllRuleConditionDefinitions()
RuleConditionDefinitionDaoRuleConditionDefinitionModels.findAllRuleConditionDefinitions in interface RuleConditionDefinitionDaoRuleConditionDefinitionModels.public java.util.List<RuleConditionDefinitionModel> findRuleConditionDefinitionsByRuleType(java.lang.Class<?> ruleType)
RuleConditionDefinitionDaoRuleConditionDefinitionModels for a given rule type.findRuleConditionDefinitionsByRuleType in interface RuleConditionDefinitionDaoruleType - - model class of rule typeRuleConditionDefinitionModelspublic TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2018 SAP SE. All Rights Reserved.