public class DefaultRuleConditionDefinitionDao extends AbstractItemDao implements RuleConditionDefinitionDao
| Modifier and Type | Field and Description |
|---|---|
protected static String |
GET_ALL_CONDITION_DEFINITIONS |
protected static String |
GET_CONDITION_DEFINITIONS_BY_RULE_TYPE |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultRuleConditionDefinitionDao() |
| Modifier and Type | Method and Description |
|---|---|
List<RuleConditionDefinitionModel> |
findAllRuleConditionDefinitions()
Finds List of
RuleConditionDefinitionModels. |
List<RuleConditionDefinitionModel> |
findRuleConditionDefinitionsByRuleType(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 String GET_ALL_CONDITION_DEFINITIONS
protected static final String GET_CONDITION_DEFINITIONS_BY_RULE_TYPE
public List<RuleConditionDefinitionModel> findAllRuleConditionDefinitions()
RuleConditionDefinitionDaoRuleConditionDefinitionModels.findAllRuleConditionDefinitions in interface RuleConditionDefinitionDaoRuleConditionDefinitionModels.public List<RuleConditionDefinitionModel> findRuleConditionDefinitionsByRuleType(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 © 2017 SAP SE. All Rights Reserved.