Package de.aeb.xnsg.ic.af
Interface IInternationalCustomsAF
@BusinessFacade(extraPackages={"de.aeb.xnsg.customs.requests","de.aeb.xnsg.customs.dto","de.aeb.xnsg.foundation.af"})
public interface IInternationalCustomsAF
Application facades for Customs Management
-
Method Summary
Modifier and TypeMethodDescriptionopenConsignmentFolder(ApplicationFacadeParmsDTO afParms, ICConsignmentFolderParmsDTO folderParms) Opens a consignment for the given parameters.openDeclarationAttachment(ApplicationFacadeParmsDTO afParms, ICDeclarationAttachmentParmsDTO attachmentParms) Opens an attachment of a declaration for the given parameters.openDeclarationFolder(ApplicationFacadeParmsDTO afParms, ICDeclarationFolderParmsDTO folderParms) Opens a declaration for the given parameters.openDeclarationSearch(ApplicationFacadeParmsDTO afParms, ICDeclarationSearchParmsDTO searchParms) Opens a declaration search for the given parameters.
-
Method Details
-
openDeclarationFolder
ApplicationFacadeDTO openDeclarationFolder(ApplicationFacadeParmsDTO afParms, ICDeclarationFolderParmsDTO folderParms) Opens a declaration for the given parameters. A declaration is identified by a businessObjectId which can be retrieved byIInternationalCustomsBF.getDeclarations(de.aeb.xnsg.ic.bf.dto.declaration.ICGetDeclarationsRequestDTO)orIInternationalCustomsBF.getChangedDeclarations(de.aeb.xnsg.ic.bf.dto.declaration.ICGetChangedDeclarationsRequestDTO). -
openDeclarationSearch
ApplicationFacadeDTO openDeclarationSearch(ApplicationFacadeParmsDTO afParms, ICDeclarationSearchParmsDTO searchParms) Opens a declaration search for the given parameters. -
openDeclarationAttachment
ApplicationFacadeDTO openDeclarationAttachment(ApplicationFacadeParmsDTO afParms, ICDeclarationAttachmentParmsDTO attachmentParms) Opens an attachment of a declaration for the given parameters. A declaration is identified by a businessObjectId which can be retrieved byIInternationalCustomsBF.getDeclarations(de.aeb.xnsg.ic.bf.dto.declaration.ICGetDeclarationsRequestDTO) -
openConsignmentFolder
ApplicationFacadeDTO openConsignmentFolder(ApplicationFacadeParmsDTO afParms, ICConsignmentFolderParmsDTO folderParms) Opens a consignment for the given parameters. A consignment is identified by a businessObjectId or a consignmentIdClientSystem.
-