Class FTMCOpenClassificationCodeValueSearchDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe unique identCode of the classification code value type to search by.The ISO-code of the classification code value type's country to search by.The decisive date for which to retrieve the classification code values.Search string for the material number, which uniquely identifies a material within the client.static final StringMatch all classification code values, regardless of their status.static final StringMatch all approved classification code values.static final StringMatch classification code values that are both invalid and approved.static final StringMatch non-empty classification code values that are both invalid and not yet approved.static final StringMatch all invalid classification code values.static final StringMatch classification code values that are not yet approved.Defines which kinds of classification code values should be included or excluded from the search results based on their validity, approval and classification status.Search string for the value associated with the code type identified bycodeTypeIdentCode.Fields inherited from class de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
clientIdentCode, installationIdHost -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELECTION_MODE_ALL
Match all classification code values, regardless of their status.- See Also:
-
SELECTION_MODE_INVALID
Match all invalid classification code values.- See Also:
-
SELECTION_MODE_APPROVED
Match all approved classification code values.- See Also:
-
SELECTION_MODE_APPROVED_INVALID
Match classification code values that are both invalid and approved.- See Also:
-
SELECTION_MODE_OPEN
Match classification code values that are not yet approved.- See Also:
-
SELECTION_MODE_CLASSIFIED
Match non-empty classification code values that are both invalid and not yet approved.- See Also:
-
materialPattern
Search string for the material number, which uniquely identifies a material within the client.
length=50
-
codeTypeIdentCode
The unique identCode of the classification code value type to search by.
length=50
-
countryIsoCode
The ISO-code of the classification code value type's country to search by.
length=2
-
valuePattern
Search string for the value associated with the code type identified by
codeTypeIdentCode. There may be additional constraints on which values are valid for this field, depending on the settings of the linked code type.length=800
-
selectionMode
Defines which kinds of classification code values should be included or excluded from the search results based on their validity, approval and classification status.
If this field is left empty, "ALL" is used as a default.
length=20
Possible values
-
decisiveDate
The decisive date for which to retrieve the classification code values.
-
-
Constructor Details
-
FTMCOpenClassificationCodeValueSearchDTO
public FTMCOpenClassificationCodeValueSearchDTO()
-