Uses of Class
com.wellnessapp.model.notice.NoticeBO
Packages that use NoticeBO
-
Uses of NoticeBO in com.wellnessapp.model.notice
Methods in com.wellnessapp.model.notice that return NoticeBOMethods in com.wellnessapp.model.notice with parameters of type NoticeBOModifier and TypeMethodDescriptionvoidINoticeManager.scheduleNotice(LocalDateTime dateTime, NoticeBO notice) voidNoticeManager.scheduleNotice(LocalDateTime dateTime, NoticeBO notice) Schedules a notice to be executed at the specified date and time.Constructors in com.wellnessapp.model.notice with parameters of type NoticeBOModifierConstructorDescriptionNoticeTask(NoticeBO notice) Constructs a NoticeTask with the provided NoticeBO.