Class MatchHandlingOverviewAFParmsDTO

java.lang.Object
de.aeb.xnsg.rex.af.MatchHandlingOverviewAFParmsDTO
All Implemented Interfaces:
Serializable

public class MatchHandlingOverviewAFParmsDTO extends Object implements Serializable
See Also:
  • Field Details

    • storedViewName

      public String 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 where storedViewName 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()