Uses of Class
org.exoplatform.push.domain.Device
-
Packages that use Device Package Description org.exoplatform.push.dao org.exoplatform.push.rest org.exoplatform.push.service -
-
Uses of Device in org.exoplatform.push.dao
Methods in org.exoplatform.push.dao that return Device Modifier and Type Method Description DeviceDeviceDao. findByToken(String token)Methods in org.exoplatform.push.dao that return types with arguments of type Device Modifier and Type Method Description List<Device>DeviceDao. findByUsername(String username) -
Uses of Device in org.exoplatform.push.rest
Methods in org.exoplatform.push.rest with parameters of type Device Modifier and Type Method Description javax.ws.rs.core.ResponseDeviceRestService. saveDevice(Device device) -
Uses of Device in org.exoplatform.push.service
Methods in org.exoplatform.push.service that return Device Modifier and Type Method Description DeviceDeviceService. getDeviceById(Long deviceId)DeviceDeviceServiceImpl. getDeviceById(Long deviceId)DeviceDeviceService. getDeviceByToken(String token)DeviceDeviceServiceImpl. getDeviceByToken(String token)Methods in org.exoplatform.push.service that return types with arguments of type Device Modifier and Type Method Description List<Device>DeviceService. getDevicesByUser(String username)List<Device>DeviceServiceImpl. getDevicesByUser(String username)Methods in org.exoplatform.push.service with parameters of type Device Modifier and Type Method Description voidDeviceService. deleteDevice(Device device)voidDeviceServiceImpl. deleteDevice(Device device)voidDeviceService. saveDevice(Device device)voidDeviceServiceImpl. saveDevice(Device device)
-