| 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.pagemanagment | |
| de.hybris.platform.printcockpit.view.layouts.grid |
| Modifier and Type | Method and Description |
|---|---|
PageFormatModel |
PublicationModel.getPageFormat()
Generated method - Getter of the
Publication.pageFormat attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationModel.setPageFormat(PageFormatModel value)
Generated method - Setter of
Publication.pageFormat attribute defined at extension print. |
| Constructor and Description |
|---|
PublicationModel(String _code,
CometConfigurationModel _configuration,
ItemModel _owner,
PageFormatModel _pageFormat)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PublicationModel(String _code,
CometConfigurationModel _configuration,
PageFormatModel _pageFormat)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
PageFormatModel |
PageFormatResource.getPageFormatModel()
Convenience method which just delegates to
#getResourceValue() |
protected PageFormatModel |
PageFormatResource.readResource(String resourceId)
Gets the
PageFormatModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PageFormatModel> |
PageFormatsResource.getPageFormatsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageFormatResource.setPageFormatModel(PageFormatModel value)
Convenience method which just delegates to
#setResourceValue(PageFormatModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PageFormatsResource.setPageFormatsCollection(Collection<PageFormatModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
List<PageFormatModel> |
LayoutService.getAvailablePageFormats()
Returns all page formats available within the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<PageFormatModel> |
LayoutServiceImpl.getAvailablePageFormats() |
| Modifier and Type | Field and Description |
|---|---|
protected PageFormatModel |
AbstractPagePlannerIntegrationTest.pageFormat |
| Modifier and Type | Method and Description |
|---|---|
PageFormatModel |
AbstractPreviewModel.getPageFormat()
Returns the publication page format.
|
Copyright © 2017 SAP SE. All Rights Reserved.