Package de.aeb.xnsg.rex.bf
Interface IComplianceScreeningBF
@BusinessFacade
public interface IComplianceScreeningBF
"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. there are methods with more than 1 argument).
Remark, that this BF is annotated with 'BFInternal', so it will not be shown in the list of BF documentations (hence we do not need Javadoc for it). Luckily the BF is still shown in the swagger UI.
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. there are methods with more than 1 argument).
Remark, that this BF is annotated with 'BFInternal', so it will not be shown in the list of BF documentations (hence we do not need Javadoc for it). Luckily the BF 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) void
screenAddresses
(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)
-