Notifications List Service Impl
@Service
Service for working with notification messages list
Constructors
Link copied to clipboard
constructor(userService: UserService, queueRepository: QueueRepository, notificationRepository: NotificationRepository)
Functions
Link copied to clipboard
Returns boolean whether there is any unread notification
Link copied to clipboard
Delete notifications older than 2 weeks
Link copied to clipboard
Delete notification by id
Link copied to clipboard
Delete specified by id notifications
Link copied to clipboard
@Transactional
Lists all notifications
Link copied to clipboard
Marks notifications as read