Uses of Class
de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO
Packages that use ApplicationFacadeParmsDTO
Package
Description
This application facade provides access to some export control applications of Trade Compliance Management.
This business facade allows the creation of an Application session
and to create applications within this session.
-
Uses of ApplicationFacadeParmsDTO in de.aeb.xnsg.expctrl.af
Methods in de.aeb.xnsg.expctrl.af with parameters of type ApplicationFacadeParmsDTOModifier and TypeMethodDescriptionIExportControlAF.ecTransaction
(ApplicationFacadeParmsDTO afParms, ECTransactionParmsDTO parms) Returns an URL for an application, which displays an export control transaction.IExportControlAF.expCtrlProtocols
(ApplicationFacadeParmsDTO afParms, ExpCtrlProtocolsAFParmsDTO filterparms) Returns an URL for an application, which displays the overview of Export Controls log entries.
The RFC name of this function is "/AEB/CMP_IF_EXPCTRLLOGS
"IExportControlAF.listOfALs
(ApplicationFacadeParmsDTO afParms, AlListParmsDTO parms) Returns an URL for an application, which displays the EU export control list.
The RFC name of this function is "/AEB/CMP_IF_AL
"IExportControlAF.listOfECCNs
(ApplicationFacadeParmsDTO afParms, EccnListParmsDTO parms) Returns an URL for an application, which displays the Commerce Control List.
The RFC name of this function is "/AEB/CMP_IF_ECCN
"IExportControlAF.listOfGoodsAttributeValues
(ApplicationFacadeParmsDTO afParms, GoodsAttributeValuesParmsDTO parms) Returns an URL for an application, which displays the list of all known values of the specified goods attribute.IExportControlAF.quickCheck
(ApplicationFacadeParmsDTO afParms, QuickCheckParmsDTO parms) Returns an URL for an application, which displays the Quick check.
The RFC name of this function is "/AEB/CMP_IF_QC
"IExportControlAF.transactionCheckResult
(ApplicationFacadeParmsDTO afParms, TransactionCheckResultParmsDTO parms) Deprecated.As of 2019/05. -
Uses of ApplicationFacadeParmsDTO in de.aeb.xnsg.expctrl.af.restdto
Fields in de.aeb.xnsg.expctrl.af.restdto declared as ApplicationFacadeParmsDTOModifier and TypeFieldDescriptionCommerceControlListRequestDTO.generalParms
ECTransactionRequestDTO.generalParms
EUExportControlListRequestDTO.generalParms
ExpCtrlLogsRequestDTO.generalParms
GoodsAttributeValuesListRequestDTO.generalParms
QuickCheckRequestDTO.generalParms
Methods in de.aeb.xnsg.expctrl.af.restdto with parameters of type ApplicationFacadeParmsDTOModifier and TypeMethodDescriptionvoid
CommerceControlListRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
ECTransactionRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
EUExportControlListRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
ExpCtrlLogsRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
GoodsAttributeValuesListRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) void
QuickCheckRequestDTO.setGeneralParms
(ApplicationFacadeParmsDTO generalParms) -
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"