Uses of Class
com.maplander.backend.model.notification.NotificationRV
Packages that use NotificationRV
Package
Description
-
Uses of NotificationRV in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type NotificationRVModifier and TypeMethodDescriptionMarketingRVEndpoint.getNotificationRV
(Long notificationId) MarketingRVEndpoint.listNotificationsRV
(Long userRVId, Integer limit, String cursor) -
Uses of NotificationRV in com.maplander.backend.dao.notification
Fields in com.maplander.backend.dao.notification with type parameters of type NotificationRVMethods in com.maplander.backend.dao.notification that return NotificationRVMethods in com.maplander.backend.dao.notification that return types with arguments of type NotificationRVModifier and TypeMethodDescriptionstatic com.google.api.server.spi.response.CollectionResponse
<NotificationRV> NotificationRVDAO.listNotificationsByUserMlId
(Long userMLId, Integer limit, String cursor) -
Uses of NotificationRV in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification that return NotificationRVModifier and TypeMethodDescriptionstatic NotificationRV
SendNotificationRV.fillMarketingNotification
(Marketing marketing) static NotificationRV
SendNotificationRV.fillSearchRV
(SearchesRV searchesRV, PropertyLite property) Methods in com.maplander.backend.utils.notification with parameters of type NotificationRVModifier and TypeMethodDescriptionstatic void
SendNotificationRV.createNotifications
(NotificationRV notification, boolean android, boolean web, boolean ios)