Uses of Class
de.hybris.platform.ruleengine.model.CatalogVersionToRuleEngineContextMappingModel
-
Packages that use CatalogVersionToRuleEngineContextMappingModel Package Description de.hybris.platform.ruleengine.dao de.hybris.platform.ruleengine.dao.impl -
-
Uses of CatalogVersionToRuleEngineContextMappingModel in de.hybris.platform.ruleengine.dao
Methods in de.hybris.platform.ruleengine.dao that return types with arguments of type CatalogVersionToRuleEngineContextMappingModel Modifier and Type Method Description java.util.Collection<CatalogVersionToRuleEngineContextMappingModel>CatalogVersionToRuleEngineContextMappingDao. findByContext(java.util.Collection<AbstractRuleEngineContextModel> contexts)find catalog versions mapped by rule engine contextsjava.util.Collection<CatalogVersionToRuleEngineContextMappingModel>CatalogVersionToRuleEngineContextMappingDao. findMappingsByCatalogVersion(java.util.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 CatalogVersionToRuleEngineContextMappingModel Modifier and Type Method Description java.util.Collection<CatalogVersionToRuleEngineContextMappingModel>DefaultCatalogVersionToRuleEngineContextMappingDao. findByContext(java.util.Collection<AbstractRuleEngineContextModel> contexts)java.util.Collection<CatalogVersionToRuleEngineContextMappingModel>DefaultCatalogVersionToRuleEngineContextMappingDao. findMappingsByCatalogVersion(java.util.Collection<CatalogVersionModel> catalogVersions, RuleType ruleType)
-