Uses of Class
com.maplander.backend.model.notification.Notification
Packages that use Notification
Package
Description
-
Uses of Notification in com.maplander.backend.controller.businessrule.opi
Methods in com.maplander.backend.controller.businessrule.opi that return NotificationModifier and TypeMethodDescriptionstatic Notification
BRNotification.buildAnnounceRequestNotification
(User user, User userToSend, Property property) Methods in com.maplander.backend.controller.businessrule.opi with parameters of type NotificationModifier and TypeMethodDescriptionstatic void
BRNotification.sendNotification
(Notification notification, long startTimeMillis) -
Uses of Notification in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationEndpoint.listNotifications
(Long userId, Integer limit, String cursor) Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type NotificationModifier and TypeMethodDescriptionNotificationEndpoint.saveNotificationData
(Notification notification) Save notification -
Uses of Notification in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi that return types with arguments of type NotificationModifier and TypeMethodDescriptionNotificationEndpoint.listNotifications
(Long userId, Integer limit, String cursor) Methods in com.maplander.backend.controller.endpoint.opi with parameters of type NotificationModifier and TypeMethodDescriptionNotificationEndpoint.saveNotificationData
(Notification notification) Save notification -
Uses of Notification in com.maplander.backend.controller.endpoint.test
Methods in com.maplander.backend.controller.endpoint.test with parameters of type NotificationModifier and TypeMethodDescriptionTestEndpoint.sendAndTestNotifications
(Notification notification, DeviceTypeEnum deviceTypeEnum) -
Uses of Notification in com.maplander.backend.dao.notification
Fields in com.maplander.backend.dao.notification with type parameters of type NotificationMethods in com.maplander.backend.dao.notification that return NotificationMethods in com.maplander.backend.dao.notification that return types with arguments of type NotificationModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<Notification> NotificationDAO.listNotificationsByUserId
(Long userId, String cursor, Integer limit, Long time) static com.google.api.server.spi.response.CollectionResponse
<Notification> NotificationDAO.listNotificationsByUserId2
(Long userId, String cursor, Integer limit, Long time) Deprecated.static List
<Notification> NotificationDAO.listToSend()
-
Uses of Notification in com.maplander.backend.model.notification
Constructors in com.maplander.backend.model.notification with parameters of type NotificationModifierConstructorDescriptionNotificationBot
(Notification notification, String url, String botNumber, String title) -
Uses of Notification in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification that return NotificationModifier and TypeMethodDescriptionstatic Notification
SendNotification.fillAddAssessorInTask
(Task task) static Notification
SendNotification.fillMarketingNotification
(Marketing marketing) static Notification
SendNotification.fillRequestNotification
(Property property, Lead lead) static Notification
SendNotification.fillTaskNotification
(TaskNotification taskNotification, String description) Methods in com.maplander.backend.utils.notification with parameters of type NotificationModifier and TypeMethodDescriptionstatic void
SendNotification.createNotifications
(Notification notification, boolean android, boolean web, boolean ios) static boolean
SendNotification.sendRequest
(Notification notification)