Interface ITariffContent20AF


@BusinessFacade public interface ITariffContent20AF
AF for the tariff content solution (version 2.0)
  • Method Summary

    Modifier and Type
    Method
    Description
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openCommodityCode(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeDTO cocoDTO)
    Opens the detail view of a commodity code.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openContentSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenContentSearchDTO searchDTO)
    Opens the search for a specific content.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openExportControlNumber(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenExportControlNumberDTO numberDTO)
    Opens the detail view of an export control number.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openMeasure(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenMeasureDTO measureDTO)
    Opens a measure of a commodity code.
    de.aeb.xnsg.foundation.af.ApplicationFacadeDTO
    openSearchContentWidget(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenSearchContentWidgetDTO widgetDTO)
    Opens the widget to search in the data content.
  • Method Details

    • openContentSearch

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openContentSearch(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenContentSearchDTO searchDTO)
      Opens the search for a specific content.
      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)
      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
    • openMeasure

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openMeasure(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenMeasureDTO measureDTO)
      Opens a measure of a commodity code.
      Parameters:
      parmsDTO - general settings for authentication
      measureDTO - measure settings
      Returns:
      URL to open view
      Throws:
      RemoteException
    • openExportControlNumber

      de.aeb.xnsg.foundation.af.ApplicationFacadeDTO openExportControlNumber(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenExportControlNumberDTO numberDTO)
      Opens the detail view of an export control number.
      Parameters:
      parmsDTO - general settings for authentication
      numberDTO - export control number 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)
      Opens the widget to search in the data content.
      Parameters:
      parmsDTO - general settings for authentication
      widgetDTO - Widget settings
      Returns:
      URL to open view
      Throws:
      RemoteException