Package de.aeb.xnsg.ftmc.af
Class FTMCOpenMaterialDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
de.aeb.xnsg.ftmc.af.FTMCOpenMaterialDTO
DTO to hold data to identify material which has to be opened in a material folder.
-
Field Summary
FieldsModifier and TypeFieldDescriptionISO code of language for which the descriptions should be displayedThe material number which identifies a material uniquely in the client.static final StringOpens the material's change logs.static final StringDisplays all classification values for the material.static final StringDisplays all classification values for the material in read-only mode.static final StringOpens the material.static final StringOpens the material's attachments.static final StringOpens the material in read-only mode.Specifies what the caller is interested in.Fields inherited from class de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
clientIdentCode, installationIdHost -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USE_CASE_MATERIAL
Opens the material.- See Also:
-
USE_CASE_MATERIAL_READ_ONLY
Opens the material in read-only mode.- See Also:
-
USE_CASE_CLASSIFICATION_VALUES
Displays all classification values for the material.- See Also:
-
USE_CASE_CLASSIFICATION_VALUES_READ_ONLY
Displays all classification values for the material in read-only mode.- See Also:
-
USE_CASE_MATERIAL_ATTACHMENT
Opens the material's attachments.- See Also:
-
USE_CASE_CHANGELOG
Opens the material's change logs.- See Also:
-
materialNumber
The material number which identifies a material uniquely in the client.
length=50
-
languageISOCode
ISO code of language for which the descriptions should be displayedlength=2
-
useCase
Specifies what the caller is interested in. Depending on the use case different AFs are opened.
length=35
Possible values
- "MATERIAL"
- "MATERIAL_READ_ONLY"
- "CLASSIFICATION_VALUES" default if nothing is sent
- "CLASSIFICATION_VALUES_READ_ONLY"
- "MATERIAL_ATTACHMENT"
- "MATERIAL_CHANGELOG"
-
-
Constructor Details
-
FTMCOpenMaterialDTO
public FTMCOpenMaterialDTO()
-