| Package | Description |
|---|---|
| de.hybris.platform.cms2.model.pages |
Contains generated models for each type of de.hybris.platform.cms2.jalo.pages package.
|
| de.hybris.platform.cms2lib.model.components |
Contains generated models for each type of de.hybris.platform.cms2lib.components package.
|
| de.hybris.platform.cms2lib.resource.components |
| Modifier and Type | Method and Description |
|---|---|
List<BannerComponentModel> |
ContentPageModel.getBannerComponets()
Generated method - Getter of the
ContentPage.bannerComponets attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentPageModel.setBannerComponets(List<BannerComponentModel> value)
Generated method - Setter of
ContentPage.bannerComponets attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
List<BannerComponentModel> |
RotatingImagesComponentModel.getBanners()
Generated method - Getter of the
RotatingImagesComponent.banners attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
void |
RotatingImagesComponentModel.setBanners(List<BannerComponentModel> value)
Generated method - Setter of
RotatingImagesComponent.banners attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
BannerComponentModel |
BannerComponentResource.getBannerComponentModel()
Convenience method which just delegates to
#getResourceValue() |
protected BannerComponentModel |
BannerComponentResource.readResource(String resourceId)
Gets the
BannerComponentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<BannerComponentModel> |
BannerComponentsResource.getBannerComponentsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BannerComponentResource.setBannerComponentModel(BannerComponentModel value)
Convenience method which just delegates to
#setResourceValue(BannerComponentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
BannerComponentsResource.setBannerComponentsCollection(Collection<BannerComponentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.