| Package | Description |
|---|---|
| de.hybris.platform.category.model |
Contains generated models for each type of de.hybris.platform.category.jalo package.
|
| de.hybris.platform.print.model |
Contains generated models for each type of de.hybris.platform.print.jalo package.
|
| de.hybris.platform.print.model.table |
Contains generated models for each type of de.hybris.platform.print.jalo.table package.
|
| de.hybris.platform.print.resource |
| Modifier and Type | Method and Description |
|---|---|
List<ContentBlockModel> |
CategoryModel.getContentBlocks()
Generated method - Getter of the
Category.contentBlocks attribute defined at extension print. |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryModel.setContentBlocks(List<ContentBlockModel> value)
Generated method - Setter of
Category.contentBlocks attribute defined at extension print. |
| Modifier and Type | Class and Description |
|---|---|
class |
ImageBlockModel
Generated model class for type ImageBlock first defined at extension print.
|
class |
TextBlockModel
Generated model class for type TextBlock first defined at extension print.
|
class |
TOCBlockModel
Generated model class for type TOCBlock first defined at extension print.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableBlockModel
Generated model class for type TableBlock first defined at extension print.
|
| Modifier and Type | Method and Description |
|---|---|
ContentBlockModel |
ContentBlockResource.getContentBlockModel()
Convenience method which just delegates to
#getResourceValue() |
protected ContentBlockModel |
ContentBlockResource.readResource(String resourceId)
Gets the
ContentBlockModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ContentBlockModel> |
ContentBlocksResource.getContentBlocksCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentBlockResource.setContentBlockModel(ContentBlockModel value)
Convenience method which just delegates to
#setResourceValue(ContentBlockModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentBlocksResource.setContentBlocksCollection(Collection<ContentBlockModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.