Class FTMCOpenClassificationCodeValueSearchDTO

java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
de.aeb.xnsg.ftmc.af.FTMCOpenClassificationCodeValueSearchDTO

public class FTMCOpenClassificationCodeValueSearchDTO extends FTMCRequestDTO
DTO to specify search parameters for the classification code value search.
  • Field Details

    • SELECTION_MODE_ALL

      public static final String SELECTION_MODE_ALL
      Match all classification code values, regardless of their status.
      See Also:
    • SELECTION_MODE_INVALID

      public static final String SELECTION_MODE_INVALID
      Match all invalid classification code values.
      See Also:
    • SELECTION_MODE_APPROVED

      public static final String SELECTION_MODE_APPROVED
      Match all approved classification code values.
      See Also:
    • SELECTION_MODE_APPROVED_INVALID

      public static final String SELECTION_MODE_APPROVED_INVALID
      Match classification code values that are both invalid and approved.
      See Also:
    • SELECTION_MODE_OPEN

      public static final String SELECTION_MODE_OPEN
      Match classification code values that are not yet approved.
      See Also:
    • SELECTION_MODE_CLASSIFIED

      public static final String SELECTION_MODE_CLASSIFIED
      Match non-empty classification code values that are both invalid and not yet approved.
      See Also:
    • materialPattern

      public String materialPattern

      Search string for the material number, which uniquely identifies a material within the client.

      length=50

    • codeTypeIdentCode

      public String codeTypeIdentCode

      The unique identCode of the classification code value type to search by.

      length=50

    • countryIsoCode

      public String countryIsoCode

      The ISO-code of the classification code value type's country to search by.

      length=2

    • valuePattern

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

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

      public FTMCDateDTO decisiveDate

      The decisive date for which to retrieve the classification code values.

  • Constructor Details

    • FTMCOpenClassificationCodeValueSearchDTO

      public FTMCOpenClassificationCodeValueSearchDTO()