Uses of Class
de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Packages that use ApplicationFacadeParmsDTO
Package
Description
This business facade 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 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" -
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 an application facade which displays the BI data key figures application.IRexAF.biDataOverview
(ApplicationFacadeParmsDTO afParms, BIDataOverviewParmsDTO overviewParms) Returns an application facade which displays the BI data overview application.IRexAF.manualAddressCheck
(ApplicationFacadeParmsDTO afParms, ManualAddressCheckAFParmsDTO checkParms) Returns an application facade which displays a manual address check.IRexAF.manualProtocolEntry
(ApplicationFacadeParmsDTO afParms, ManualProtocolEntryAFParmsDTO protParms) Returns an application facade which displays an editor for a new manually entered protocol entry.IRexAF.matchHandlingOverview
(ApplicationFacadeParmsDTO afParms, MatchHandlingOverviewAFParmsDTO matchHandlingOverviewParms) Returns an application facade which displays the match handling overview.IRexAF.screeningProtocol
(ApplicationFacadeParmsDTO afParms, ScreeningProtocolAFParmsDTO filterparms) Returns an application facade which displays a specific screening protocol.IRexAF.screeningProtocols
(ApplicationFacadeParmsDTO afParms, ScreeningProtocolsAFParmsDTO filterparms) Returns an application facade which displays a filter for screening protocols.IRexAF.terrorAddress
(ApplicationFacadeParmsDTO afParms, TerrorAddressAFParmsDTO addressParms) Returns an application facade which displays a terror address.IRexAF.terrorList
(ApplicationFacadeParmsDTO afParms, TerrorListAFParmsDTO listParms) Returns an application facade which displays a terror list. -
Uses of ApplicationFacadeParmsDTO in de.aeb.xnsg.rex.af.restdto
Fields in de.aeb.xnsg.rex.af.restdto declared as ApplicationFacadeParmsDTOModifier and TypeFieldDescriptionManualAddressScreeningRequestDTO.generalParms
ManualLogEntryRequestDTO.generalParms
MatchHandlingOverviewRequestDTO.generalParms
RestrictedPartyAddressRequestDTO.generalParms
RestrictedPartyListRequestDTO.generalParms
ScreeningLogsRequestDTO.generalParms
ScreeningProtocolEntryRequestDTO.generalParms
StatisticalDataRequestDTO.generalParms
StatisticalKeyFiguresRequestDTO.generalParms
Methods in de.aeb.xnsg.rex.af.restdto with parameters of type ApplicationFacadeParmsDTOModifier and TypeMethodDescriptionvoid
ManualAddressScreeningRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
ManualLogEntryRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
MatchHandlingOverviewRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
RestrictedPartyAddressRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
RestrictedPartyListRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
ScreeningLogsRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
ScreeningProtocolEntryRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
StatisticalDataRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
StatisticalKeyFiguresRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms)