Package de.aeb.xnsg.rex.bf
Class GetScreeningStatisticDataRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.rex.bf.GetScreeningStatisticDataRequestDTO
public class GetScreeningStatisticDataRequestDTO
extends de.aeb.xnsg.foundation.bf.AbstractRequestDTO
Data transfer object for requesting statistic data in Compliance Screening.
-
Field Summary
FieldsModifier and TypeFieldDescriptionClient identification code of the client to get the statistic data from.Mandatory field
The date of the first day to get statistic data from.
Format:yyyy-MM-dd
Example value: "2016-09-21"Mandatory field
The date of the last day to get statistic data from.
Format:yyyy-MM-dd
Example value: "2016-09-21"Iftrue, statistic data will be returned for each client system.
Default value:falseFields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientIdentCodeToGet
Client identification code of the client to get the statistic data from. When no client to get is given, we either consider the whole client group or only the client. When both client and client to get are given, they either need to be in the same client group or be the same clients.
Example value: "APITEST"
Maximum length:10 -
dateFrom
Mandatory field
The date of the first day to get statistic data from.
Format:yyyy-MM-dd
Example value: "2016-09-21" -
dateTo
Mandatory field
The date of the last day to get statistic data from.
Format:yyyy-MM-dd
Example value: "2016-09-21" -
getDataOfAllClientSystems
Iftrue, statistic data will be returned for each client system.
Default value:false
-
-
Constructor Details
-
GetScreeningStatisticDataRequestDTO
public GetScreeningStatisticDataRequestDTO()
-