| Package | Description |
|---|---|
| de.hybris.platform.validation.resource.constraints |
| Modifier and Type | Method and Description |
|---|---|
RegExpConstraintModel |
RegExpConstraintResource.getRegExpConstraintModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected RegExpConstraintModel |
RegExpConstraintResource.readResource(java.lang.String resourceId)
Gets the
RegExpConstraintModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<RegExpConstraintModel> |
RegExpConstraintsResource.getRegExpConstraintsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegExpConstraintResource.setRegExpConstraintModel(RegExpConstraintModel value)
Convenience method which just delegates to
#setResourceValue(RegExpConstraintModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
RegExpConstraintsResource.setRegExpConstraintsCollection(java.util.Collection<RegExpConstraintModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.