Class TCOpenContentSearchDTO

java.lang.Object
de.aeb.xnsg.tariffcontent.af.TCOpenContentSearchDTO

public class TCOpenContentSearchDTO extends Object
DTO to hold data to open the search for a specific content.
  • Field Details

    • SEARCH_MODE_ALL_TERMS

      public static final String SEARCH_MODE_ALL_TERMS
      Matches contain all words.
      See Also:
    • SEARCH_MODE_ANY_TERM

      public static final String SEARCH_MODE_ANY_TERM
      Matches contain any of the words.
      See Also:
    • SEARCH_MODE_WHOLE_TERM

      public static final String SEARCH_MODE_WHOLE_TERM
      Matches contain the exact group of words.
      See Also:
    • decisiveDate

      public TCDateDTO decisiveDate
      Decisive date
    • searchMode

      public String searchMode

      This field can be used to specify what mode of search is to be used.

      This field might be left empty. Behavior is then the same like "ANY_TERM".

      length=20

      Possible values

    • languageISOCode

      public String languageISOCode
      ISO code of language for which the descriptions should be displayed

      length=2

    • searchTerm

      public String searchTerm
      Expression for which will be searched initially.

      length=50

    • contentIdentCode

      public String contentIdentCode
      Code of the content to be opened (e.g. BANZ.EU.NCL.EXP for the export content of the EU)

      length=50

  • Constructor Details

    • TCOpenContentSearchDTO

      public TCOpenContentSearchDTO()