| Package | Description |
|---|---|
| de.hybris.platform.commons.model.translator |
Contains generated models for each type of de.hybris.platform.commons.jalo.translator package.
|
| de.hybris.platform.commons.resource.translator |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParserPropertyModel> |
JaloTranslatorConfigurationModel.getParserProperties()
Generated method - Getter of the
JaloTranslatorConfiguration.parserProperties attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
void |
JaloTranslatorConfigurationModel.setParserProperties(java.util.List<ParserPropertyModel> value)
Generated method - Setter of
JaloTranslatorConfiguration.parserProperties attribute defined at extension commons. |
| Modifier and Type | Method and Description |
|---|---|
ParserPropertyModel |
ParserPropertyResource.getParserPropertyModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected ParserPropertyModel |
ParserPropertyResource.readResource(java.lang.String resourceId)
Gets the
ParserPropertyModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ParserPropertyModel> |
ParserPropertiesResource.getParserPropertiesCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserPropertyResource.setParserPropertyModel(ParserPropertyModel value)
Convenience method which just delegates to
#setResourceValue(ParserPropertyModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParserPropertiesResource.setParserPropertiesCollection(java.util.Collection<ParserPropertyModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.