| Package | Description |
|---|---|
| de.hybris.platform.ruleengine.dao | |
| de.hybris.platform.ruleengine.dao.impl | |
| de.hybris.platform.ruleengine.resource |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> |
CatalogVersionToRuleEngineContextMappingDao.findByContext(java.util.Collection<AbstractRuleEngineContextModel> contexts)
find catalog versions mapped by rule engine contexts
|
java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> |
CatalogVersionToRuleEngineContextMappingDao.findMappingsByCatalogVersion(java.util.Collection<CatalogVersionModel> catalogVersions,
RuleType ruleType)
returns all mappings for the given catalog versions and rule type.
|
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionToRuleEngineContextMappingModel |
CatalogVersionToRuleEngineContextMappingResource.getCatalogVersionToRuleEngineContextMappingModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CatalogVersionToRuleEngineContextMappingModel |
CatalogVersionToRuleEngineContextMappingResource.readResource(java.lang.String resourceId)
Gets the
CatalogVersionToRuleEngineContextMappingModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> |
CatalogVersionToRuleEngineContextMappingsResource.getCatalogVersionToRuleEngineContextMappingsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogVersionToRuleEngineContextMappingResource.setCatalogVersionToRuleEngineContextMappingModel(CatalogVersionToRuleEngineContextMappingModel value)
Convenience method which just delegates to
#setResourceValue(CatalogVersionToRuleEngineContextMappingModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogVersionToRuleEngineContextMappingsResource.setCatalogVersionToRuleEngineContextMappingsCollection(java.util.Collection<CatalogVersionToRuleEngineContextMappingModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.