Class FTMCOpenMaterialSearchDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionSearch term for the alternative material number.static final StringShow classifications of all states.static final StringShow only classifications with the status 'COMPLETE'static final StringShow only classifications with the status 'INCOMPLETE'Show only classifications with the given status.Search term for commodity code (export).Search term for commodity code (import).ISO code of the country to which the classification is to apply.Search term for material description.Search term for export control number.Search only for classifications with a binding tariff information.Search only for classifications with classification values that are invalid.Not in use anymore.Not in use anymore.Not in use anymore.Restrict search to materials whose end of validity date has not yet passed.Language in which the results are displayed.Search term for material number.Search term for the priority of the material. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CL_STATUS_INCOMPLETE
Show only classifications with the status 'INCOMPLETE'- See Also:
-
CL_STATUS_COMPLETE
Show only classifications with the status 'COMPLETE'- See Also:
-
CL_STATUS_ALL
Show classifications of all states.- See Also:
-
materialNumber
Search term for material number.
length=50
-
materialPriority
Search term for the priority of the material.
length=10
-
alternativeMaterialNumber
Search term for the alternative material number.
length=50
-
description
Search term for material description.
length=1000
-
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
Search only for classifications with a binding tariff information.
-
coCoExport
Search term for commodity code (export).
length=15
-
coCoImport
Search term for commodity code (import).
length=15
-
expCtrlNumber
Search term for export control number.
length=15
-
countryIsoCode
ISO code of the country to which the classification is to apply.length=2
-
isExpCtrlNumberOutlier
Not in use anymore.
-
isCoCoExportOutlier
Not in use anymore.
-
isCoCoImportOutlier
Not in use anymore.
-
isValidMaterial
Restrict search to materials whose end of validity date has not yet passed.
-
hasInvalidClassificationValues
Search only for classifications with classification values that are invalid.
-
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()
-