public interface DeviceService
Modifier and Type | Method and Description |
---|---|
int |
countAndroidDevices() |
Long |
countDevices() |
int |
countDevicesWithoutNetworkID() |
int |
countIOSDevices() |
boolean |
doesDeviceHaveUsername(String deviceid) |
List<Device> |
findAllAndroidDevices() |
List<Device> |
findAllDevices() |
List<Device> |
findAlliOSDevices() |
Device |
findDeviceByDeviceId(String deviceid) |
Device |
findDeviceById(Long id) |
List<Device> |
findDevicesByDeviceId(String deviceid) |
List<Device> |
findDevicesById(String id) |
List<Device> |
findDevicesByRegId(String regid) |
List<Device> |
findDevicesByUsername(String username) |
List<Device> |
findDevicesWithoutUsername() |
void |
registerDevice(Device device) |
boolean |
removeDevice(Device device) |
void registerDevice(Device device)
boolean removeDevice(Device device)
Long countDevices()
int countIOSDevices()
int countAndroidDevices()
int countDevicesWithoutNetworkID()
List<Device> findAllDevices()
List<Device> findAlliOSDevices()
List<Device> findAllAndroidDevices()
boolean doesDeviceHaveUsername(String deviceid)
List<Device> findDevicesByUsername(String username)
List<Device> findDevicesWithoutUsername()
List<Device> findDevicesById(String id)
List<Device> findDevicesByRegId(String regid)
List<Device> findDevicesByDeviceId(String deviceid)
Device findDeviceByDeviceId(String deviceid)
Device findDeviceById(Long id)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.