Uses of Class
de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Packages that use ApplicationFacadeParmsDTO
Package
Description
This UI API allows the creation of an Application session
and to create applications within this session.
This application facade provides access to some screening applications of Trade Compliance Management.
-
Uses of ApplicationFacadeParmsDTO in de.aeb.xnsg.foundation.af
Methods in de.aeb.xnsg.foundation.af with parameters of type ApplicationFacadeParmsDTOModifier and TypeMethodDescriptionIFoundationAF.workplace(ApplicationFacadeParmsDTO parms) Creates an UI API 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" -
Uses of ApplicationFacadeParmsDTO in de.aeb.xnsg.rex.af
Methods in de.aeb.xnsg.rex.af with parameters of type ApplicationFacadeParmsDTOModifier and TypeMethodDescriptionIRexAF.biDataKeyFigures(ApplicationFacadeParmsDTO afParms, BIDataKeyFiguresParmsDTO keyFiguresParms) Returns a UI API app which displays the statistical key figures application.IRexAF.biDataOverview(ApplicationFacadeParmsDTO afParms, BIDataOverviewParmsDTO overviewParms) Returns a UI API app which displays the statistical overview application.IRexAF.manualAddressCheck(ApplicationFacadeParmsDTO afParms, ManualAddressCheckAFParmsDTO checkParms) Returns a UI API app which displays a manual address check.IRexAF.manualProtocolEntry(ApplicationFacadeParmsDTO afParms, ManualProtocolEntryAFParmsDTO protParms) Returns a UI API app which displays an editor for a new manually entered log entry.IRexAF.matchHandlingEntry(ApplicationFacadeParmsDTO afParms, MatchHandlingEntryAFParmsDTO matchHandlingEntryParms) Returns a UI API app which displays a match handling entry.IRexAF.matchHandlingOverview(ApplicationFacadeParmsDTO afParms, MatchHandlingOverviewAFParmsDTO matchHandlingOverviewParms) Returns a UI API app which displays the match handling overview.IRexAF.screeningProtocol(ApplicationFacadeParmsDTO afParms, ScreeningProtocolAFParmsDTO filterparms) Returns a UI API app which displays a specific screening log entry for an address match, Good Guy alarm or non match.IRexAF.screeningProtocols(ApplicationFacadeParmsDTO afParms, ScreeningProtocolsAFParmsDTO filterparms) Returns a UI API app which displays a filter for screening logs.IRexAF.terrorAddress(ApplicationFacadeParmsDTO afParms, TerrorAddressAFParmsDTO addressParms) Returns a UI API app which displays a restricted party address.IRexAF.terrorList(ApplicationFacadeParmsDTO afParms, TerrorListAFParmsDTO listParms) Returns a UI API app which displays a restricted party list. -
Uses of ApplicationFacadeParmsDTO in de.aeb.xnsg.rex.af.restdto
Fields in de.aeb.xnsg.rex.af.restdto declared as ApplicationFacadeParmsDTOModifier and TypeFieldDescriptionManualAddressScreeningRequestDTO.generalParmsManualLogEntryRequestDTO.generalParmsMatchHandlingEntryRequestDTO.generalParmsMatchHandlingOverviewRequestDTO.generalParmsRestrictedPartyAddressRequestDTO.generalParmsRestrictedPartyListRequestDTO.generalParmsScreeningLogsRequestDTO.generalParmsScreeningProtocolEntryRequestDTO.generalParmsStatisticalDataRequestDTO.generalParmsStatisticalKeyFiguresRequestDTO.generalParmsMethods in de.aeb.xnsg.rex.af.restdto with parameters of type ApplicationFacadeParmsDTOModifier and TypeMethodDescriptionvoidManualAddressScreeningRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidManualLogEntryRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidMatchHandlingOverviewRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidRestrictedPartyAddressRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidRestrictedPartyListRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidScreeningLogsRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidScreeningProtocolEntryRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidStatisticalDataRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms) voidStatisticalKeyFiguresRequestDTO.setGeneralParms(ApplicationFacadeParmsDTO generalParms)