Uses of Class
com.wellnessapp.model.notice.NoticeBO
-
Uses of NoticeBO in com.wellnessapp.model.notice
Modifier and TypeMethodDescriptionvoid
INoticeManager.scheduleNotice
(LocalDateTime dateTime, NoticeBO notice) void
NoticeManager.scheduleNotice
(LocalDateTime dateTime, NoticeBO notice) Schedules a notice to be executed at the specified date and time.ModifierConstructorDescriptionNoticeTask
(NoticeBO notice) Constructs a NoticeTask with the provided NoticeBO.