Package de.aeb.xnsg.ftmc.af
Interface IFTMaterialClassificationAF
Deprecated.
AF for the foreign trade material classification (version 1.0)
This AF is deprecated, please use
IFTMaterialClassification20AF instead.-
Method Summary
Modifier and TypeMethodDescriptionde.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenAlNumberResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenAlNumberResearchDTO researchDTO) Deprecated.Opens the research of a AL number.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenCtCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCtCodeResearchDTO researchDTO) Deprecated.Opens the research of a customs tariff (CT) code.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenKnCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenKnCodeResearchDTO researchDTO) Deprecated.Opens the research of a KN code.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenMaterial(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialDTO materialDTO) Deprecated.Opens the folder of one material.
-
Method Details
-
openMaterial
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openMaterial(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialDTO materialDTO) Deprecated.Opens the folder of one material.- Parameters:
parmsDTO- general settings for authenticationmaterialDTO- request data to identify material- Returns:
- URL to open view
- Throws:
RemoteException
-
openKnCodeResearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openKnCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenKnCodeResearchDTO researchDTO) Deprecated.Opens the research of a KN code. Get the results of the research by the BFIFTMaterialClassificationBF.getMaterialData(de.aeb.xnsg.ftmc.bf.FTMCGetMaterialDataRequestDTO)- Parameters:
parmsDTO- general settings for authenticationresearchDTO- especially the material number- Returns:
- URL to open view
- Throws:
RemoteException
-
openCtCodeResearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openCtCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCtCodeResearchDTO researchDTO) Deprecated.Opens the research of a customs tariff (CT) code. Get the results of the research by the BFIFTMaterialClassificationBF.getMaterialData(de.aeb.xnsg.ftmc.bf.FTMCGetMaterialDataRequestDTO)- Parameters:
parmsDTO- general settings for authenticationresearchDTO- especially the material number- Returns:
- URL to open view
- Throws:
RemoteException
-
openAlNumberResearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openAlNumberResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenAlNumberResearchDTO researchDTO) Deprecated.Opens the research of a AL number. Get the results of the research by the BFIFTMaterialClassificationBF.getMaterialData(de.aeb.xnsg.ftmc.bf.FTMCGetMaterialDataRequestDTO)- Parameters:
parmsDTO- general settings for authenticationresearchDTO- especially the material number- Returns:
- URL to open view
- Throws:
RemoteException
-