Package de.aeb.xnsg.rex.bf
Interface IComplianceScreeningBF
@BusinessFacade
public interface IComplianceScreeningBF
"New" API for REST.
Normally, it would not be necessary to introduce a new API for REST, but some peculiarities of the Rex API make it necessary, as our Eclipse Plugin cannot handle it properly currently (e.g. there are methods with more than 1 argument).
Remark, that this API is annotated with 'BFInternal', so it will not be shown in the list of API documentations (hence we do not need Javadoc for it). Luckily the API is still shown in the swagger UI.
Normally, it would not be necessary to introduce a new API for REST, but some peculiarities of the Rex API make it necessary, as our Eclipse Plugin cannot handle it properly currently (e.g. there are methods with more than 1 argument).
Remark, that this API is annotated with 'BFInternal', so it will not be shown in the list of API documentations (hence we do not need Javadoc for it). Luckily the API is still shown in the swagger UI.
-
Method Summary
Modifier and TypeMethodDescriptionaliasAddresses(String listGroupName, String aliasGroupNo, String internalAddressId) goodGuy(GoodGuyAddressDTO goodGuy) lastRestrictedPartyListUpdate(String client, String profile) voidscreenAddresses(ScreenAddressesRequestDTO request)
-
Method Details
-
screenAddresses
-
findMatchingAddresses
-
countMatchHandlingMatches
-
aliasAddresses
AddressMatchDTO[] aliasAddresses(String listGroupName, String aliasGroupNo, String internalAddressId) -
goodGuy
-
logEntry
-
profiles
-
lastRestrictedPartyListUpdate
LastRestrictedPartyListUpdateResponseDTO lastRestrictedPartyListUpdate(String client, String profile) -
screeningStatisticData
GetScreeningStatisticDataResponseDTO screeningStatisticData(GetScreeningStatisticDataRequestDTO requestData)
-