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 |
Field and Description |
---|
org.kuali.mobility.shared.Constants.CAMPUS_NAMES
THIS IS VERY BAD! DO NOT USE THIS LIST OF HARD CODED CAMPUS NAMES!
|
Method and Description |
---|
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.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) |
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.