16 const NAME =
'ecc-view';
18 function __construct()
20 $this->decisionTableName =
"ecc_decision";
21 $this->tableName =
"ecc";
22 $this->modBack =
'ecc-hist';
23 $this->optionName =
"skipFileEcc";
24 $this->ajaxAction =
"setNextPrevEcc";
25 $this->skipOption =
"noEcc";
26 $this->highlightTypeToStringMap = array(Highlight::ECC =>
'Export Restriction');
27 $this->typeToHighlightTypeMap = array(
'ecc' => Highlight::ECC);
28 $this->xptext =
'export restriction';
29 parent::__construct(self::NAME, array(
30 self::TITLE => _(
"View Export Control and Customs Analysis")
41 $textFormat = $this->microMenu->getFormatParameter($itemId);
43 $this->microMenu->addFormatMenuEntries($textFormat, $pageNumber);
47 if (!empty($itemId) && !empty($uploadId)) {
49 $tooltipText =
"Export Control Classification";
51 $URI = EccView::NAME .
Traceback_parm_keep(array(
"show",
"format",
"page",
"upload",
"item"));
52 $this->microMenu->insert(MicroMenu::TARGET_DEFAULT, $menuText, $menuPosition, $this->
getName(), $URI, $tooltipText);
61 register_plugin(
new EccView());
RegisterMenus()
Customize submenus.
GetParm($parameterName, $parameterType)
This function will retrieve the variables and check data types.
Traceback_parm_keep($List)
Create a new URI, keeping only these items.
Namespace for Copyright agent's UI components.