| Package | Description |
|---|---|
| de.hybris.liveeditaddon.cockpit.strategies | |
| de.hybris.liveeditaddon.cockpit.strategies.impl | |
| de.hybris.liveeditaddon.resource | |
| de.hybris.liveeditaddon.service | |
| de.hybris.liveeditaddon.service.dao | |
| de.hybris.liveeditaddon.service.dao.impl | |
| de.hybris.liveeditaddon.service.impl | |
| de.hybris.platform.cms2.model.preview |
Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
VariableViewportStrategy.getDevices() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
DefaultVariableViewportStrategy.getDevices() |
| Modifier and Type | Method and Description |
|---|---|
DeviceSupportModel |
DeviceSupportResource.getDeviceSupportModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected DeviceSupportModel |
DeviceSupportResource.readResource(java.lang.String resourceId)
Gets the
DeviceSupportModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeviceSupportModel> |
DeviceSupportsResource.getDeviceSupportsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceSupportResource.setDeviceSupportModel(DeviceSupportModel value)
Convenience method which just delegates to
#setResourceValue(DeviceSupportModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceSupportsResource.setDeviceSupportsCollection(java.util.Collection<DeviceSupportModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
DeviceSupportService.getAll()
Find all supported devices
|
java.util.List<DeviceSupportModel> |
DeviceSupportService.getAllByUiExperience(UiExperienceLevel uiExperienceLevel)
Find all supported devices for a given UI experience level
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
DeviceSupportDao.findByUiExperience(UiExperienceLevel uiExperienceLevel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
DefaultDeviceSupportDao.findByUiExperience(UiExperienceLevel uiExperienceLevel) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
DefaultDeviceSupportService.getAll() |
java.util.List<DeviceSupportModel> |
DefaultDeviceSupportService.getAllByUiExperience(UiExperienceLevel uiExperienceLevel) |
| Modifier and Type | Method and Description |
|---|---|
DeviceSupportModel |
PreviewDataModel.getDeviceSupport()
Generated method - Getter of the
PreviewData.deviceSupport attribute defined at extension liveeditaddon. |
| Modifier and Type | Method and Description |
|---|---|
void |
PreviewDataModel.setDeviceSupport(DeviceSupportModel value)
Generated method - Setter of
PreviewData.deviceSupport attribute defined at extension liveeditaddon. |
Copyright © 2018 SAP SE. All Rights Reserved.