| Package | Description |
|---|---|
| de.hybris.platform.voucher.resource |
| Modifier and Type | Method and Description |
|---|---|
UserRestrictionModel |
UserRestrictionResource.getUserRestrictionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected UserRestrictionModel |
UserRestrictionResource.readResource(java.lang.String resourceId)
Gets the
UserRestrictionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<UserRestrictionModel> |
UserRestrictionsResource.getUserRestrictionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRestrictionResource.setUserRestrictionModel(UserRestrictionModel value)
Convenience method which just delegates to
#setResourceValue(UserRestrictionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserRestrictionsResource.setUserRestrictionsCollection(java.util.Collection<UserRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.