| Package | Description |
|---|---|
| com.hybris.backoffice.daos | |
| com.hybris.backoffice.daos.impl | |
| de.hybris.platform.cockpit.model |
Contains generated models for each type of de.hybris.platform.cockpit.jalo package.
|
| de.hybris.platform.configurablebundleservices.constraints | |
| de.hybris.platform.validation.daos | |
| de.hybris.platform.validation.daos.impl | |
| de.hybris.platform.validation.extractor.impl | |
| de.hybris.platform.validation.model.constraints |
Contains generated models for each type of de.hybris.platform.validation.jalo.constraints package.
|
| de.hybris.platform.validation.resource.constraints | |
| de.hybris.platform.validation.services | |
| de.hybris.platform.validation.services.impl |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintGroupModel> |
BackofficeValidationDao.getConstraintGroups(Collection<String> groupsIds)
Queries for constraint groups with specified ids
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintGroupModel> |
DefaultBackofficeValidationDao.getConstraintGroups(Collection<String> groupsIds) |
| Modifier and Type | Class and Description |
|---|---|
class |
CoverageConstraintGroupModel
Generated model class for type CoverageConstraintGroup first defined at extension validation.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintGroupModel |
AbstractBundleValidationTest.getGroup(String id) |
| Modifier and Type | Method and Description |
|---|---|
Class |
ConstraintDao.getTargetClass(ConstraintGroupModel group)
Internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Class |
DefaultConstraintDao.getTargetClass(ConstraintGroupModel group) |
| Modifier and Type | Method and Description |
|---|---|
GroupsType |
ConstraintGroupsToGroupsTypeConverter.convert(Set<ConstraintGroupModel> source) |
void |
AbstractConstraintToBeanTypeConverter.setGroupsConverter(ConstraintConverter<Set<ConstraintGroupModel>,GroupsType> groupsConverter) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintGroupModel> |
AbstractConstraintModel.getConstraintGroups()
Generated method - Getter of the
AbstractConstraint.constraintGroups attribute defined at extension validation. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractConstraintModel.setConstraintGroups(Set<ConstraintGroupModel> value)
Generated method - Setter of
AbstractConstraint.constraintGroups attribute defined at extension validation. |
| Modifier and Type | Method and Description |
|---|---|
ConstraintGroupModel |
ConstraintGroupResource.getConstraintGroupModel()
Convenience method which just delegates to
#getResourceValue() |
protected ConstraintGroupModel |
ConstraintGroupResource.readResource(String resourceId)
Gets the
ConstraintGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintGroupModel> |
ConstraintGroupsResource.getConstraintGroupsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintGroupResource.setConstraintGroupModel(ConstraintGroupModel value)
Convenience method which just delegates to
#setResourceValue(ConstraintGroupModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintGroupsResource.setConstraintGroupsCollection(Collection<ConstraintGroupModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintGroupModel |
ValidationService.getDefaultConstraintGroup()
Returns the default constraint group (which is created during creation of eccencial data).
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintGroupModel> |
ValidationService.getActiveConstraintGroups()
Returns all active
constraint groups which are bound to the current session. |
| Modifier and Type | Method and Description |
|---|---|
Class |
ValidationService.getTargetClass(ConstraintGroupModel group)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationService.setActiveConstraintGroups(Collection<ConstraintGroupModel> groups)
Sets the given collection with the
ConstraintGroupModels to the current session context. |
<T> Set<HybrisConstraintViolation> |
ValidationService.validate(T object,
Collection<ConstraintGroupModel> groups)
Validates the given
model or Pojo. |
<T> Set<HybrisConstraintViolation> |
ValidationService.validateProperty(T object,
String propertyName,
Collection<ConstraintGroupModel> groups)
Validates all constraints placed on the property of
object named propertyName. |
<T> Set<HybrisConstraintViolation> |
ValidationService.validateValue(Class<T> beanType,
String propertyName,
Object value,
Collection<ConstraintGroupModel> groups)
Validates all constraints placed on the property named
propertyName of the class
beanType would the property value be value
ConstraintViolation objects return null for ConstraintViolation#getRootBean() and
ConstraintViolation#getLeafBean() |
| Modifier and Type | Method and Description |
|---|---|
ConstraintGroupModel |
DefaultValidationService.getDefaultConstraintGroup() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ConstraintGroupModel> |
DefaultValidationService.getActiveConstraintGroups() |
| Modifier and Type | Method and Description |
|---|---|
Class |
DefaultValidationService.getTargetClass(ConstraintGroupModel group)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValidationService.setActiveConstraintGroups(Collection<ConstraintGroupModel> groups) |
<T> Set<HybrisConstraintViolation> |
DefaultValidationService.validate(T object,
Collection<ConstraintGroupModel> groups) |
<T> Set<HybrisConstraintViolation> |
DefaultValidationService.validateProperty(T object,
String propertyName,
Collection<ConstraintGroupModel> groups) |
<T> Set<HybrisConstraintViolation> |
DefaultValidationService.validateValue(Class<T> beanType,
String propertyName,
Object value,
Collection<ConstraintGroupModel> groups) |
Copyright © 2017 SAP SE. All Rights Reserved.