| Package | Description |
|---|---|
| com.hybris.backoffice.cockpitng.dataaccess.facades.object.validation.impl | |
| 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.marketplacebackoffice.widgets | |
| 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 |
|---|---|
protected java.util.Set<HybrisConstraintViolation> |
DefaultBackofficeValidationService.validateSingleProperty(java.lang.Object objectToValidate,
java.lang.String propertyToValidate,
java.util.Collection<ConstraintGroupModel> platformGroups) |
protected java.util.Set<HybrisConstraintViolation> |
DefaultBackofficeValidationService.validateSingleValue(java.lang.Object objectToValidate,
java.lang.String propertyToValidate,
java.util.Collection<ConstraintGroupModel> platformGroups) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConstraintGroupModel> |
BackofficeValidationDao.getConstraintGroups(java.util.Collection<java.lang.String> groupsIds)
Queries for constraint groups with specified ids
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConstraintGroupModel> |
DefaultBackofficeValidationDao.getConstraintGroups(java.util.Collection<java.lang.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(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
protected ConstraintGroupModel |
CreateVendorWizardHandler.getBackofficeConstraintGroup() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
ConstraintDao.getTargetClass(ConstraintGroupModel group)
Internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
DefaultConstraintDao.getTargetClass(ConstraintGroupModel group) |
| Modifier and Type | Method and Description |
|---|---|
GroupsType |
ConstraintGroupsToGroupsTypeConverter.convert(java.util.Set<ConstraintGroupModel> source) |
void |
AbstractConstraintToBeanTypeConverter.setGroupsConverter(ConstraintConverter<java.util.Set<ConstraintGroupModel>,GroupsType> groupsConverter) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected ConstraintGroupModel |
ConstraintGroupResource.readResource(java.lang.String resourceId)
Gets the
ConstraintGroupModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConstraintGroupModel> |
ConstraintGroupsResource.getConstraintGroupsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.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 |
|---|---|
java.util.Collection<ConstraintGroupModel> |
ValidationService.getActiveConstraintGroups()
Returns all active
constraint groups which are bound to the current session. |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationService.setActiveConstraintGroups(java.util.Collection<ConstraintGroupModel> groups)
Sets the given collection with the
ConstraintGroupModels to the current session context. |
<T> java.util.Set<HybrisConstraintViolation> |
ValidationService.validate(T object,
java.util.Collection<ConstraintGroupModel> groups)
Validates the given
model or Pojo. |
<T> java.util.Set<HybrisConstraintViolation> |
ValidationService.validateProperty(T object,
java.lang.String propertyName,
java.util.Collection<ConstraintGroupModel> groups)
Validates all constraints placed on the property of
object named propertyName. |
<T> java.util.Set<HybrisConstraintViolation> |
ValidationService.validateValue(java.lang.Class<T> beanType,
java.lang.String propertyName,
java.lang.Object value,
java.util.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 |
|---|---|
java.util.Collection<ConstraintGroupModel> |
DefaultValidationService.getActiveConstraintGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultValidationService.setActiveConstraintGroups(java.util.Collection<ConstraintGroupModel> groups) |
<T> java.util.Set<HybrisConstraintViolation> |
DefaultValidationService.validate(T object,
java.util.Collection<ConstraintGroupModel> groups) |
<T> java.util.Set<HybrisConstraintViolation> |
DefaultValidationService.validateProperty(T object,
java.lang.String propertyName,
java.util.Collection<ConstraintGroupModel> groups) |
<T> java.util.Set<HybrisConstraintViolation> |
DefaultValidationService.validateValue(java.lang.Class<T> beanType,
java.lang.String propertyName,
java.lang.Object value,
java.util.Collection<ConstraintGroupModel> groups) |
Copyright © 2018 SAP SE. All Rights Reserved.