public class DefaultRuleActionDefinitionDao extends AbstractItemDao implements RuleActionDefinitionDao
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
GET_ACTION_DEFINITIONS_BY_RULE_TYPE |
protected static java.lang.String |
GET_ALL_ACTION_DEFINITIONS |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultRuleActionDefinitionDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<RuleActionDefinitionModel> |
findAllRuleActionDefinitions()
Finds all
RuleActionDefinitionModels |
java.util.List<RuleActionDefinitionModel> |
findRuleActionDefinitionsByRuleType(java.lang.Class<?> ruleType)
Finds all
RuleActionDefinitionModels 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_ACTION_DEFINITIONS
protected static final java.lang.String GET_ACTION_DEFINITIONS_BY_RULE_TYPE
public java.util.List<RuleActionDefinitionModel> findAllRuleActionDefinitions()
RuleActionDefinitionDaoRuleActionDefinitionModelsfindAllRuleActionDefinitions in interface RuleActionDefinitionDaoRuleActionDefinitionModelspublic java.util.List<RuleActionDefinitionModel> findRuleActionDefinitionsByRuleType(java.lang.Class<?> ruleType)
RuleActionDefinitionDaoRuleActionDefinitionModels for a given rule type.findRuleActionDefinitionsByRuleType in interface RuleActionDefinitionDaoruleType - - type of ruleRuleActionDefinitionModelspublic TypeService getTypeService()
public void setTypeService(TypeService typeService)
Copyright © 2018 SAP SE. All Rights Reserved.