public interface WhatsNewService
Modifier and Type | Method and Description |
---|---|
void |
generateWeeklyReport()
save the report from last week.
|
WhatsNew |
getLatestWeeklyReport()
Retrieve the latest WhatsNew report.
|
WhatsNew |
getReport(Date date) |
WhatsNew |
getWeeklyReport() |
void |
saveReport(Date date)
save the report from the date specified.
|
@Secured(value="GROUP_AGENT") void generateWeeklyReport()
void saveReport(Date date)
date
- the date of the reportWhatsNew getReport(Date date)
date
- the date of the reportWhatsNew getWeeklyReport()
WhatsNew getLatestWeeklyReport()
Copyright © 2005–2023 Pavlidis lab, Michael Smith Laboratories and Department of Psychiatry, University of British Columbia. All rights reserved.