Package de.aeb.xnsg.rex.af
Class BIDataApplicationParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BIDataKeyFiguresParmsDTO
,BIDataOverviewParmsDTO
Super class of all data transfer objects with parameters to open an BI data
application via AF.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionValue for the search criterion to find statistical data of events of a specific client.Value for the search criterion to find statistical data of events related to a specific partner system.
Example value: "API-TEST
"
Maximum length:20
Value for the search criterion to find statistical data of events using a specific profile - belonging to the specified client.Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or after a specific date.Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or before a specific date. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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 withsearchDateToPattern
. 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
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 withsearchDateFromPattern
. 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
Value for the search criterion to find statistical data of events of a specific client. Can only be different from theApplicationFacadeParmsDTO.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
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
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()
-