Class ManualProtocolEntryAFParmsDTO

java.lang.Object
de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
All Implemented Interfaces:
Serializable

public class ManualProtocolEntryAFParmsDTO extends Object implements Serializable
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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
    Initial value for the description of the event, which can be altered by the user.
    May be null.

    Maximum length: 60,000
    Deprecated.
    level is implied as informational for manual events
    Must be one of these values corresponding to the module this event belongs to: "ComplianceScreening" "ExportControl"
    May be null, 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 be null.

    Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP"
    Maximum length: 255
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • module

      public String module
      Must be one of these values corresponding to the module this event belongs to:
      • "ComplianceScreening"
      • "ExportControl"

      May be null, in which case the user has to select the module with a combobox.
    • level

      @Deprecated public String level
      Deprecated.
      level is implied as informational for manual events
      The severity level of the logged event. Manual events are implicitly of info level. Therefore this parameter is no longer supported.
    • profileIdentCode

      public String 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 the ApplicationFacadeParmsDTO.

      May be null. The profile is optional for logging.

      Example value: "DEFAULT"
      Maximum length: 20
    • referenceId

      public String 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 be null.

      Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP"
      Maximum length: 255
    • info

      public String info
      Initial value for the description of the event, which can be altered by the user.
      May be null.

      Maximum length: 60,000
    • clientSystemId

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