| 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 | |
| de.hybris.platform.cmsfacades.cmsitems.validator | |
| de.hybris.platform.marketplaceaddon.controllers.cms |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.List<BannerComponentModel> value)
Generated method - Setter of
ContentPage.bannerComponets attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
java.util.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(java.util.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
AbstractResource.getResourceValue() |
protected BannerComponentModel |
BannerComponentResource.readResource(java.lang.String resourceId)
Gets the
BannerComponentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<BannerComponentModel> |
BannerComponentsResource.getBannerComponentsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<BannerComponentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultBannerComponentValidator.validate(BannerComponentModel validatee) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BannerComponentController.fillModel(HttpServletRequest request,
Model model,
BannerComponentModel component) |
Copyright © 2018 SAP SE. All Rights Reserved.