| Package | Description |
|---|---|
| de.hybris.platform.validation.resource.constraints |
| Modifier and Type | Method and Description |
|---|---|
NotBlankConstraintModel |
NotBlankConstraintResource.getNotBlankConstraintModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected NotBlankConstraintModel |
NotBlankConstraintResource.readResource(java.lang.String resourceId)
Gets the
NotBlankConstraintModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NotBlankConstraintModel> |
NotBlankConstraintsResource.getNotBlankConstraintsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotBlankConstraintResource.setNotBlankConstraintModel(NotBlankConstraintModel value)
Convenience method which just delegates to
#setResourceValue(NotBlankConstraintModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotBlankConstraintsResource.setNotBlankConstraintsCollection(java.util.Collection<NotBlankConstraintModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.