Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

acceptTechnology - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
specify which technology the clients wants to access the application; one token (or several, separated by semicolon) - the server may chose to ignore this possible tokens are specific for each server technology, XNSG-Servers currently honor strings from the GUIInvocationTechnology enum (e.g.: VAADIN) if null a default technology is chosen
address - Variable in class de.aeb.xnsg.rex.bf.restdto.FindMatchingAddressesRequestDTO
 
ADDRESS_TYPE_BANK - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Deprecated value for AddressDTO.addressType
ADDRESS_TYPE_COMPANY - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Deprecated value for AddressDTO.addressType
ADDRESS_TYPE_ENTITY - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Possible value for AddressDTO.addressType
ADDRESS_TYPE_INDIVIDUAL - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Possible value for AddressDTO.addressType
ADDRESS_TYPE_MEANS_OF_TRANSPORT - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Possible value for AddressDTO.addressType
ADDRESS_TYPE_UNKNOWN - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Possible value for AddressDTO.addressType
ADDRESS_TYPE_VERSION_0 - Static variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Allowed value for the field MatchParametersDTO.addressTypeVersion.
ADDRESS_TYPE_VERSION_1 - Static variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Allowed value for the field MatchParametersDTO.addressTypeVersion.
ADDRESS_TYPE_VESSEL - Static variable in class de.aeb.xnsg.rex.bf.AddressDTO
Deprecated value for AddressDTO.addressType
AddressCheckConditionDTO - Class in de.aeb.xnsg.rex.bf
DTO for a condition an address check has.
AddressCheckConditionDTO() - Constructor for class de.aeb.xnsg.rex.bf.AddressCheckConditionDTO
 
AddressDTO - Class in de.aeb.xnsg.rex.bf
Base class of all data transfer objects related to addresses.
AddressDTO() - Constructor for class de.aeb.xnsg.rex.bf.AddressDTO
 
addresses - Variable in class de.aeb.xnsg.rex.bf.restdto.ScreenAddressesRequestDTO
 
AddressIdDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for encoding of IDs of addresses, e.g.
AddressIdDTO() - Constructor for class de.aeb.xnsg.rex.bf.AddressIdDTO
 
AddressMatchDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for addresses found in an export control list which match a given AddressPatternDTO.
AddressMatchDTO() - Constructor for class de.aeb.xnsg.rex.bf.AddressMatchDTO
 
AddressPatternDTO - Class in de.aeb.xnsg.rex.bf
DTO for an address to be checked against restricted party lists.
AddressPatternDTO() - Constructor for class de.aeb.xnsg.rex.bf.AddressPatternDTO
 
addressTranslateThreshold - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Defines an optional similarity threshold in percentage which should be used for screening checks that were translated.
addressType - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
The MatchParametersDTO.addressTypeVersion defines the result behavior of this field when calling IRexBF.getMatchingAddresses(AddressPatternDTO, MatchParametersDTO).
If addressTypeVersion MatchParametersDTO.ADDRESS_TYPE_VERSION_0 is used, the possible return values are: "AddressDTO.ADDRESS_TYPE_COMPANY" "AddressDTO.ADDRESS_TYPE_INDIVIDUAL" "AddressDTO.ADDRESS_TYPE_BANK" "AddressDTO.ADDRESS_TYPE_VESSEL" If addressTypeVersion MatchParametersDTO.ADDRESS_TYPE_VERSION_1 is used, the possible return values are: "AddressDTO.ADDRESS_TYPE_ENTITY" "AddressDTO.ADDRESS_TYPE_INDIVIDUAL" "AddressDTO.ADDRESS_TYPE_MEANS_OF_TRANSPORT" "AddressDTO.ADDRESS_TYPE_UNKNOWN"
Depending on the profile settings, this field might be relevant for the address check.
addressTypeVersion - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
The addressTypeVersion defines the result behavior of AddressDTO.addressType when calling IRexBF.getMatchingAddresses(AddressPatternDTO, MatchParametersDTO).
Possible values: "0" "1" If addressTypeVersion "0" is used, the possible return values of AddressDTO.addressType are: "company" "individual" "bank" "vessel" If addressTypeVersion "1" is used, the possible return values of AddressDTO.addressType are: "entity" "individual" "meansOfTransport" "unknown"
Default value: "0"
addrMatchWithoutNameThreshold - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Defines an optional similarity threshold in percentage which should be used for screening checks without name.
This value overrides the value from the used compliance profile.
AFExecuteProcessParmsDTO - Class in de.aeb.xnsg.foundation.af
Parameters of application facade invocation when this is to be done via create process: The client has to invoke the process as specified by the properties of this object.
AFExecuteProcessParmsDTO() - Constructor for class de.aeb.xnsg.foundation.af.AFExecuteProcessParmsDTO
 
AFShellExecuteParmsDTO - Class in de.aeb.xnsg.foundation.af
Parameters of application facade invocation when this is to be done via shellexecute: The client has to create a file with the given name in a temporary directory, the contents of the file is given in the variable 'contents'.
AFShellExecuteParmsDTO() - Constructor for class de.aeb.xnsg.foundation.af.AFShellExecuteParmsDTO
 
aliasAddresses(String, String, String) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
aliasGroupNo - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Number or name of the group under which all addresses are summarized describing the same person or organization.

Example value: "12345"
Maximum length: 20
ALREADY_DEFINED - Static variable in class de.aeb.xnsg.rex.bf.GoodGuyDefinitionResultDTO
Value 1: No good guy was defined, because the good guy was already defined in one of the good guy lists referenced in the profile.
ApplicationFacadeDTO - Class in de.aeb.xnsg.foundation.af
A data transfer object which describes an application facade.
ApplicationFacadeDTO() - Constructor for class de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
 
ApplicationFacadeParmsDTO - Class in de.aeb.xnsg.foundation.af
A data transfer object to be the parameter of the method IFoundationBF.getNewApplicationFacade()
ApplicationFacadeParmsDTO() - Constructor for class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
 

B

batchMatch(AddressPatternDTO[], MatchParametersDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Batch mode for address matching, which allows the check of multiple addresses at once.
BatchMatchResultDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for match results of a batch match of one address.
BatchMatchResultDTO() - Constructor for class de.aeb.xnsg.rex.bf.BatchMatchResultDTO
 
BIDataApplicationParmsDTO - Class in de.aeb.xnsg.rex.af
Super class of all data transfer objects with parameters to open an BI data application via AF.
BIDataApplicationParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
 
biDataKeyFigures(ApplicationFacadeParmsDTO, BIDataKeyFiguresParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays the BI data key figures application.
BIDataKeyFiguresParmsDTO - Class in de.aeb.xnsg.rex.af
BIDataKeyFiguresParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.BIDataKeyFiguresParmsDTO
 
biDataOverview(ApplicationFacadeParmsDTO, BIDataOverviewParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays the BI data overview application.
BIDataOverviewParmsDTO - Class in de.aeb.xnsg.rex.af
BIDataOverviewParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.BIDataOverviewParmsDTO
 

C

CHECK_TYPE_FILE - Static variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Internal use only.
CHECK_TYPE_GGSCREENING - Static variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Internal use only.
CHECK_TYPE_MANUAL - Static variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Internal use only.
checkType - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Internal use only.
city - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
City of the address.
cityOfBirth - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: City of birth.

Example value: "Dublin"
Maximum length: 50
cityPostbox - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
The city of the P.O.
client - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
The client of the new session.
clientIdentCode - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
Value for the search criterion to find the specific log for the given client.

Example value: "APICLIENT"
clientIdentCode - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Mandatory field
Ident code of the client in Trade Compliance Management.
clientIdentCode - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Mandatory field
Ident code of the client the Good Guy belongs to.
clientIdentCode - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Mandatory field
Ident code of the client to use for screening.
clientIdentCode - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Client identification code.

Maximum length: 10
clientIdentCodePattern - Variable in class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
Value for the search criterion to find statistical data of events of a specific client.
clientIdentCodePattern - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
Value for the search criterion to find logs of a specific client.

Example value: "APITEST"
clientIdentCodeToGet - Variable in class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataRequestDTO
Client identification code of the client to get the statistic data from.
clientReferenceComment - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
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"
ClientSystemComplianceEventDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object describing a log event of the client system.
ClientSystemComplianceEventDTO() - Constructor for class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
 
clientSystemId - Variable in class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
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
clientSystemId - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
Value for the search criterion to find the specific log for the given partner system.

Example value: "API-TEST"
clientSystemId - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
A unique id of the client system for logging.

+ * Example value (ASSIST4): "AS4"
+ * Example value (SAP): "SAP_[SAP system]_[SAP client]"
+ * Maximum length: 20
clientSystemId - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
The unique ID of the host system calling this API.
clientSystemId - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
The unique ID of the host system calling this API.
clientSystemId - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Id of the sending client system, e.g.
clientSystemIdPattern - Variable in class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
Value for the search criterion to find statistical data of events related to a specific partner system.

Example value: "API-TEST"
Maximum length: 20
clientSystemIdPattern - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
Value for the search criterion to find logs of a specific partner system.

Example value: "API-TEST"
clone() - Method in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
 
condition - Variable in class de.aeb.xnsg.rex.bf.AddressPatternDTO
An optional condition used by checks of this address.
condition - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Optional condition for the Good Guy.
considerGoodGuys - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
If false Good Guys will be ignored.
contents - Variable in class de.aeb.xnsg.foundation.af.AFShellExecuteParmsDTO
this is the contents that has to be written to the file
countMatchHandlingMatches(MatchHandlingCountRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
countOfMatches - Variable in class de.aeb.xnsg.rex.bf.MatchHandlingCountResponseDTO
Number of matches in the match handling overview.
countryISO - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Two character ISO code of the country.
countryOfBirthISO - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: Two-letter ISO code for the country of birth.

Example value: "IR"
Maximum length: 2

D

date - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
The date of the day the statistic data is from.

Format: yyyy-MM-dd
Example value: "2016-09-21"
dateFrom - Variable in class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataRequestDTO
The date of the first day to get statistic data from.

Format: yyyy-MM-dd
Example value: "2016-09-21"
dateOfBirth - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
The date of birth in textual representation without specific date format.
dateTo - Variable in class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataRequestDTO
The date of the last day to get statistic data from.

Format: yyyy-MM-dd
Example value: "2016-09-21"
de.aeb.xnsg.foundation.af - package de.aeb.xnsg.foundation.af
This business facade allows the creation of an Application session and to create applications within this session.
de.aeb.xnsg.rex.af - package de.aeb.xnsg.rex.af
This application facade provides access to some screening applications of Trade Compliance Management.
de.aeb.xnsg.rex.af.restdto - package de.aeb.xnsg.rex.af.restdto
 
de.aeb.xnsg.rex.bf - package de.aeb.xnsg.rex.bf
This business facade provides access to screening features of Trade Compliance Management.
de.aeb.xnsg.rex.bf.internal - package de.aeb.xnsg.rex.bf.internal
 
de.aeb.xnsg.rex.bf.restdto - package de.aeb.xnsg.rex.bf.restdto
 
defineGoodGuy(GoodGuyAddressDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Deprecated.
defineGoodGuyWithResult(GoodGuyAddressDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Adds the passed address to all Good Guy lists.
definitionResult - Variable in class de.aeb.xnsg.rex.bf.GoodGuyDefinitionResultDTO
The result of the good guy definition.
description - Variable in class de.aeb.xnsg.rex.bf.AddressCheckConditionDTO
A short, human-readable description of the condition.

Examples: See AddressCheckConditionDTO.value
Maximum length: 255
description - Variable in class de.aeb.xnsg.rex.bf.GoodGuyConditionDTO
A short, human-readable description of the condition.

Example value: "Order no.
displayFullWorkplace - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
true to display the complete workspace (central, user and info panel).
displayStatusbar - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
true to display statusbar, false
displayTitlebar - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
true to display header, false if ac should not show header
district - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
District of the address, resp.

E

email - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Email address.

Example value: "abu.ahmed@example.com"
Maximum length: 256
embargoArea - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
The ident code of the embargo area the match has been found for.
executableFile - Variable in class de.aeb.xnsg.foundation.af.AFExecuteProcessParmsDTO
the name of the executable (including path name, or expected to be found within search path) This must not contain any parameters, and it must not be enclosed with quotes even if the string contains spaces.
executeProcess - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
parameters when application is to be invoked via create process

F

fax - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Fax number.

Example value: "+4413859-4895497"
Maximum length: 40
fileName - Variable in class de.aeb.xnsg.foundation.af.AFShellExecuteParmsDTO
this is the name of the file that has to be created in some temporary directory and filled with what contents contains
filterParms - Variable in class de.aeb.xnsg.rex.bf.MatchHandlingCountRequestDTO
Optional parameters to configure the match handling view when counting the matches.
findMatchingAddresses(FindMatchingAddressesRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
FindMatchingAddressesRequestDTO - Class in de.aeb.xnsg.rex.bf.restdto
Wrapper DTO class for wrapping all parameters to IRexBF.getMatchingAddresses(de.aeb.xnsg.rex.bf.AddressPatternDTO, de.aeb.xnsg.rex.bf.MatchParametersDTO) into one parameter for REST conformity.
FindMatchingAddressesRequestDTO() - Constructor for class de.aeb.xnsg.rex.bf.restdto.FindMatchingAddressesRequestDTO
 
free1 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.

Maximum length: 50
free2 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.
free3 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.
free4 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.
free5 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.
free6 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.
free7 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional field for future use.

G

generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.ManualAddressScreeningRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.ManualLogEntryRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.MatchHandlingOverviewRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.RestrictedPartyAddressRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.RestrictedPartyListRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.ScreeningLogsRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.ScreeningProtocolEntryRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.StatisticalDataRequestDTO
 
generalParms - Variable in class de.aeb.xnsg.rex.af.restdto.StatisticalKeyFiguresRequestDTO
 
getAliasAddresses(AddressMatchDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Returns all known alias addresses for the sourceAddress.
getAllProfilesForClient(String) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Returns all profiles for the given client.
getDataOfAllClientSystems - Variable in class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataRequestDTO
If true, statistic data will be returned for each client system.

Default value: false
getIdentCode() - Method in class de.aeb.xnsg.rex.bf.ProfileDTO
 
getLastTerrorListUpdate(String, String) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Returns the last date of a terror list update for the given client and profile.
getMatchingAddresses(AddressPatternDTO, MatchParametersDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Finds matching addresses for one specific AddressPatternDTO.
getName() - Method in class de.aeb.xnsg.rex.bf.ProfileDTO
 
getScreeningStatisticData(GetScreeningStatisticDataRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Returns statistic data according to the specified parameters.
GetScreeningStatisticDataRequestDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for requesting statistic data in Compliance Screening.
GetScreeningStatisticDataRequestDTO() - Constructor for class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataRequestDTO
 
GetScreeningStatisticDataResponseDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for statistic data in Compliance Screening.
GetScreeningStatisticDataResponseDTO() - Constructor for class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataResponseDTO
 
goodGuy(GoodGuyAddressDTO) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
GoodGuyAddressDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for a Good Guy address.
GoodGuyAddressDTO() - Constructor for class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
 
GoodGuyConditionDTO - Class in de.aeb.xnsg.rex.bf
Condition of a Good Guy.
GoodGuyConditionDTO() - Constructor for class de.aeb.xnsg.rex.bf.GoodGuyConditionDTO
 
GoodGuyDefinitionResultDTO - Class in de.aeb.xnsg.rex.bf
The result of a Good Guy definition request.
GoodGuyDefinitionResultDTO() - Constructor for class de.aeb.xnsg.rex.bf.GoodGuyDefinitionResultDTO
 
groupName - Variable in class de.aeb.xnsg.rex.af.TerrorListAFParmsDTO
ID of the restricted party list to view.

Example value: "BOE"
Maximum length: 10

H

happendAtDate - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
The date and time zone when the event happened.
hasMoreDetails - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
If true, the matching address has more detail information, not returned with this DTO.
You can use IRexAF.terrorAddress(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO, de.aeb.xnsg.rex.af.TerrorAddressAFParmsDTO) with the AddressMatchDTO.internalAddressId to get an URL for displaying the restricted party address details.
httpUrl - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
used when the application facade is to be opened in a browser An http:// or https:// URL which is a web side to display the application facade,

I

IComplianceScreeningAF - Interface in de.aeb.xnsg.rex.af
"New" business facade for REST.
Normally, it would not be necessary to introduce a new BF for REST, but some peculiarities of the RexAF make it necessary, as our Eclipse Plugin cannot handle it properly currently (e.g.
IComplianceScreeningBF - Interface in de.aeb.xnsg.rex.bf
"New" business facade for REST.
Normally, it would not be necessary to introduce a new BF for REST, but some peculiarities of the RexBF make it necessary, as our Eclipse Plugin cannot handle it properly currently (e.g.
IComplianceScreeningInternalBF - Interface in de.aeb.xnsg.rex.bf.internal
Internal business facade interface for compliance screening.
ID_TYPE_BIC - Static variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Possible value for AddressIdDTO.idType.
ID_TYPE_DOMAIN_NAME - Static variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Possible value for AddressIdDTO.idType.
ID_TYPE_DUNS_NO - Static variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Possible value for AddressIdDTO.idType.
ID_TYPE_IMO_NO - Static variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Possible value for AddressIdDTO.idType.
ID_TYPE_PASSPORT_NO - Static variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Possible value for AddressIdDTO.idType.
ID_TYPE_TAX_NO - Static variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Possible value for AddressIdDTO.idType.
identCode - Variable in class de.aeb.xnsg.rex.bf.ProfileDTO
The internal identcode of the profile
Prefer using the getter/setter to accessing this field, to let the DTO convert all identCodes to upper case.

Example value: "DEFAULT"
Maximum length: 20
ids - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Optional IDs of the address, e.g.
idType - Variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Type of an address ID.

Possible values are: ""DUNS_NO"" ""TAX_NO"" ""BIC"" ""IMO_NO"" ""PASSPORT_NO"" ""DOMAIN_NAME""
Depending on settings in the profile, is may also be allowed to let this field empty, in which case the AddressIdDTO.idValue is matched against any id type.
idValue - Variable in class de.aeb.xnsg.rex.bf.AddressIdDTO
Mandatory field
Value of an ID, e.g.
IFoundationAF - Interface in de.aeb.xnsg.foundation.af
Application facade for the XNSGFoundation
info - Variable in class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
Initial value for the description of the event, which can be altered by the user.
May be null.

Maximum length: 60,000
info - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Summary additional information, e.g.
info - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
A textual description of the event.

Example value: "The compliance lock for order 4711 was removed."
Maximum length: 60,000
internalAddressId - Variable in class de.aeb.xnsg.rex.af.TerrorAddressAFParmsDTO
The internalAddressId, as returned by IRexBF.getMatchingAddresses(de.aeb.xnsg.rex.bf.AddressPatternDTO, de.aeb.xnsg.rex.bf.MatchParametersDTO) in the field AddressMatchDTO.internalAddressId.

Example value: "123454678901234567890"
Maximum length: 50
internalAddressId - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Internal id of the found address.
For compatibility with clients not aware of the later introduced field AddressMatchDTO.matchType, this is the constant "-", if the match is not based on a restricted party address (e.g.
IRexAF - Interface in de.aeb.xnsg.rex.af
Application facade interface for Rex.
IRexBF - Interface in de.aeb.xnsg.rex.bf
The interface to the address pool which is able to search for addresses in restricted party lists by heuristic matching and to define Good Guys.
isACEmbedded - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
true to display header and statusbar, false if ac should be embedded in another
isActive - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Defines whether the Good Guy is active or not.

L

language - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
The two letter ISO code of the language of the new session.
lastRestrictedPartyListUpdate(String, String) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
LastRestrictedPartyListUpdateResponseDTO - Class in de.aeb.xnsg.rex.bf.restdto
DTO for wrapping the a "simple" Date result of a function to something, which is JSON-able.
LastRestrictedPartyListUpdateResponseDTO() - Constructor for class de.aeb.xnsg.rex.bf.restdto.LastRestrictedPartyListUpdateResponseDTO
 
lastUpdate - Variable in class de.aeb.xnsg.rex.bf.restdto.LastRestrictedPartyListUpdateResponseDTO
 
level - Variable in class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
Deprecated.
level is implied as informational for manual events
level - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
The severity level of the event to log.
LEVEL_ERROR - Static variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Constant describing the "Error" level.
LEVEL_INFO - Static variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Constant describing the "Info" level.
LEVEL_RESTRICTION - Static variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Constant describing the "Restriction" level.
LEVEL_WARNING - Static variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Constant describing the "Warning" level.
listAbbreviation - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Abbreviation of the restricted party list where the address was found.
For compatibility with clients not aware of the later introduced field AddressMatchDTO.matchType, this is the constant "-", if the match is not based on a restricted party address (e.g.
listGroupName - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Internal technical identifier of restricted party list where the address was found.
listName - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Description of the restricted party list where the address was found.
logEntry(ClientSystemComplianceEventDTO) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 

M

manualAddressCheck(ApplicationFacadeParmsDTO, ManualAddressCheckAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays a manual address check.
ManualAddressCheckAFParmsDTO - Class in de.aeb.xnsg.rex.af
ManualAddressCheckAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.ManualAddressCheckAFParmsDTO
 
manualAddressScreening(ManualAddressScreeningRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
ManualAddressScreeningRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
ManualAddressScreeningRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.ManualAddressScreeningRequestDTO
 
manualLogEntry(ManualLogEntryRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
ManualLogEntryRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
ManualLogEntryRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.ManualLogEntryRequestDTO
 
manualProtocolEntry(ApplicationFacadeParmsDTO, ManualProtocolEntryAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays an editor for a new manually entered protocol entry.
ManualProtocolEntryAFParmsDTO - Class in de.aeb.xnsg.rex.af
ManualProtocolEntryAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
 
MATCH_TYPE_ADDRESS_AND_NAME - Static variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Indicates that the match was found by matching the address (including the name) with a restricted party.
MATCH_TYPE_ADDRESS_ONLY - Static variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Indicates that the match was found by matching the address without name with a restricted party.
MATCH_TYPE_EMBARGO_AREA - Static variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Indicates that the match was found by matching the address with an embargo area.
MATCH_TYPE_IDS_ONLY - Static variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Indicates that the match was found by comparing IDs like e.g.
matchFound - Variable in class de.aeb.xnsg.rex.bf.BatchMatchResultDTO
The result of the screening.
matchHandlingCount(MatchHandlingCountRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Returns the number of matches for the requested match handling view.
MatchHandlingCountFilterParmsDTO - Class in de.aeb.xnsg.rex.bf
Parameters to configure the match handling view when counting the matches.
MatchHandlingCountFilterParmsDTO() - Constructor for class de.aeb.xnsg.rex.bf.MatchHandlingCountFilterParmsDTO
 
MatchHandlingCountRequestDTO - Class in de.aeb.xnsg.rex.bf
Represents the request for counting matches in the match handling overview.
MatchHandlingCountRequestDTO() - Constructor for class de.aeb.xnsg.rex.bf.MatchHandlingCountRequestDTO
 
MatchHandlingCountResponseDTO - Class in de.aeb.xnsg.rex.bf
Represents the response of counting matches
MatchHandlingCountResponseDTO() - Constructor for class de.aeb.xnsg.rex.bf.MatchHandlingCountResponseDTO
 
matchHandlingOverview(ApplicationFacadeParmsDTO, MatchHandlingOverviewAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays the match handling overview.
MatchHandlingOverviewAFParmsDTO - Class in de.aeb.xnsg.rex.af
MatchHandlingOverviewAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.MatchHandlingOverviewAFParmsDTO
 
MatchHandlingOverviewRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
MatchHandlingOverviewRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.MatchHandlingOverviewRequestDTO
 
matchHandlingView(MatchHandlingOverviewRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
MatchParametersDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object of parameters for a screening match request.
MatchParametersDTO() - Constructor for class de.aeb.xnsg.rex.bf.MatchParametersDTO
 
matchType - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Type of the found match, which can be one of the following constants: "MATCH_TYPE_ADDRESS_AND_NAME" "MATCH_TYPE_ADDRESS_ONLY" "MATCH_TYPE_EMBARGO_AREA" "MATCH_TYPE_IDS_ONLY" (since 2023/02)
Maximum length: 40
module - Variable in class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
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.
module - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Mandatory field
The module the log entry should be created for.

N

name - Variable in class de.aeb.xnsg.rex.af.TerrorListAFParmsDTO
Deprecated.
Use groupName instead.
name - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Full name of the address, e.g.
name - Variable in class de.aeb.xnsg.rex.bf.ProfileDTO
The human-readable name of the profile

Example value: "Default"
Maximum length: 60
name1 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for companies: The first line of the addresses name.
name2 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for companies: The second line of the addresses name.
name3 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for companies: The third line of the addresses name.
name4 - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for companies: The fourth line of the addresses name.
nationalityISO - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: Two-letter ISO code for the nationality.
NEWLY_DEFINED - Static variable in class de.aeb.xnsg.rex.bf.GoodGuyDefinitionResultDTO
Value 2: The good guy was newly defined in at least one good guy list referenced in the profile.
niNumber - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional identification tokens or numbers of individuals.

Example value: "Italian fiscal code SSYBLK62T26Z336L"
Maximum length: 50
NO_GGLIST - Static variable in class de.aeb.xnsg.rex.bf.GoodGuyDefinitionResultDTO
Value 0: No good guy was defined, because there was no good guy list referenced in the profile.
NO_VALUE_AVAILABLE - Static variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Value filled in AddressMatchDTO.listGroupName, AddressMatchDTO.listName, AddressMatchDTO.listAbbreviation and AddressMatchDTO.internalAddressId if the match is not based on a restricted party address (e.g.
numAddressesChecked - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of addresses checked in the selected period.
numAddressesCheckedBF - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of checked addresses from partner systems.
numAddressesCheckedFile - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of checked addresses from file checks.
numClientSystemErrors - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of errors reported from partner system (log entries with log type 'Partner system notification' and event 'Error').
numDefinedAsGoodGuy - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches for which a Good Guy was created.
numFileChecksChecked - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of completed address file checks.
numFileChecksWithErrors - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address file checks with errors.
numGoodGuyAlarmsCreated - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of Good Guy alarms created in the selected period.
numGoodGuyAlarmsFound - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of Good Guys checked in the selected period that lead to a Good Guy alarm.
numGoodGuyAlarmsProcessed - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of newly created Good Guy alarms that have already been processed.
numGoodGuysChecked - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of Good Guys checked in the selected period.
numMatchesCreated - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches for which a log entry was created during the selected period.
numMatchesFound - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of addresses for which a match was found.
numMaxSimilarity75to79 - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches with a max.
numMaxSimilarity80to84 - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches with a max.
numMaxSimilarity85to89 - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches with a max.
numMaxSimilarity90to94 - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches with a max.
numMaxSimilarity95to100 - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of address matches with a max.
numProcessed - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Number of newly created address matches that have already been processed.

O

openToTray - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Optional field, which may be set if application should be opened to tray (default: false) - currently not available for vaadin, will be ignored
organisationUnitHost - Variable in class de.aeb.xnsg.rex.bf.AddressPatternDTO
Address specific ident code of the organizational unit.
organisationUnitHost - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Ident code of the organizational unit.
May be null.

Example value: "Sales Unit 0711"
Maximum length: 255
organisationUnitHost - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Ident code of the organizational unit.
Currently not used.
organisationUnitHost - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Ident code of the organizational unit.
An address specific organizational unit can be specified via AddressPatternDTO.

P

parameters - Variable in class de.aeb.xnsg.foundation.af.AFExecuteProcessParmsDTO
parameters to the executable.
passportData - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: Textual information about the passport, e.g.
pc - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Postal code of the city.
pcPostbox - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
The postal code of the P.O.
position - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: Textual information about the position of the individual.

Example value: "Senior official of the Islamic State in Iraq and the Levant (ISIL)"
Maximum length: 200
postbox - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
The P.O.
preferredHeight - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Optional field, which may be set if preferred height of AF should be different from default.
preferredWidth - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Optional field, which may be set if preferred width of AF should be different from default.
prenames - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: The prenames of a person.

Example value: "Abu"
Maximum length: 50
productname - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Optional field, which may be set if productname differs from standard product name
productShortName - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Optional field, which may be set if productShortName differs from standard product name
ProfileDTO - Class in de.aeb.xnsg.rex.bf
Data Transfer Object for compliance profiles.
ProfileDTO() - Constructor for class de.aeb.xnsg.rex.bf.ProfileDTO
 
profileIdentCode - Variable in class de.aeb.xnsg.rex.af.ManualAddressCheckAFParmsDTO
The ident code of the Compliance profile used for screening.
profileIdentCode - Variable in class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
The ident code of the Compliance profile.
profileIdentCode - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Ident code of the Compliance profile to create the log entry for.
profileIdentCode - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Mandatory field
Ident code of a Compliance profile.
profileIdentCode - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Mandatory field
Ident code of a Compliance profile.
profileIdentCode - Variable in class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
Ident code of the Compliance profile of Trade Compliance Management.
profileIdentCodePattern - Variable in class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
Value for the search criterion to find statistical data of events using a specific profile - belonging to the specified client.
profiles(String) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
protocolClientSystemEvent(ClientSystemComplianceEventDTO) - Method in interface de.aeb.xnsg.rex.bf.IRexBF
Logs a generic event from the client system in Trade Compliance Management.

R

referenceComment - Variable in class de.aeb.xnsg.rex.bf.AddressPatternDTO
User readable reference comment for logs, e.g.
referenceComment - Variable in class de.aeb.xnsg.rex.bf.BatchMatchResultDTO
Copied from the corresponding field in in the request, allowing to correlate the results to the request.

Example value: "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP"
Maximum length: 3,000
referenceComment - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
User readable reference comment for a host system object or transaction the log entry is linked to.
referenceComment - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Reference comment for logging.

Example value: "Client: 800, User: BEN003, Pc: PC-PHILIPP"
Maximum length: 3,000
referenceComment - Variable in class de.aeb.xnsg.rex.bf.internal.SetFinalCommentRequestDTO
Mandatory field
The updated reference comment.
referenceId - Variable in class de.aeb.xnsg.rex.af.ManualProtocolEntryAFParmsDTO
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
referenceId - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
Value for the search criterion to find the specific log for the given reference (internal).

Example value: "customer.4711.aeb.123"
referenceId - Variable in class de.aeb.xnsg.rex.bf.AddressPatternDTO
Reference key for match results and logs, e.g.
referenceId - Variable in class de.aeb.xnsg.rex.bf.BatchMatchResultDTO
Copied from the corresponding field in the request, allowing to correlate the results to the request.

Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP"
Maximum length: 255
referenceId - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
Reference ID for a host system object or transaction the log entry is linked to.
referenceId - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
Reference id for logging.

Example value: "CLIENT=800;USER=BEN003;PC=PC-PHILIPP"
Maximum length: 255
referenceId - Variable in class de.aeb.xnsg.rex.bf.internal.SetFinalCommentRequestDTO
Mandatory field
Combined with clientIdentCode and clientSystemId, uniquely identifies the screening transaction is question.
referenceIdPattern - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
Value for the search criterion to find logs of a specific reference (internal).

Example value: "CUSNO=4711*"
releaseApplicationFacade(String) - Method in interface de.aeb.xnsg.foundation.af.IFoundationAF
Release a application facade which is no longer needed.
This call will save resources in the server, because the server must not wait for the timeout of the application facades session but can release it earlier.
The method should only be called if it is definitively known, that no access to the application facade by the user is possible any more, e.g.
restrictedPartyAddress(RestrictedPartyAddressRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
RestrictedPartyAddressRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
RestrictedPartyAddressRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.RestrictedPartyAddressRequestDTO
 
restrictedPartyList(RestrictedPartyListRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
RestrictedPartyListRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
RestrictedPartyListRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.RestrictedPartyListRequestDTO
 
restrictionDate - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Restriction date of the found address.
restrictionSource - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Restriction source of the found address.

Example value: "Terrorism and Terrorist Financing"
Maximum length: 100
restrictionType - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Restriction type of the found address.

Example value: "EU-CR"
Maximum length: 40

S

screenAddresses(ScreenAddressesRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
ScreenAddressesRequestDTO - Class in de.aeb.xnsg.rex.bf.restdto
Wrapper DTO class for wrapping all parameters to IRexBF.batchMatch(de.aeb.xnsg.rex.bf.AddressPatternDTO[], de.aeb.xnsg.rex.bf.MatchParametersDTO) into one parameter for REST confirmity.
ScreenAddressesRequestDTO() - Constructor for class de.aeb.xnsg.rex.bf.restdto.ScreenAddressesRequestDTO
 
screeningLogEntry(ScreeningProtocolEntryRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
screeningLogs(ScreeningLogsRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
ScreeningLogsRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
ScreeningLogsRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.ScreeningLogsRequestDTO
 
screeningParameters - Variable in class de.aeb.xnsg.rex.bf.restdto.FindMatchingAddressesRequestDTO
 
screeningParameters - Variable in class de.aeb.xnsg.rex.bf.restdto.ScreenAddressesRequestDTO
 
screeningProtocol(ApplicationFacadeParmsDTO, ScreeningProtocolAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays a specific screening protocol.
ScreeningProtocolAFParmsDTO - Class in de.aeb.xnsg.rex.af
ScreeningProtocolAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
 
screeningProtocolEntry(ScreeningProtocolEntryRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
Deprecated.
ScreeningProtocolEntryRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
ScreeningProtocolEntryRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.ScreeningProtocolEntryRequestDTO
 
screeningProtocols(ApplicationFacadeParmsDTO, ScreeningProtocolsAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays a filter for screening protocols.
ScreeningProtocolsAFParmsDTO - Class in de.aeb.xnsg.rex.af
ScreeningProtocolsAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
 
screeningStatisticData(GetScreeningStatisticDataRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.IComplianceScreeningBF
 
ScreeningStatisticDataDTO - Class in de.aeb.xnsg.rex.bf
Data transfer object for statistic data in Compliance Screening.
ScreeningStatisticDataDTO() - Constructor for class de.aeb.xnsg.rex.bf.ScreeningStatisticDataDTO
 
searchDateFromPattern - Variable in class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or after a specific date.
searchDateToPattern - Variable in class de.aeb.xnsg.rex.af.BIDataApplicationParmsDTO
Value, accurate to the day, for the search criterion to find statistical data of events that occurred on or before a specific date.
sessionid - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
The session id of the application facade which may be used as a parameter to read results from the application facade.
SetFinalCommentRequestDTO - Class in de.aeb.xnsg.rex.bf.internal
Request DTO for IComplianceScreeningInternalBF containing identifying data for the entries to be updated as well as the new reference comment.
SetFinalCommentRequestDTO() - Constructor for class de.aeb.xnsg.rex.bf.internal.SetFinalCommentRequestDTO
 
SetFinalCommentResponseDTO - Class in de.aeb.xnsg.rex.bf.internal
On success this response will be empty.
SetFinalCommentResponseDTO() - Constructor for class de.aeb.xnsg.rex.bf.internal.SetFinalCommentResponseDTO
 
setFinalReferenceComment(SetFinalCommentRequestDTO) - Method in interface de.aeb.xnsg.rex.bf.internal.IComplianceScreeningInternalBF
Update the reference comment for existing screening protocols.
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.ManualAddressScreeningRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.ManualLogEntryRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.MatchHandlingOverviewRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.RestrictedPartyAddressRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.RestrictedPartyListRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.ScreeningLogsRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.ScreeningProtocolEntryRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.StatisticalDataRequestDTO
 
setGeneralParms(ApplicationFacadeParmsDTO) - Method in class de.aeb.xnsg.rex.af.restdto.StatisticalKeyFiguresRequestDTO
 
setIdentCode(String) - Method in class de.aeb.xnsg.rex.bf.ProfileDTO
 
setName(String) - Method in class de.aeb.xnsg.rex.bf.ProfileDTO
 
shellExecute - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
parameters when the application is to be invoked via shellExecute
similarity - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Measure of similarity of the address between 60 and 100.
sourceWebLink - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Link pointing to the source of the restriction.

Example value: "www.youm7.com/story/2017/6/9/"
Maximum length: 1,000
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.ManualAddressScreeningRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.ManualLogEntryRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.MatchHandlingOverviewRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.RestrictedPartyAddressRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.RestrictedPartyListRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.ScreeningLogsRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.ScreeningProtocolEntryRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.StatisticalDataRequestDTO
 
specificParms - Variable in class de.aeb.xnsg.rex.af.restdto.StatisticalKeyFiguresRequestDTO
 
statisticalData(StatisticalDataRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
StatisticalDataRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
StatisticalDataRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.StatisticalDataRequestDTO
 
statisticalKeyFigures(StatisticalKeyFiguresRequestDTO) - Method in interface de.aeb.xnsg.rex.af.IComplianceScreeningAF
 
StatisticalKeyFiguresRequestDTO - Class in de.aeb.xnsg.rex.af.restdto
 
StatisticalKeyFiguresRequestDTO() - Constructor for class de.aeb.xnsg.rex.af.restdto.StatisticalKeyFiguresRequestDTO
 
statisticDataRecords - Variable in class de.aeb.xnsg.rex.bf.GetScreeningStatisticDataResponseDTO
Entries of statistic data.
storedViewName - Variable in class de.aeb.xnsg.rex.af.MatchHandlingOverviewAFParmsDTO
The abbreviation or a (translated) name of a view.
storedViewName - Variable in class de.aeb.xnsg.rex.bf.MatchHandlingCountFilterParmsDTO
The abbreviation or a (translated) name of a view.
street - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Street of the address, including house number.
stylevariant - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Deprecated.
suppressLogging - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
If true, the address screening operation will not be logged, thus match handling in Trade Compliance Management will not be possible.
If omitted or false, the address screening operation will be logged.

Default value: false
surname - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: The surname of a person.

Example value: "Ahmed"
Maximum length: 50

T

telNo - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Telephone number.

Example value: "+4413859-489548"
Maximum length: 40
terrorAddress(ApplicationFacadeParmsDTO, TerrorAddressAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays a terror address.
TerrorAddressAFParmsDTO - Class in de.aeb.xnsg.rex.af
TerrorAddressAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.TerrorAddressAFParmsDTO
 
terrorList(ApplicationFacadeParmsDTO, TerrorListAFParmsDTO) - Method in interface de.aeb.xnsg.rex.af.IRexAF
Returns an application facade which displays a terror list.
TerrorListAFParmsDTO - Class in de.aeb.xnsg.rex.af
TerrorListAFParmsDTO() - Constructor for class de.aeb.xnsg.rex.af.TerrorListAFParmsDTO
 
threshold - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
Define the similarity threshold in percentage which should be used for screening checks.
Optionally overrides the value from the Compliance profile used.
title - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolAFParmsDTO
The title to be displayed by the application to be opened.

Example value: "Screening Logs"
title - Variable in class de.aeb.xnsg.rex.af.ScreeningProtocolsAFParmsDTO
The title to be displayed by the application to be opened.

Example value: "Screening Logs"
title - Variable in class de.aeb.xnsg.rex.bf.AddressDTO
Additional information only for individuals: The title of a person.

Example value: "Haji"
Maximum length: 20

U

updateDate - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Last changed date of the restricted party address.
updateId - Variable in class de.aeb.xnsg.rex.bf.AddressMatchDTO
Address number of the restricted party address.
urlCloseToken - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
url token to check on the remote system (for example SAP) if the browser was closed.
user - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
The user of the new session.
It is not required, that this user is a valid user name of the client.
userIdentification - Variable in class de.aeb.xnsg.rex.bf.ClientSystemComplianceEventDTO
A description of the user who made the event.
userIdentification - Variable in class de.aeb.xnsg.rex.bf.GoodGuyAddressDTO
The users name to be used for protocolling.

Example value: "BEN003"
Maximum length: 100
userIdentification - Variable in class de.aeb.xnsg.rex.bf.MatchParametersDTO
The user name to be used for logging.

V

value - Variable in class de.aeb.xnsg.rex.bf.AddressCheckConditionDTO
Mandatory field
The condition value to be unique per unique condition.
value - Variable in class de.aeb.xnsg.rex.bf.GoodGuyConditionDTO
Mandatory field
The mandatory value of this condition

Example value: "ORDER_4711"
Maximum length: 1,000

W

wasGoodGuy - Variable in class de.aeb.xnsg.rex.bf.BatchMatchResultDTO
true, if a Good Guy was defined for this address.
workDir - Variable in class de.aeb.xnsg.foundation.af.AFExecuteProcessParmsDTO
the current directory to be set for the process created as given in executable may be null
workplace(ApplicationFacadeParmsDTO) - Method in interface de.aeb.xnsg.foundation.af.IFoundationAF
Creates an application facade to be able to display the workplace.
The difference of this method compared to the the method "IFoundationBF.getWorkplaceURL()" is the fact, that no logon mask will be displayed before entering the workplace
The RFC name of this function is "/AEB/XNSG_IF_WPL"
workstationId - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
The unique workstation identifier of the new session.
The identifier of the workstation must be configured and unique within the same client.
workstationSessionId - Variable in class de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
The unique workstation agent session identifier of the new session.
It defines a concrete and already established session agent bound to the local workstation e.g.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form