Uses of Class
de.hybris.platform.ruleengine.model.CatalogVersionToRuleEngineContextMappingModel
Packages that use CatalogVersionToRuleEngineContextMappingModel
-
Uses of CatalogVersionToRuleEngineContextMappingModel in de.hybris.platform.ruleengine.dao
Methods in de.hybris.platform.ruleengine.dao that return types with arguments of type CatalogVersionToRuleEngineContextMappingModelModifier and TypeMethodDescriptionCatalogVersionToRuleEngineContextMappingDao.findByContext(Collection<AbstractRuleEngineContextModel> contexts) find catalog versions mapped by rule engine contextsCatalogVersionToRuleEngineContextMappingDao.findMappingsByCatalogVersion(Collection<CatalogVersionModel> catalogVersions, RuleType ruleType) returns all mappings for the given catalog versions and rule type. -
Uses of CatalogVersionToRuleEngineContextMappingModel in de.hybris.platform.ruleengine.dao.impl
Methods in de.hybris.platform.ruleengine.dao.impl that return types with arguments of type CatalogVersionToRuleEngineContextMappingModelModifier and TypeMethodDescriptionDefaultCatalogVersionToRuleEngineContextMappingDao.findByContext(Collection<AbstractRuleEngineContextModel> contexts) DefaultCatalogVersionToRuleEngineContextMappingDao.findMappingsByCatalogVersion(Collection<CatalogVersionModel> catalogVersions, RuleType ruleType)