CollectiveReportDataService¶
-
public class
CollectiveReportDataService
extends PersonStatisticsService¶
Methods¶
formatPerson¶
get¶
-
public void
get
(HttpServletRequest request, HttpServletResponse response)¶ Calls handleRequest in super with the ID of the report as a parameter
Parametre: - request –
- response –
Kaster: - AccessDeniedException –
- AccessRequiredException –
- InvalidTokenException –
- IOException –
- MissingParameterException –
- InvalidClientInputException –
- HttpNotFoundException –
- InvalidCertificateException –
getDone¶
-
public void
getDone
(HttpServletRequest request, HttpServletResponse response)¶
getReportExecute¶
-
public void
getReportExecute
(HttpServletRequest request, HttpServletResponse response)¶ Find one report from the list of started reports and run it
Parametre: - request –
- response –
Kaster: - IOException –
- AccessDeniedException –
- InvalidTokenException –
- InvalidCertificateException –
- AccessRequiredException –
getReportList¶
-
public void
getReportList
(HttpServletRequest request, HttpServletResponse response)¶ Return a list of reports which is either started, running or done Done reports is only returned if there is no started or running reports found
Parametre: - request –
- response –
Kaster: - IOException –
- AccessDeniedException –
- InvalidTokenException –
- InvalidCertificateException –
- AccessRequiredException –
getReportStatus¶
-
public void
getReportStatus
(HttpServletRequest request, HttpServletResponse response)¶ Get the status of reports from the reportlist
Parametre: - request –
- response –
Kaster: - IOException –
- AccessDeniedException –
- InvalidTokenException –
- InvalidCertificateException –
- AccessRequiredException –
handlePost¶
-
public void
handlePost
(HttpServletRequest request, HttpServletResponse response)¶ Post is used for starting the generation of a report
Parametre: - request –
- response –
Kaster: - AccessDeniedException –
- AccessRequiredException –
- InvalidTokenException –
- IOException –
- MissingParameterException –
- InvalidClientInputException –
- HttpNotFoundException –
- InvalidCertificateException –