Interface ITariffContentAF


@Deprecated @BusinessFacade public interface ITariffContentAF
Deprecated.
AF for the tariff content solution. Do not use anymore, use ITariffContent20AF instead!
  • Method Summary

    Modifier and Type
    Method
    Description
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openALPosition(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenALPositionDTO positionDTO)
    Deprecated.
    Opens the detail view of a AL position (AL number, category, sub-category,...)
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openALSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenALSearchDTO searchDTO)
    Deprecated.
    Opens the search for export list numbers (AL)
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openCommodityCode(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeDTO cocoDTO)
    Deprecated.
    Opens the detail view of a commodity code
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openCTCodeDESearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO)
    Deprecated.
    Opens the search for german CT codes
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openCTCodeTaricSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO)
    Deprecated.
    Opens the search for TARIC CT codes
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openKNCodeMeasure(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenKNCodeMeasureDTO measureDTO)
    Deprecated.
    Opens a measure of a KN code
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openKNCodeSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO)
    Deprecated.
    Opens the search for KN codes
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openSearchContentWidget(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenSearchContentWidgetDTO widgetDTO)
    Deprecated.
    Opens the widget to search in the data content (e.g.
  • Method Details

    • openKNCodeSearch

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openKNCodeSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO)
      Deprecated.
      Opens the search for KN codes
      Parameters:
      parmsDTO - general settings for authentication
      searchDTO - additional search settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openCTCodeDESearch

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openCTCodeDESearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO)
      Deprecated.
      Opens the search for german CT codes
      Parameters:
      parmsDTO - general settings for authentication
      searchDTO - additional search settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openCTCodeTaricSearch

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openCTCodeTaricSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO)
      Deprecated.
      Opens the search for TARIC CT codes
      Parameters:
      parmsDTO - general settings for authentication
      searchDTO - additional search settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openCommodityCode

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openCommodityCode(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeDTO cocoDTO)
      Deprecated.
      Opens the detail view of a commodity code
      Parameters:
      parmsDTO - general settings for authentication
      cocoDTO - commodity code settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openKNCodeMeasure

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openKNCodeMeasure(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenKNCodeMeasureDTO measureDTO)
      Deprecated.
      Opens a measure of a KN code
      Parameters:
      parmsDTO - general settings for authentication
      measureDTO - measure settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openALSearch

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openALSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenALSearchDTO searchDTO)
      Deprecated.
      Opens the search for export list numbers (AL)
      Parameters:
      parmsDTO - general settings for authentication
      searchDTO - additional search settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openALPosition

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openALPosition(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenALPositionDTO positionDTO)
      Deprecated.
      Opens the detail view of a AL position (AL number, category, sub-category,...)
      Parameters:
      parmsDTO - general settings for authentication
      positionDTO - AL position settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openSearchContentWidget

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openSearchContentWidget(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenSearchContentWidgetDTO widgetDTO)
      Deprecated.
      Opens the widget to search in the data content (e.g. commodity codes, al numbers, etc.)
      Parameters:
      parmsDTO - general settings for authentication
      widgetDTO - Widget settings
      Returns:
      URL to open view
      Throws:
      RemoteException