27 const NAME =
'ecc-view';
29 function __construct()
31 $this->decisionTableName =
"ecc_decision";
32 $this->tableName =
"ecc";
33 $this->modBack =
'ecc-hist';
34 $this->optionName =
"skipFileEcc";
35 $this->ajaxAction =
"setNextPrevEcc";
36 $this->skipOption =
"noEcc";
37 $this->highlightTypeToStringMap = array(Highlight::ECC =>
'Export Restriction');
38 $this->typeToHighlightTypeMap = array(
'ecc' => Highlight::ECC);
39 $this->xptext =
'export restriction';
40 parent::__construct(self::NAME, array(
41 self::TITLE => _(
"View Export Control and Customs Analysis")
52 $textFormat = $this->microMenu->getFormatParameter($itemId);
54 $this->microMenu->addFormatMenuEntries($textFormat, $pageNumber);
58 if (!empty($itemId) && !empty($uploadId)) {
60 $tooltipText =
"Export Control Classification";
62 $URI = EccView::NAME .
Traceback_parm_keep(array(
"show",
"format",
"page",
"upload",
"item"));
63 $this->microMenu->insert(MicroMenu::TARGET_DEFAULT, $menuText, $menuPosition, $this->
getName(), $URI, $tooltipText);
Namespace for Copyright agent's UI components.
GetParm($parameterName, $parameterType)
This function will retrieve the variables and check data types.
RegisterMenus()
Customize submenus.
Traceback_parm_keep($List)
Create a new URI, keeping only these items.