public class DefaultDeviceSupportService extends java.lang.Object implements DeviceSupportService
DeviceSupportService interface.| Constructor and Description |
|---|
DefaultDeviceSupportService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeviceSupportModel> |
getAll()
Find all supported devices
|
java.util.List<DeviceSupportModel> |
getAllByUiExperience(UiExperienceLevel uiExperienceLevel)
Find all supported devices for a given UI experience level
|
DeviceSupportDao |
getDeviceSupportDao() |
void |
setDeviceSupportDao(DeviceSupportDao deviceSupportDao) |
public java.util.List<DeviceSupportModel> getAll()
DeviceSupportServicegetAll in interface DeviceSupportServicepublic java.util.List<DeviceSupportModel> getAllByUiExperience(UiExperienceLevel uiExperienceLevel)
DeviceSupportServicegetAllByUiExperience in interface DeviceSupportServicepublic DeviceSupportDao getDeviceSupportDao()
public void setDeviceSupportDao(DeviceSupportDao deviceSupportDao)
Copyright © 2018 SAP SE. All Rights Reserved.