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 Details

    • clientIdentCodeToGet

      public String 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

      public String dateFrom
      Mandatory field
      The date of the first day to get statistic data from.

      Format: yyyy-MM-dd
      Example value: "2016-09-21"
    • dateTo

      public String dateTo
      Mandatory field
      The date of the last day to get statistic data from.

      Format: yyyy-MM-dd
      Example value: "2016-09-21"
    • getDataOfAllClientSystems

      public Boolean getDataOfAllClientSystems
      If true, statistic data will be returned for each client system.

      Default value: false
  • Constructor Details

    • GetScreeningStatisticDataRequestDTO

      public GetScreeningStatisticDataRequestDTO()