Class DefaultCatalogVersionFinderStrategy
java.lang.Object
de.hybris.platform.ruleengine.strategies.impl.DefaultCatalogVersionFinderStrategy
- All Implemented Interfaces:
CatalogVersionFinderStrategy
public class DefaultCatalogVersionFinderStrategy
extends Object
implements CatalogVersionFinderStrategy
Default implementation of the
CatalogVersionFinderStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCatalogVersionsByRulesModule(AbstractRulesModuleModel rulesModule) Find catalog versions by rules moduleprotected RuleEngineContextDaovoidsetCatalogVersionToRuleEngineContextMappingDao(CatalogVersionToRuleEngineContextMappingDao catalogVersionToRuleEngineContextMappingDao) voidsetRuleEngineContextDao(RuleEngineContextDao ruleEngineContextDao)
-
Constructor Details
-
DefaultCatalogVersionFinderStrategy
public DefaultCatalogVersionFinderStrategy()
-
-
Method Details
-
findCatalogVersionsByRulesModule
public List<CatalogVersionModel> findCatalogVersionsByRulesModule(AbstractRulesModuleModel rulesModule) Description copied from interface:CatalogVersionFinderStrategyFind catalog versions by rules module- Specified by:
findCatalogVersionsByRulesModulein interfaceCatalogVersionFinderStrategy- Parameters:
rulesModule- rules module- Returns:
- list of qualifying catalog versions
-
getCatalogVersionToRuleEngineContextMappingDao
protected CatalogVersionToRuleEngineContextMappingDao getCatalogVersionToRuleEngineContextMappingDao() -
setCatalogVersionToRuleEngineContextMappingDao
public void setCatalogVersionToRuleEngineContextMappingDao(CatalogVersionToRuleEngineContextMappingDao catalogVersionToRuleEngineContextMappingDao) -
getRuleEngineContextDao
-
setRuleEngineContextDao
-