Uses of Class
org.exoplatform.push.domain.Device
Packages that use Device
-
Uses of Device in org.exoplatform.push.dao
Methods in org.exoplatform.push.dao that return DeviceMethods in org.exoplatform.push.dao that return types with arguments of type Device -
Uses of Device in org.exoplatform.push.rest
Methods in org.exoplatform.push.rest with parameters of type DeviceModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseDeviceRestService.saveDevice(Device device) -
Uses of Device in org.exoplatform.push.service
Methods in org.exoplatform.push.service that return DeviceModifier and TypeMethodDescriptionDeviceService.getDeviceById(Long deviceId) DeviceServiceImpl.getDeviceById(Long deviceId) DeviceService.getDeviceByToken(String token) DeviceServiceImpl.getDeviceByToken(String token) Methods in org.exoplatform.push.service that return types with arguments of type DeviceModifier and TypeMethodDescriptionDeviceService.getDevicesByUser(String username) DeviceServiceImpl.getDevicesByUser(String username) Methods in org.exoplatform.push.service with parameters of type DeviceModifier and TypeMethodDescriptionvoidDeviceService.deleteDevice(Device device) voidDeviceServiceImpl.deleteDevice(Device device) voidDeviceService.saveDevice(Device device) voidDeviceServiceImpl.saveDevice(Device device)