Package de.aeb.xnsg.aes.xdecl.af
Interface IAESXDeclarationAF
@BusinessFacade
public interface IAESXDeclarationAF
AF (Application Facade) for the AES Engine International.
-
Method Summary
Modifier and TypeMethodDescriptionde.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenAESDeclarationFolder(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, OpenAESDeclarationFolderDTO folderDTO) Delivers an Application Facade (AF) to show the data, state, messages, .. for a given declaration.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOshowCustomsDocument(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, ShowAESCustomsDocumentDTO customsDocumentDTO) Delivers an Application Facade (AF) to show the a specific customs document for a given declaration
-
Method Details
-
openAESDeclarationFolder
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openAESDeclarationFolder(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, OpenAESDeclarationFolderDTO folderDTO) Delivers an Application Facade (AF) to show the data, state, messages, .. for a given declaration.
The RFC name of this function is "/AEB/AESX_IF_SHOWDECL"- Parameters:
afParms-folderDTO-
-
showCustomsDocument
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO showCustomsDocument(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO afParms, ShowAESCustomsDocumentDTO customsDocumentDTO) Delivers an Application Facade (AF) to show the a specific customs document for a given declaration
- Parameters:
afParms-customsDocumentDTO-
-