| Package | Description |
|---|---|
| de.hybris.platform.commons.resource |
| Modifier and Type | Method and Description |
|---|---|
XMLTransformFormatterModel |
XMLTransformFormatterResource.getXMLTransformFormatterModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected XMLTransformFormatterModel |
XMLTransformFormatterResource.readResource(java.lang.String resourceId)
Gets the
XMLTransformFormatterModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<XMLTransformFormatterModel> |
XMLTransformFormattersResource.getXMLTransformFormattersCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLTransformFormatterResource.setXMLTransformFormatterModel(XMLTransformFormatterModel value)
Convenience method which just delegates to
#setResourceValue(XMLTransformFormatterModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLTransformFormattersResource.setXMLTransformFormattersCollection(java.util.Collection<XMLTransformFormatterModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.