Class FTMCOpenCodeSubstitutionSearchDTO

java.lang.Object
de.aeb.xnsg.ftmc.af.FTMCOpenCodeSubstitutionSearchDTO

public class FTMCOpenCodeSubstitutionSearchDTO extends Object
DTO to specify for which code values to open the code substitution search
  • Field Details

    • STATUS_NOT_SUBSTITUTED

      public static final String STATUS_NOT_SUBSTITUTED
      Show only substitutions that haven't been executed.
      See Also:
    • STATUS_SUBSTITUTED

      public static final String STATUS_SUBSTITUTED
      Show only substitutions which have been executed.
      See Also:
    • STATUS_ALL

      public static final String STATUS_ALL
      Show substitutions of all states.
      See Also:
    • MATURITY_AFTERWARDS

      public static final String MATURITY_AFTERWARDS
      Show only substitutions which are already overdue.
      See Also:
    • MATURITY_UPCOMING

      public static final String MATURITY_UPCOMING
      Show only substitutions which are upcoming.
      See Also:
    • MATURITY_ALL

      public static final String MATURITY_ALL
      Show substitutions of all maturities.
      See Also:
    • CLTYPE_COCOEXPORT

      public static final String CLTYPE_COCOEXPORT
      Show only substitutions which affect export commodity codes.
      See Also:
    • CLTYPE_COCOIMPORT

      public static final String CLTYPE_COCOIMPORT
      Show only substitutions which affect import commodity codes.
      See Also:
    • CARDINALITY_TO_ONE

      public static final String CARDINALITY_TO_ONE
      Show only unambiguous commodity code substitutions.
      See Also:
    • CARDINALITY_TO_MANY

      public static final String CARDINALITY_TO_MANY
      Show only substitutions where the new code needs to be chosen from several alternatives.
      See Also:
    • materialNumber

      public String materialNumber

      Search term for material number.

      length=50

    • description

      public String description
      Search term for the material description in the selected language.

      length=1000

    • languageIsoCode

      public String 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

      public String countryIsoCode

      Country (ISO-code) to which the classification is to apply.

      length=2

    • substitutionStatus

      public String substitutionStatus

      Search term for the state of substitution.

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

      Possible values

    • substitutionMaturity

      public String 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

      public String cardinalityOfSubstitution

      Search pattern for the cardinality of substitution.

      This field might be left empty.

      Possible values

    • classificationType

      public String classificationType

      Search term for the type of classification.

      If this field is left empty, it will be initialized to "COMMODITYCODE_EXPORT"

      Possible values

    • classificationValue

      public String classificationValue

      Search term for the commodity code.

      length=15

  • Constructor Details

    • FTMCOpenCodeSubstitutionSearchDTO

      public FTMCOpenCodeSubstitutionSearchDTO()