| org.kuali.mobility.push.controllers.DeviceController.devicesByKeyword(HttpServletRequest, HttpServletResponse, Model, String) | 
| org.kuali.mobility.shared.controllers.HomeController.exportDatabaseSchema(HttpServletRequest, HttpServletResponse, Model) | 
| org.kuali.mobility.push.dao.DeviceDao.findDevicesById(Long) | 
| org.kuali.mobility.push.service.DeviceService.findDevicesById(String) | 
| org.kuali.mobility.push.controllers.DeviceController.getDevicesFromUsername(Model, HttpServletRequest, String) | 
| org.kuali.mobility.push.controllers.PushController.getUserDetails(Model, HttpServletRequest, Long) This method will be removed in future release | 
| org.kuali.mobility.push.controllers.DeviceController.getUsernameFromDeviceID(Model, HttpServletRequest, String) | 
| 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.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 | 
| org.kuali.mobility.push.service.DeviceServiceImpl.registerDevice(Device) | 
| org.kuali.mobility.push.controllers.PushController.sendToChosenDevice(Model, HttpServletRequest, long) |