Package de.aeb.xnsg.rex.af
Class ScreeningProtocolAFParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
- All Implemented Interfaces:
Serializable
Data transfer object with parameters for the application facade
IRexAF.screeningProtocol(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionValue for the search criterion to find the specific log for the given client.
Example value: "APICLIENT
"Value for the search criterion to find the specific log for the given reference comment.
Example value: "Type: Customer, Id: 4711, Company-Name: AEB, Order-Number: 123
"Value for the search criterion to find the specific log for the given partner system.
Example value: "API-TEST
"Value for the search criterion to find the specific log for the given reference (internal).
Example value: "customer.4711.aeb.123
"The title to be displayed by the application to be opened.
Example value: "Screening Logs
" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
title
The title to be displayed by the application to be opened.
Example value: "Screening Logs
" -
referenceId
Value for the search criterion to find the specific log for the given reference (internal).
Example value: "customer.4711.aeb.123
" -
clientReferenceComment
Value for the search criterion to find the specific log for the given reference comment.
Example value: "Type: Customer, Id: 4711, Company-Name: AEB, Order-Number: 123
" -
clientSystemId
Value for the search criterion to find the specific log for the given partner system.
Example value: "API-TEST
" -
clientIdentCode
Value for the search criterion to find the specific log for the given client.
Example value: "APICLIENT
"
-
-
Constructor Details
-
ScreeningProtocolAFParmsDTO
public ScreeningProtocolAFParmsDTO()
-