Interface and Description |
---|
org.kuali.mobility.xsl.dao.XslDao |
Class and Description |
---|
org.kuali.mobility.shared.userdetails.MobileUserDetailsService |
org.kuali.mobility.xsl.entity.Xsl |
org.kuali.mobility.xsl.dao.XslDaoImpl |
Method and Description |
---|
org.kuali.mobility.shared.controllers.HomeController.exportDatabaseSchema(HttpServletRequest, HttpServletResponse, Model) |
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) |
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.