| Package | Description |
|---|---|
| de.hybris.platform.validation.resource.constraints |
| Modifier and Type | Method and Description |
|---|---|
DynamicConstraintModel |
DynamicConstraintResource.getDynamicConstraintModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DynamicConstraintModel |
DynamicConstraintResource.readResource(java.lang.String resourceId)
Gets the
DynamicConstraintModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DynamicConstraintModel> |
DynamicConstraintsResource.getDynamicConstraintsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConstraintResource.setDynamicConstraintModel(DynamicConstraintModel value)
Convenience method which just delegates to
#setResourceValue(DynamicConstraintModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicConstraintsResource.setDynamicConstraintsCollection(java.util.Collection<DynamicConstraintModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.