| Package | Description |
|---|---|
| org.exoplatform.push.dao | |
| org.exoplatform.push.rest | |
| org.exoplatform.push.service |
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceDao.findByToken(String token) |
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
DeviceDao.findByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
DeviceRestService.saveDevice(Device device) |
| Modifier and Type | Method and Description |
|---|---|
Device |
DeviceService.getDeviceById(Long deviceId) |
Device |
DeviceServiceImpl.getDeviceById(Long deviceId) |
Device |
DeviceService.getDeviceByToken(String token) |
Device |
DeviceServiceImpl.getDeviceByToken(String token) |
| Modifier and Type | Method and Description |
|---|---|
List<Device> |
DeviceService.getDevicesByUser(String username) |
List<Device> |
DeviceServiceImpl.getDevicesByUser(String username) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeviceService.deleteDevice(Device device) |
void |
DeviceServiceImpl.deleteDevice(Device device) |
void |
DeviceService.saveDevice(Device device) |
void |
DeviceServiceImpl.saveDevice(Device device) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.