| 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 |
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
GridElementModel.getDefaultLayoutTemplate()
Generated method - Getter of the
GridElement.defaultLayoutTemplate attribute defined at extension print. |
LayoutTemplateModel |
GridModel.getDefaultLayoutTemplate()
Generated method - Getter of the
Grid.defaultLayoutTemplate attribute defined at extension print. |
LayoutTemplateModel |
PlacementModel.getLayoutTemplate()
Generated method - Getter of the
Placement.layoutTemplate attribute defined at extension print. |
LayoutTemplateModel |
LayoutTemplateModel.getLeftTemplate()
Generated method - Getter of the
LayoutTemplate.leftTemplate attribute defined at extension print. |
LayoutTemplateModel |
LayoutTemplateModel.getMiddleTemplate()
Generated method - Getter of the
LayoutTemplate.middleTemplate attribute defined at extension print. |
LayoutTemplateModel |
LayoutTemplateModel.getRightTemplate()
Generated method - Getter of the
LayoutTemplate.rightTemplate attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LayoutTemplateModel> |
PlacementModel.getAllUsableLayoutTemplates()
Generated method - Getter of the
Placement.allUsableLayoutTemplates attribute defined at extension print. |
List<LayoutTemplateModel> |
CometConfigurationModel.getLayoutTemplates()
Generated method - Getter of the
CometConfiguration.layoutTemplates attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
GridElementModel.setDefaultLayoutTemplate(LayoutTemplateModel value)
Generated method - Setter of
GridElement.defaultLayoutTemplate attribute defined at extension print. |
void |
GridModel.setDefaultLayoutTemplate(LayoutTemplateModel value)
Generated method - Setter of
Grid.defaultLayoutTemplate attribute defined at extension print. |
void |
PlacementModel.setLayoutTemplate(LayoutTemplateModel value)
Generated method - Setter of
Placement.layoutTemplate attribute defined at extension print. |
void |
LayoutTemplateModel.setLeftTemplate(LayoutTemplateModel value)
Generated method - Setter of
LayoutTemplate.leftTemplate attribute defined at extension print. |
void |
LayoutTemplateModel.setMiddleTemplate(LayoutTemplateModel value)
Generated method - Setter of
LayoutTemplate.middleTemplate attribute defined at extension print. |
void |
LayoutTemplateModel.setRightTemplate(LayoutTemplateModel value)
Generated method - Setter of
LayoutTemplate.rightTemplate attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
CometConfigurationModel.setLayoutTemplates(List<LayoutTemplateModel> value)
Generated method - Setter of
CometConfiguration.layoutTemplates attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutTemplateResource.getLayoutTemplateModel()
Convenience method which just delegates to
#getResourceValue() |
protected LayoutTemplateModel |
LayoutTemplateResource.readResource(String resourceId)
Gets the
LayoutTemplateModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<LayoutTemplateModel> |
LayoutTemplatesResource.getLayoutTemplatesCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutTemplateResource.setLayoutTemplateModel(LayoutTemplateModel value)
Convenience method which just delegates to
#setResourceValue(LayoutTemplateModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutTemplatesResource.setLayoutTemplatesCollection(Collection<LayoutTemplateModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutService.getDefaultLayoutTemplate(PageModel pageModel,
PlaceholderTemplateModel placeholderTemplate,
PlacementModel placement,
ItemModel placedItem,
SpreadPosition gridType)
Determines the default layout template for a given placeholder template, placement and/or placed item.
|
| Modifier and Type | Method and Description |
|---|---|
List<LayoutTemplateModel> |
LayoutService.getAvailableLayoutTemplates(CometConfigurationModel cfg,
String type)
Finds all layout templates applicable to a given type within a specified comet configuration.
|
List<LayoutTemplateModel> |
LayoutService.getAvailableLayoutTemplates(PlaceholderTemplateModel placeholderTemplate)
Finds all layout templates applicable to a given PlaceholderTemplate.
|
List<LayoutTemplateModel> |
LayoutService.getUnassignedLayoutTemplates(CometConfigurationModel cfg)
Finds all layout templates which haven't been assigned to any placeholder template yet.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutTemplateModel |
LayoutServiceImpl.getDefaultLayoutTemplate(PageModel page,
PlaceholderTemplateModel placeholderTemplate,
PlacementModel uiPlacement,
ItemModel placementItem,
SpreadPosition gridType)
Returns default layout template for this placement but.
|
LayoutTemplateModel |
LayoutServiceImpl.loadLayoutTemplate(PlaceholderTemplateModel placeholderTemplate,
LayoutTemplate templ) |
| Modifier and Type | Method and Description |
|---|---|
List<LayoutTemplateModel> |
LayoutServiceImpl.getAvailableLayoutTemplates(CometConfigurationModel cfg,
String type) |
List<LayoutTemplateModel> |
LayoutServiceImpl.getAvailableLayoutTemplates(PlaceholderTemplateModel placeholderTemplate) |
List<LayoutTemplateModel> |
LayoutServiceImpl.getUnassignedLayoutTemplates(CometConfigurationModel cfg) |
| Modifier and Type | Field and Description |
|---|---|
protected LayoutTemplateModel |
AbstractPagePlannerIntegrationTest.defaultTemplate |
Copyright © 2017 SAP SE. All Rights Reserved.