public interface CatalogVersionToRuleEngineContextMappingDao
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> |
findByContext(java.util.Collection<AbstractRuleEngineContextModel> contexts)
find catalog versions mapped by rule engine contexts
|
java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> |
findMappingsByCatalogVersion(java.util.Collection<CatalogVersionModel> catalogVersions,
RuleType ruleType)
returns all mappings for the given catalog versions and rule type.
|
java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> findMappingsByCatalogVersion(java.util.Collection<CatalogVersionModel> catalogVersions, RuleType ruleType)
catalogVersions - the versions to lookup mappings for (can be empty/null)ruleType - the ruleType: filters to return only mappings which rules module is of the given rule type (can be null)java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> findByContext(java.util.Collection<AbstractRuleEngineContextModel> contexts)
contexts - the collection of AbstractRuleEngineContextModelCatalogVersionToRuleEngineContextMappingModelCopyright © 2018 SAP SE. All Rights Reserved.