| Package | Description |
|---|---|
| de.hybris.platform.print.model |
Contains generated models for each type of de.hybris.platform.print.jalo package.
|
| de.hybris.platform.print.model.link |
Contains generated models for each type of de.hybris.platform.print.jalo.link package.
|
| de.hybris.platform.print.resource | |
| de.hybris.platform.printcockpit.model.layout | |
| de.hybris.platform.printcockpit.model.layout.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributePlaceholderModel
Generated model class for type AttributePlaceholder first defined at extension print.
|
class |
ClassificationAttributePlaceholderModel
Generated model class for type ClassificationAttributePlaceholder first defined at extension print.
|
class |
CustomPlaceholderModel
Generated model class for type CustomPlaceholder first defined at extension print.
|
class |
ExpressionPlaceholderModel
Generated model class for type ExpressionPlaceholder first defined at extension print.
|
class |
TablePlaceholderModel
Generated model class for type TablePlaceholder first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PlaceholderModel> |
PlaceholderTemplateModel.getPlaceholders()
Generated method - Getter of the
PlaceholderTemplate.placeholders attribute defined at extension print. |
List<PlaceholderModel> |
CometConfigurationModel.getPlaceholders()
Generated method - Getter of the
CometConfiguration.placeholders attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderTemplateModel.setPlaceholders(Collection<PlaceholderModel> value)
Generated method - Setter of
PlaceholderTemplate.placeholders attribute defined at extension print. |
void |
CometConfigurationModel.setPlaceholders(List<PlaceholderModel> value)
Generated method - Setter of
CometConfiguration.placeholders attribute defined at extension print. |
| Modifier and Type | Class and Description |
|---|---|
class |
CrossreferenceTargetPlaceholderModel
Generated model class for type CrossreferenceTargetPlaceholder first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
PlaceholderModel |
PlaceholderResource.getPlaceholderModel()
Convenience method which just delegates to
#getResourceValue() |
protected PlaceholderModel |
PlaceholderResource.readResource(String resourceId)
Gets the
PlaceholderModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<PlaceholderModel> |
PlaceholdersResource.getPlaceholdersCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholderResource.setPlaceholderModel(PlaceholderModel value)
Convenience method which just delegates to
#setResourceValue(PlaceholderModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceholdersResource.setPlaceholdersCollection(Collection<PlaceholderModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
String |
LayoutService.getPlaceholderSource(PlaceholderModel placeHolder) |
Object |
LayoutService.getValue(PlaceholderModel placeholder,
PlacementModel placement)
Calculates the actual value for a given placeholder applied to a placement.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LayoutServiceImpl.getPlaceholderSource(PlaceholderModel placeholder) |
Object |
LayoutServiceImpl.getValue(PlaceholderModel placeholder,
PlacementModel placement) |
protected Object |
LayoutServiceImpl.getValue(PlaceholderModel placeholder,
PlacementModel placementModel,
Item item) |
Copyright © 2017 SAP SE. All Rights Reserved.