| Package | Description |
|---|---|
| de.hybris.platform.print.model |
Contains generated models for each type of de.hybris.platform.print.jalo package.
|
| de.hybris.platform.print.resource |
| Modifier and Type | Method and Description |
|---|---|
List<CharacterStyleModel> |
StyleContainerModel.getCharacterStyles()
Generated method - Getter of the
StyleContainer.characterStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
StyleContainerModel.setCharacterStyles(List<CharacterStyleModel> value)
Generated method - Setter of
StyleContainer.characterStyles attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
CharacterStyleModel |
CharacterStyleResource.getCharacterStyleModel()
Convenience method which just delegates to
#getResourceValue() |
protected CharacterStyleModel |
CharacterStyleResource.readResource(String resourceId)
Gets the
CharacterStyleModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CharacterStyleModel> |
CharacterStylesResource.getCharacterStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterStyleResource.setCharacterStyleModel(CharacterStyleModel value)
Convenience method which just delegates to
#setResourceValue(CharacterStyleModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CharacterStylesResource.setCharacterStylesCollection(Collection<CharacterStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.