Class FTMCOpenMaterialSearchDTO

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

public class FTMCOpenMaterialSearchDTO extends Object
DTO to specify for which classifications to open the classification search
  • Field Details

    • CL_STATUS_INCOMPLETE

      public static final String CL_STATUS_INCOMPLETE
      Show only classifications with the status 'INCOMPLETE'
      See Also:
    • CL_STATUS_COMPLETE

      public static final String CL_STATUS_COMPLETE
      Show only classifications with the status 'COMPLETE'
      See Also:
    • CL_STATUS_ALL

      public static final String CL_STATUS_ALL
      Show classifications of all states.
      See Also:
    • materialNumber

      public String materialNumber

      Search term for material number.

      length=50

    • materialPriority

      public String materialPriority

      Search term for the priority of the material.

      length=10

    • alternativeMaterialNumber

      public String alternativeMaterialNumber

      Search term for the alternative material number.

      length=50

    • description

      public String description

      Search term for material description.

      length=1000

    • languageIsoCode

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

    • hasBindingTariffInformation

      public Boolean hasBindingTariffInformation

      Search only for classifications with a binding tariff information.

    • coCoExport

      public String coCoExport

      Search term for commodity code (export).

      length=15

    • coCoImport

      public String coCoImport

      Search term for commodity code (import).

      length=15

    • expCtrlNumber

      public String expCtrlNumber

      Search term for export control number.

      length=15

    • countryIsoCode

      public String countryIsoCode
      ISO code of the country to which the classification is to apply.

      length=2

    • isExpCtrlNumberOutlier

      public Boolean isExpCtrlNumberOutlier

      Not in use anymore.

    • isCoCoExportOutlier

      public Boolean isCoCoExportOutlier

      Not in use anymore.

    • isCoCoImportOutlier

      public Boolean isCoCoImportOutlier

      Not in use anymore.

    • isValidMaterial

      public Boolean isValidMaterial

      Restrict search to materials whose end of validity date has not yet passed.

    • hasInvalidClassificationValues

      public Boolean hasInvalidClassificationValues

      Search only for classifications with classification values that are invalid.

    • classificationStatus

      public String classificationStatus

      Show only classifications with the given status.

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

      Possible values

  • Constructor Details

    • FTMCOpenMaterialSearchDTO

      public FTMCOpenMaterialSearchDTO()