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