Package de.aeb.xnsg.ftmc.af.v2
Interface IFTMaterialClassification20AF
@BusinessFacade
public interface IFTMaterialClassification20AF
AF for the foreign trade material classification (version 2.0)
-
Method Summary
Modifier and TypeMethodDescriptionde.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenClassificationCodeValueSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenClassificationCodeValueSearchDTO searchDTO) Opens the classification code value search with the specified filter parameters.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCodeResearchDTO researchDTO) Opens the research of a code number.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenCodeSubstitutionSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCodeSubstitutionSearchDTO codeSubstitutionSearchDTO) Opens the code substitution search.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenMaterial(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialDTO materialDTO) Opens the folder of one material.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenMaterialClassification(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialClassificationDTO materialClassificationDTO) Opens the UI for classifying either the import or the export commodity code (or export control number) for one material for one country.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenMaterialSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialSearchDTO materialSearchDTO) Opens the material search.de.aeb.xnsg.foundation.af.ApplicationFacadeDTOopenQuestionnaire(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, OpenQuestionnaireParmsDTO questionnaireDTO) No longer supported
-
Method Details
-
openCodeSubstitutionSearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openCodeSubstitutionSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCodeSubstitutionSearchDTO codeSubstitutionSearchDTO) Opens the code substitution search.- Parameters:
parmsDTO- general settings for authenticationcodeSubstitutionSearchDTO- request data to initialize the search filter- Returns:
- URL to open view
- Throws:
RemoteException
-
openMaterialSearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openMaterialSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialSearchDTO materialSearchDTO) Opens the material search.- Parameters:
parmsDTO- general settings for authenticationmaterialSearchDTO- request data to initialize the search filter- Returns:
- URL to open view
- Throws:
RemoteException
-
openMaterial
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openMaterial(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialDTO materialDTO) Opens the folder of one material.- Parameters:
parmsDTO- general settings for authenticationmaterialDTO- request data to identify material- Returns:
- URL to open view
- Throws:
RemoteException
-
openCodeResearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCodeResearchDTO researchDTO) Opens the research of a code number. The type of code number to research is specified in the researchDTO. Get the results of the research by the BFIFTMaterialClassification20BF.getMaterialData(de.aeb.xnsg.ftmc.bf.FTMCGetMaterialDataRequestDTO)- Parameters:
parmsDTO- general settings for authenticationresearchDTO- especially the material number- Returns:
- URL to open view
- Throws:
RemoteException
-
openQuestionnaire
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openQuestionnaire(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, OpenQuestionnaireParmsDTO questionnaireDTO) No longer supported -
openMaterialClassification
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openMaterialClassification(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialClassificationDTO materialClassificationDTO) Opens the UI for classifying either the import or the export commodity code (or export control number) for one material for one country.- Parameters:
parmsDTO- general settings for authenticationmaterialClassificationDTO- identifying the material and particular classification to edit- Returns:
-
openClassificationCodeValueSearch
de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openClassificationCodeValueSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenClassificationCodeValueSearchDTO searchDTO) Opens the classification code value search with the specified filter parameters.- Parameters:
parmsDTO- General settings for authenticationsearchDTO- Initial parameters for the search filter. This parameter is optional.- Returns:
- URL to open view
-