Package de.aeb.xnsg.licmgmt.af
Interface ILicenseManagementAF
@BusinessFacade
public interface ILicenseManagementAF
API to access UIs in the License Management product.
-
Method Summary
Modifier and TypeMethodDescriptionde.aeb.xnsg.foundation.af.ApplicationFacadeDTOelanTransaction(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, ElanTransactionAFParmsDTO transactionParms) Returns a URL to a UI application that displays a single license application.
The RFC name of this function is "/AEB/CMP_IF_LIC_APPLIC_EDIT"de.aeb.xnsg.foundation.af.ApplicationFacadeDTOelanTransactionsOverview(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, ElanTransactionOverviewAFParmsDTO overviewParms) Returns a URL to a UI application that displays all license applications.
The RFC name of this function is "/AEB/CMP_IF_ELAN_TRANS_OVIEW"de.aeb.xnsg.foundation.af.ApplicationFacadeDTOlicenseEditor(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, LicenseEditorAFParmsDTO licenseParms) Returns a URL to a UI application that displays a single license identified by the license number given in the parameter licenseParms.
The RFC name of this function is "/AEB/CMP_IF_LICENSE"de.aeb.xnsg.foundation.af.ApplicationFacadeDTOlicensesOverview(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms) Returns a URL to a UI application that displays a filterable overview of all licenses maintained manually in Trade Compliance Management.
The RFC name of this function is "/AEB/CMP_IF_LIC_OVERVIEW"
-
Method Details
-
licensesOverview
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO licensesOverview(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms) Returns a URL to a UI application that displays a filterable overview of all licenses maintained manually in Trade Compliance Management.
The RFC name of this function is "/AEB/CMP_IF_LIC_OVERVIEW"- Parameters:
afParms- UI API parameters- Returns:
- URL to the UI API app
-
licenseEditor
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO licenseEditor(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, LicenseEditorAFParmsDTO licenseParms) Returns a URL to a UI application that displays a single license identified by the license number given in the parameter licenseParms.
The RFC name of this function is "/AEB/CMP_IF_LICENSE"- Parameters:
afParms- UI API parameterslicenseParms- Parameters to identify the license to be shown in the editor- Returns:
- URL to the UI API app
-
elanTransactionsOverview
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO elanTransactionsOverview(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, ElanTransactionOverviewAFParmsDTO overviewParms) Returns a URL to a UI application that displays all license applications.
The RFC name of this function is "/AEB/CMP_IF_ELAN_TRANS_OVIEW"- Parameters:
afParms- UI API parametersoverviewParms- overview parameters- Returns:
- URL to the UI API app
-
elanTransaction
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO elanTransaction(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, ElanTransactionAFParmsDTO transactionParms) Returns a URL to a UI application that displays a single license application.
The RFC name of this function is "/AEB/CMP_IF_LIC_APPLIC_EDIT"- Parameters:
afParms- UI API parameterstransactionParms- Contain the unique identifier of the license application- Returns:
- URL to the UI API app
-