Package de.aeb.xnsg.tariffcontent.af
Interface ITariffContentAF
Deprecated.
AF for the tariff content solution. Do not use anymore, use
ITariffContent20AF
instead!-
Method Summary
Modifier and TypeMethodDescriptionde.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 codede.aeb.xnsg.foundation.af.ApplicationFacadeDTO
openCTCodeDESearch
(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO) Deprecated.Opens the search for german CT codesde.aeb.xnsg.foundation.af.ApplicationFacadeDTO
openCTCodeTaricSearch
(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO) Deprecated.Opens the search for TARIC CT codesde.aeb.xnsg.foundation.af.ApplicationFacadeDTO
openKNCodeMeasure
(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenKNCodeMeasureDTO measureDTO) Deprecated.Opens a measure of a KN codede.aeb.xnsg.foundation.af.ApplicationFacadeDTO
openKNCodeSearch
(de.aeb.xnsg.foundation.af.ApplicationFacadeParmsDTO parmsDTO, TCOpenCommodityCodeSearchDTO searchDTO) Deprecated.Opens the search for KN codesde.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 authenticationsearchDTO
- 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 authenticationsearchDTO
- 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 authenticationsearchDTO
- 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 authenticationcocoDTO
- 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 authenticationmeasureDTO
- 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 authenticationsearchDTO
- 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 authenticationpositionDTO
- 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 authenticationwidgetDTO
- Widget settings- Returns:
- URL to open view
- Throws:
RemoteException
-