| Package | Description |
|---|---|
| de.hybris.platform.cockpit.resource | |
| de.hybris.platform.validation.coverage.daos | |
| de.hybris.platform.validation.coverage.daos.impl |
| Modifier and Type | Method and Description |
|---|---|
CoverageConstraintGroupModel |
CoverageConstraintGroupResource.getCoverageConstraintGroupModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CoverageConstraintGroupModel |
CoverageConstraintGroupResource.readResource(java.lang.String resourceId)
Gets the
CoverageConstraintGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CoverageConstraintGroupModel> |
CoverageConstraintGroupsResource.getCoverageConstraintGroupsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageConstraintGroupResource.setCoverageConstraintGroupModel(CoverageConstraintGroupModel value)
Convenience method which just delegates to
#setResourceValue(CoverageConstraintGroupModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CoverageConstraintGroupsResource.setCoverageConstraintGroupsCollection(java.util.Collection<CoverageConstraintGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CoverageConstraintGroupModel> |
CoverageConstraintGroupDao.findGroupsForDefaultDomain()
Get all
CoverageConstraintGroupModels assigned to the default domain. |
java.util.Collection<CoverageConstraintGroupModel> |
CoverageConstraintGroupDao.findGroupsForDomain(java.lang.String domainId)
Get all
CoverageConstraintGroupModels assigned to specified domain id. |
java.util.Collection<CoverageConstraintGroupModel> |
CoverageConstraintGroupDao.findGroupsForDomainAndType(java.lang.String domainId,
ComposedTypeModel type)
Get all
CoverageConstraintGroupModels assigned to specified domain id and ComposedTypeModel. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CoverageConstraintGroupModel> |
DefaultCoverageConstraintGroupDao.findGroupsForDefaultDomain() |
java.util.Collection<CoverageConstraintGroupModel> |
DefaultCoverageConstraintGroupDao.findGroupsForDomain(java.lang.String domainId) |
java.util.Collection<CoverageConstraintGroupModel> |
DefaultCoverageConstraintGroupDao.findGroupsForDomainAndType(java.lang.String domainId,
ComposedTypeModel type) |
Copyright © 2018 SAP SE. All Rights Reserved.