Package de.aeb.xnsg.ftmc.af
Class FTMCOpenCodeSubstitutionSearchDTO
java.lang.Object
de.aeb.xnsg.ftmc.af.FTMCOpenCodeSubstitutionSearchDTO
DTO to specify for which code values to open the code substitution search
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringShow only substitutions where the new code needs to be chosen from several alternatives.static final StringShow only unambiguous commodity code substitutions.Search pattern for the cardinality of substitution.Search term for the type of classification.Search term for the commodity code.static final StringShow only substitutions which affect export commodity codes.static final StringShow only substitutions which affect import commodity codes.Country (ISO-code) to which the classification is to apply.Search term for the material description in the selected language.Language (ISO-code) in which the results are displayed.Search term for material number.static final StringShow only substitutions which are already overdue.static final StringShow substitutions of all maturities.static final StringShow only substitutions which are upcoming.static final StringShow substitutions of all states.static final StringShow only substitutions that haven't been executed.static final StringShow only substitutions which have been executed.Search term for the due date of substitution.Search term for the state of substitution. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
STATUS_NOT_SUBSTITUTED
Show only substitutions that haven't been executed.- See Also:
-
STATUS_SUBSTITUTED
Show only substitutions which have been executed.- See Also:
-
STATUS_ALL
Show substitutions of all states.- See Also:
-
MATURITY_AFTERWARDS
Show only substitutions which are already overdue.- See Also:
-
MATURITY_UPCOMING
Show only substitutions which are upcoming.- See Also:
-
MATURITY_ALL
Show substitutions of all maturities.- See Also:
-
CLTYPE_COCOEXPORT
Show only substitutions which affect export commodity codes.- See Also:
-
CLTYPE_COCOIMPORT
Show only substitutions which affect import commodity codes.- See Also:
-
CARDINALITY_TO_ONE
Show only unambiguous commodity code substitutions.- See Also:
-
CARDINALITY_TO_MANY
Show only substitutions where the new code needs to be chosen from several alternatives.- See Also:
-
materialNumber
Search term for material number.
length=50
-
description
Search term for the material description in the selected language.length=1000
-
languageIsoCode
Language (ISO-code) in which the results are displayed. If no search term for the description is specified also materials without a description in this language get displayed with an empty field.length=2
-
countryIsoCode
Country (ISO-code) to which the classification is to apply.
length=2
-
substitutionStatus
Search term for the state of substitution.
This field might be left empty. Behavior is then the same like "ALL".Possible values
-
substitutionMaturity
Search term for the due date of substitution.
This field might be left empty. Behavior is then the same like "ALL".Possible values
-
cardinalityOfSubstitution
-
classificationType
Search term for the type of classification.
If this field is left empty, it will be initialized to "COMMODITYCODE_EXPORT"Possible values
-
classificationValue
Search term for the commodity code.
length=15
-
-
Constructor Details
-
FTMCOpenCodeSubstitutionSearchDTO
public FTMCOpenCodeSubstitutionSearchDTO()
-