Method and Description |
---|
org.kuali.mobility.push.dao.DeviceDao.registerDevice(Device)
This method is misleading as it does not register a device
but persists the state of a device. Rather use
DeviceDao.saveDevice(Device) .
This method will be removed in version 3.0 |
org.kuali.mobility.push.service.DeviceServiceImpl.registerDevice(Device) |
org.kuali.mobility.push.service.DeviceService.registerDevice(Device)
This method is misleading as it does not register a device
but persists the state of a device. Rather use
DeviceService.saveDevice(Device) .
This method will be removed in version 3.0 |
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.