Class DefaultRuleEngineContextDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.ruleengine.dao.impl.DefaultRuleEngineContextDao
- All Implemented Interfaces:
RuleEngineContextDao,Dao
Provides a default dao implementation for rule context objects
-
Field Summary
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the rule engine context for the given name or null<T extends AbstractRuleEngineContextModel>
List<T>returns the rule engine contexts for the given ruleModuleMethods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Constructor Details
-
DefaultRuleEngineContextDao
public DefaultRuleEngineContextDao()
-
-
Method Details
-
findRuleEngineContextByName
Description copied from interface:RuleEngineContextDaoreturns the rule engine context for the given name or null- Specified by:
findRuleEngineContextByNamein interfaceRuleEngineContextDao- Parameters:
name- the name- Returns:
- the rule engine context for the given name or null
-
findRuleEngineContextByRulesModule
public <T extends AbstractRuleEngineContextModel> List<T> findRuleEngineContextByRulesModule(AbstractRulesModuleModel rulesModule) Description copied from interface:RuleEngineContextDaoreturns the rule engine contexts for the given ruleModule- Specified by:
findRuleEngineContextByRulesModulein interfaceRuleEngineContextDao- Parameters:
rulesModule- the rules module- Returns:
- list of rule engine contexts for the given ruleModule
-