| 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 | Class and Description |
|---|---|
class |
LayoutTemplateModel
Generated model class for type LayoutTemplate first defined at extension print.
|
class |
MasterPageModel
Generated model class for type MasterPage first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractLayoutTemplateModel> |
PlaceholderTemplateModel.getLayoutTemplates()
Generated method - Getter of the
PlaceholderTemplate.layoutTemplates attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderTemplateModel.setLayoutTemplates(List<AbstractLayoutTemplateModel> value)
Generated method - Setter of
PlaceholderTemplate.layoutTemplates attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
AbstractLayoutTemplateModel |
AbstractLayoutTemplateResource.getAbstractLayoutTemplateModel()
Convenience method which just delegates to
#getResourceValue() |
protected AbstractLayoutTemplateModel |
AbstractLayoutTemplateResource.readResource(String resourceId)
Gets the
AbstractLayoutTemplateModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractLayoutTemplateModel> |
AbstractLayoutTemplatesResource.getAbstractLayoutTemplatesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLayoutTemplateResource.setAbstractLayoutTemplateModel(AbstractLayoutTemplateModel value)
Convenience method which just delegates to
#setResourceValue(AbstractLayoutTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractLayoutTemplatesResource.setAbstractLayoutTemplatesCollection(Collection<AbstractLayoutTemplateModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.