Class BIDataApplicationParmsDTO

java.lang.Object
de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BIDataKeyFiguresParmsDTO, BIDataOverviewParmsDTO

public abstract class BIDataApplicationParmsDTO extends Object implements Serializable
Super class of all data transfer objects with parameters to open an BI data application via AF.
See Also:
  • Field Details

    • searchDateFromPattern

      public Date searchDateFromPattern
      Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or after a specific date. Has to be specified together with searchDateToPattern. If at least one date is not specified or the search period is specified invalid, the default search period will be used.

      Example value: "2015-01-01"
    • searchDateToPattern

      public Date searchDateToPattern
      Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or before a specific date. Has to be specified together with searchDateFromPattern. If at least one date is not specified or the search period is specified invalid, the default search period will be used.

      Example value: "2020-12-31"
    • clientIdentCodePattern

      public String clientIdentCodePattern
      Value for the search criterion to find statistical data of events of a specific client. Can only be different from the ApplicationFacadeParmsDTO.client (session client) or empty (client independent application) if the session user has admin rights. Otherwise the session client is used for filtering.

      Example value: "APITEST"
      Maximum length: 10
    • profileIdentCodePattern

      public String profileIdentCodePattern
      Value for the search criterion to find statistical data of events using a specific profile - belonging to the specified client. Will be ignored, if there is no client specified or the specified client is not accessible.

      Example value: "DEFAULT"
      Maximum length: 20
      See Also:
    • clientSystemIdPattern

      public String clientSystemIdPattern
      Value for the search criterion to find statistical data of events related to a specific partner system.

      Example value: "API-TEST"
      Maximum length: 20
  • Constructor Details

    • BIDataApplicationParmsDTO

      public BIDataApplicationParmsDTO()