toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.notification.service
/
NotificationsListService
Notifications
List
Service
interface
NotificationsListService
Inheritors
NotificationsListServiceImpl
Members
Functions
any
New
Notification
Link copied to clipboard
abstract
fun
anyNewNotification
(
token
:
String
)
:
NewNotificationDto
clear
Old
Notifications
Link copied to clipboard
abstract
fun
clearOldNotifications
(
)
:
EmptyDto
delete
Notification
By
Id
Link copied to clipboard
abstract
fun
deleteNotificationById
(
token
:
String
,
notificationId
:
Long
)
delete
Notifications
Link copied to clipboard
abstract
fun
deleteNotifications
(
token
:
String
,
notificationIds
:
List
<
Long
>
?
=
null
)
get
Notifications
Link copied to clipboard
abstract
fun
getNotifications
(
token
:
String
,
pageable
:
Pageable
)
:
Page
<
NotificationDto
>
read
Notifications
Link copied to clipboard
abstract
fun
readNotifications
(
token
:
String
,
notificationIds
:
List
<
Long
>
?
=
null
)