| 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.resource.components |
| Modifier and Type | Method and Description |
|---|---|
List<FlashComponentModel> |
ContentPageModel.getFlashComponents()
Generated method - Getter of the
ContentPage.flashComponents attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
void |
ContentPageModel.setFlashComponents(List<FlashComponentModel> value)
Generated method - Setter of
ContentPage.flashComponents attribute defined at extension cms2lib. |
| Modifier and Type | Method and Description |
|---|---|
FlashComponentModel |
FlashComponentResource.getFlashComponentModel()
Convenience method which just delegates to
#getResourceValue() |
protected FlashComponentModel |
FlashComponentResource.readResource(String resourceId)
Gets the
FlashComponentModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<FlashComponentModel> |
FlashComponentsResource.getFlashComponentsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashComponentResource.setFlashComponentModel(FlashComponentModel value)
Convenience method which just delegates to
#setResourceValue(FlashComponentModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlashComponentsResource.setFlashComponentsCollection(Collection<FlashComponentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2017 SAP SE. All Rights Reserved.