| Package | Description |
|---|---|
| de.hybris.platform.validation.resource.constraints |
| Modifier and Type | Method and Description |
|---|---|
NotEmptyConstraintModel |
NotEmptyConstraintResource.getNotEmptyConstraintModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected NotEmptyConstraintModel |
NotEmptyConstraintResource.readResource(java.lang.String resourceId)
Gets the
NotEmptyConstraintModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<NotEmptyConstraintModel> |
NotEmptyConstraintsResource.getNotEmptyConstraintsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotEmptyConstraintResource.setNotEmptyConstraintModel(NotEmptyConstraintModel value)
Convenience method which just delegates to
#setResourceValue(NotEmptyConstraintModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
NotEmptyConstraintsResource.setNotEmptyConstraintsCollection(java.util.Collection<NotEmptyConstraintModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.