public interface DeviceService
| Modifier and Type | Method and Description | 
|---|---|
| Device | findDeviceByDeviceId(String deviceId)Finds a  Deviceby the Object ID for theDevice | 
| List<Device> | getDevices() | 
| Device | registerDevice(Device device)Registers a device | 
| Device | saveDevice(Device device)Persists a device and returns the updated device | 
Device saveDevice(Device device)
device - Device registerDevice(Device device)
device - List<Device> getDevices()
Device findDeviceByDeviceId(String deviceId)
Device by the Object ID for the DevicedeviceId - If of the Device to find.Copyright © 2011–2015 The Kuali Foundation. All rights reserved.