Package org.exoplatform.push.service
Interface DeviceService
-
- All Known Implementing Classes:
DeviceServiceImpl
public interface DeviceService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteDevice(Device device)voiddeleteDevicesWithExpiredToken()DevicegetDeviceById(Long deviceId)DevicegetDeviceByToken(String token)List<Device>getDevicesByUser(String username)voidsaveDevice(Device device)
-