Uses of Class
com.maplander.backend.model.manage.Device
Packages that use Device
Package
Description
-
Uses of Device in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi with parameters of type DeviceModifier and TypeMethodDescriptionstatic String
BRDevice.saveToPerson
(Device device) static String
BRDevice.validateBasicInfo
(Device device) -
Uses of Device in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test that return types with arguments of type Device -
Uses of Device in com.maplander.backend.dao.manage
Fields in com.maplander.backend.dao.manage with type parameters of type DeviceMethods in com.maplander.backend.dao.manage that return DeviceModifier and TypeMethodDescriptionstatic Device
static Device
DeviceDAO.loadByToken
(String token) Methods in com.maplander.backend.dao.manage that return types with arguments of type DeviceModifier and TypeMethodDescriptionDeviceDAO.loadByUser
(Long userId) DeviceDAO.loadByUserAndType
(Long userId, DeviceTypeEnum type) -
Uses of Device in com.maplander.backend.utils.notification
Method parameters in com.maplander.backend.utils.notification with type arguments of type DeviceModifier and TypeMethodDescriptionstatic String
SendNotification.sendNotificationsAndroidWeb
(Message message, List<Device> devices)