Uses of Class
com.maplander.backend.model.notification.NotificationRVToken
Packages that use NotificationRVToken
Package
Description
-
Uses of NotificationRVToken in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv that return types with arguments of type NotificationRVTokenModifier and TypeMethodDescriptionMarketingRVEndpoint.getNotificationRVToken
(Long id) MarketingRVEndpoint.listNotificationsTokenRVByToken
(Integer limit, String cursor, String token) -
Uses of NotificationRVToken in com.maplander.backend.dao.notification
Fields in com.maplander.backend.dao.notification with type parameters of type NotificationRVTokenModifier and TypeFieldDescriptionstatic final Class
<NotificationRVToken> NotificationRVTokenDAO.clazz
Methods in com.maplander.backend.dao.notification that return NotificationRVTokenMethods in com.maplander.backend.dao.notification that return types with arguments of type NotificationRVTokenModifier and TypeMethodDescriptionstatic List
<NotificationRVToken> NotificationRVTokenDAO.listByToken
(String token) static com.google.api.server.spi.response.CollectionResponse
<NotificationRVToken> NotificationRVTokenDAO.listByToken
(String token, Integer limit, String cursor) -
Uses of NotificationRVToken in com.maplander.backend.utils.notification
Methods in com.maplander.backend.utils.notification that return NotificationRVTokenModifier and TypeMethodDescriptionstatic NotificationRVToken
SendNotificationRV.fillMarketingNotification
(MarketingToken marketing) Methods in com.maplander.backend.utils.notification with parameters of type NotificationRVTokenModifier and TypeMethodDescriptionstatic void
SendNotificationRV.createNotifications
(NotificationRVToken notification, DeviceTypeEnum deviceTypeEnum)