| 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 | |
| de.hybris.platform.printcockpit.model.layout | |
| de.hybris.platform.printcockpit.model.layout.impl | |
| de.hybris.platform.printcockpit.view.layouts.grid |
| Modifier and Type | Method and Description |
|---|---|
MasterPageModel |
PageModel.getMasterPage()
Generated method - Getter of the
Page.masterPage attribute defined at extension print. |
MasterPageModel |
PageModel.getMasterPageAlt()
Generated method - Getter of the
Page.masterPageAlt attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MasterPageModel> |
PageModel.getAllUsableMasterPages()
Generated method - Getter of the
Page.allUsableMasterPages attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageModel.setMasterPage(MasterPageModel value)
Generated method - Setter of
Page.masterPage attribute defined at extension print. |
void |
PageModel.setMasterPageAlt(MasterPageModel value)
Generated method - Setter of
Page.masterPageAlt attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
MasterPageModel |
MasterPageResource.getMasterPageModel()
Convenience method which just delegates to
#getResourceValue() |
protected MasterPageModel |
MasterPageResource.readResource(String resourceId)
Gets the
MasterPageModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<MasterPageModel> |
MasterPagesResource.getMasterPagesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterPageResource.setMasterPageModel(MasterPageModel value)
Convenience method which just delegates to
#setResourceValue(MasterPageModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
MasterPagesResource.setMasterPagesCollection(Collection<MasterPageModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<MasterPageModel> |
LayoutService.getAvailableMasterPages(String type)
Finds all master pages applicable to a given type.
|
| Modifier and Type | Method and Description |
|---|---|
List<MasterPageModel> |
LayoutServiceImpl.getAvailableMasterPages(String type) |
| Modifier and Type | Method and Description |
|---|---|
MasterPageModel |
GridPreviewPage.getMasterPage() |
Copyright © 2017 SAP SE. All Rights Reserved.