Package de.aeb.xnsg.rex.af
Class ManualProtocolEntryAFParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
- All Implemented Interfaces:
Serializable
Parameter class for the AF method
IRexAF.manualProtocolEntry(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA unique ID of the host system calling this API for logging.
Example value (ASSIST4): "AS4
"
Example value (SAP): "SAP_[SAP system]_[SAP client]
"
Maximum length:20
Initial value for the description of the event, which can be altered by the user.
May benull
.
Maximum length:60,000
Deprecated.level is implied as informational for manual eventsMust be one of these values corresponding to the module this event belongs to: "ComplianceScreening
" "ExportControl
"
May benull
, in which case the user has to select the module with a combobox.The ident code of the Compliance profile.Initial value for the reference ID for the note.
This field is for internal technical use to build references between the compliance protocols and the client system.
The user can overwrite this value or specify the reference ID manually if omitted.
May benull
.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
module
Must be one of these values corresponding to the module this event belongs to:- "
ComplianceScreening
" - "
ExportControl
"
May benull
, in which case the user has to select the module with a combobox. - "
-
level
Deprecated.level is implied as informational for manual eventsThe severity level of the logged event. Manual events are implicitly of info level. Therefore this parameter is no longer supported. -
profileIdentCode
The ident code of the Compliance profile. The value must be a valid ident code of a profile customized for the client identified by theApplicationFacadeParmsDTO
.
May benull
. The profile is optional for logging.
Example value: "DEFAULT
"
Maximum length:20
-
referenceId
Initial value for the reference ID for the note.
This field is for internal technical use to build references between the compliance protocols and the client system.
The user can overwrite this value or specify the reference ID manually if omitted.
May benull
.
Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP
"
Maximum length:255
-
info
Initial value for the description of the event, which can be altered by the user.
May benull
.
Maximum length:60,000
-
clientSystemId
A unique ID of the host system calling this API for logging.
Example value (ASSIST4): "AS4
"
Example value (SAP): "SAP_[SAP system]_[SAP client]
"
Maximum length:20
-
-
Constructor Details
-
ManualProtocolEntryAFParmsDTO
public ManualProtocolEntryAFParmsDTO()
-