15 const NAME =
'ipra-view';
17 function __construct()
19 $this->decisionTableName =
"ipra_decision";
20 $this->tableName =
"ipra";
21 $this->modBack =
'ipra-hist';
22 $this->optionName =
"skipFileIpra";
23 $this->ajaxAction =
"setNextPrevIpra";
24 $this->skipOption =
"noIpra";
25 $this->highlightTypeToStringMap = array(Highlight::IPRA =>
'Patent Relevant');
26 $this->typeToHighlightTypeMap = array(
'ipra' => Highlight::IPRA);
27 $this->xptext =
'patent relevant';
28 parent::__construct(self::NAME,array(
29 self::TITLE => _(
"View patent relevant Analysis")
40 $textFormat = $this->microMenu->getFormatParameter($itemId);
42 $this->microMenu->addFormatMenuEntries($textFormat, $pageNumber);
46 if (!empty($itemId) && !empty($uploadId)) {
48 $tooltipraText =
"Patent Relevant Analysis";
50 $URI = IpraView::NAME .
Traceback_parm_keep(array(
"show",
"format",
"page",
"upload",
"item"));
51 $this->microMenu->insert(MicroMenu::TARGET_DEFAULT, $menuText, $menuPosition, $this->
getName(), $URI, $tooltipraText);
60 register_plugin(
new IpraView());
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.