Package de.aeb.xnsg.rex.af
Class MatchHandlingOverviewAFParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.MatchHandlingOverviewAFParmsDTO
- All Implemented Interfaces:
Serializable
Data transfer object with parameters for the application facade
IRexAF.matchHandlingOverview(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, de.aeb.xnsg.rex.af.MatchHandlingOverviewAFParmsDTO)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe abbreviation or a (translated) name of a view. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
storedViewName
The abbreviation or a (translated) name of a view. The respective view must be created beforehand using the GUI.
If omitted, the default view is used.
A call for a nonexistent view also results in the default view along with a warning displayed to the user that the specified view could not be found.
Names for all translations will be searched. If there is a view A wherestoredViewName
matches the abbreviation and a view B where it matches a translated name, then view A will take precedence.
Example value: "Match handling overview of user X
" or "GG alarms user X
"
-
-
Constructor Details
-
MatchHandlingOverviewAFParmsDTO
public MatchHandlingOverviewAFParmsDTO()
-