Package de.aeb.xnsg.tariffcontent.af
Class TCOpenContentSearchDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.af.TCOpenContentSearchDTO
DTO to hold data to open the search for a specific content.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode of the content to be opened (e.g.Decisive dateISO code of language for which the descriptions should be displayedstatic final String
Matches contain all words.static final String
Matches contain any of the words.static final String
Matches contain the exact group of words.This field can be used to specify what mode of search is to be used.Expression for which will be searched initially. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEARCH_MODE_ALL_TERMS
Matches contain all words.- See Also:
-
SEARCH_MODE_ANY_TERM
Matches contain any of the words.- See Also:
-
SEARCH_MODE_WHOLE_TERM
Matches contain the exact group of words.- See Also:
-
decisiveDate
Decisive date -
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
ISO code of language for which the descriptions should be displayedlength=2
-
searchTerm
Expression for which will be searched initially.length=50
-
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()
-