Interface IFTMaterialClassification20AF


@BusinessFacade public interface IFTMaterialClassification20AF
AF for the foreign trade material classification (version 2.0)
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openCodeResearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCodeResearchDTO researchDTO)
    Opens the research of a code number.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openCodeSubstitutionSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenCodeSubstitutionSearchDTO codeSubstitutionSearchDTO)
    Opens the code substitution search.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openMaterial(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialDTO materialDTO)
    Opens the folder of one material.
    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.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openMaterialSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, FTMCOpenMaterialSearchDTO materialSearchDTO)
    Opens the material search.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openQuestionnaire(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 authentication
      codeSubstitutionSearchDTO - 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 authentication
      materialSearchDTO - 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 authentication
      materialDTO - 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 BF IFTMaterialClassification20BF.getMaterialData(de.aeb.xnsg.ftmc.bf.FTMCGetMaterialDataRequestDTO)
      Parameters:
      parmsDTO - general settings for authentication
      researchDTO - 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 authentication
      materialClassificationDTO - 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 authentication
      searchDTO - Initial parameters for the search filter. This parameter is optional.
      Returns:
      URL to open view