ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilECSNodeMappingCmsExplorer Class Reference

Explorer for ILIAS tree. More...

+ Inheritance diagram for ilECSNodeMappingCmsExplorer:
+ Collaboration diagram for ilECSNodeMappingCmsExplorer:

Public Member Functions

 __construct ($a_target, $a_server_id, $a_mid, $a_tree_id)
 
 setTree (ilECSCmsTree $tree)
 Set cms tree. More...
 
 isClickable ($a_type, $a_ref_id=0, $a_obj_id=0)
 no item is clickable More...
 
 addFormItemForType ($type)
 Add form item. More...
 
 removeFormItemForType ($type)
 
 setCheckedItems ($a_checked_items=array())
 
 isItemChecked ($a_id)
 
 setPostVar ($a_post_var)
 
 getPostVar ()
 
 buildFormItem ($a_node_id, $a_type)
 
 formatObject ($tpl, $a_node_id, $a_option, $a_obj_id=0)
 
 formatHeader ($tpl, $a_obj_id, $a_option)
 
 buildTitle ($title, $a_obj_id, $a_type)
 
- Public Member Functions inherited from ilExplorer
 __construct ($a_target)
 Constructor public. More...
 
 setId ($a_val)
 Set id. More...
 
 getId ()
 Get id. More...
 
 setAsynchExpanding ($a_val)
 Set asynch expanding. More...
 
 getAsynchExpanding ()
 Get asynch expanding. More...
 
 initItemCounter ($a_number)
 Init item counter. More...
 
 setTitle ($a_val)
 Set title. More...
 
 setTitleLength ($a_length)
 Set max title length. More...
 
 getTitleLength ()
 Get max title length. More...
 
 getTitle ()
 Get title. More...
 
 setRoot ($a_root_id)
 Set root node. More...
 
 getRoot ()
 get root id More...
 
 setOrderColumn ($a_column)
 set the order column public More...
 
 setOrderDirection ($a_direction)
 set the order direction public More...
 
 setTargetGet ($a_target_get)
 set the varname in Get-string public More...
 
 setParamsGet ($a_params_get)
 set additional params to be passed in Get-string public More...
 
 setExpandTarget ($a_exp_target)
 target script for expand icons More...
 
 setFrameUpdater ($a_up_frame, $a_up_script, $a_params="")
 Set Explorer Updater. More...
 
 highlightNode ($a_id)
 set highlighted node More...
 
 checkPermissions ($a_check)
 check permissions via rbac More...
 
 setSessionExpandVariable ($a_var_name="expand")
 set name of expand session variable More...
 
 outputIcons ($a_icons)
 output icons More...
 
 setClickable ($a_type, $a_clickable)
 (de-)activates links for a certain object type More...
 
 isVisible ($a_ref_id, $a_type)
 
 setTreeLead ($a_val)
 Set tree leading content. More...
 
 getTreeLead ()
 Get tree leading content. More...
 
 isClickable ($a_type, $a_ref_id=0)
 check if links for certain object type are activated More...
 
 setPostSort ($a_sort)
 process post sorting More...
 
 setFilterMode ($a_mode=IL_FM_NEGATIVE)
 set filter mode More...
 
 getFilterMode ()
 get filter mode More...
 
 setUseStandardFrame ($a_val)
 Set use standard frame. More...
 
 getUseStandardFrame ()
 Get use standard explorer frame. More...
 
 getChildsOfNode ($a_parent_id)
 Get childs of node. More...
 
 setOutput ($a_parent_id, $a_depth=1, $a_obj_id=0, $a_highlighted_subtree=false)
 Creates output for explorer view in admin menue recursive method public. More...
 
 modifyChilds ($a_parent_id, $a_objects)
 
 showChilds ($a_parent_id)
 determines wether the childs of an object should be shown or not note: this standard implementation always returns true but it could be overwritten by derived classes (e.g. More...
 
 forceExpanded ($a_obj_id)
 force expansion of node More...
 
 getMaximumTreeDepth ()
 Get maximum tree depth. More...
 
 getOutput ()
 Creates output recursive method public. More...
 
 handleListEndTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth)
 handle list end tags ( and ) More...
 
 handleListStartTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth)
 handle list start tags ( More...
 
 formatHeader ($tpl, $a_obj_id, $a_option)
 Creates output for header (is empty here but can be overwritten in derived classes) More...
 
 formatObject ($tpl, $a_node_id, $a_option, $a_obj_id=0)
 Creates output recursive method private. More...
 
 getImage ($a_name, $a_type="", $a_obj_id="")
 get image path (may be overwritten by derived classes) More...
 
 getImageAlt ($a_default_text, $a_type="", $a_obj_id="")
 get image alt text More...
 
 getNodeStyleClass ($a_id, $a_type)
 get style class for node More...
 
 buildLinkTarget ($a_node_id, $a_type)
 get link target (may be overwritten by derived classes) More...
 
 buildOnClick ($a_node_id, $a_type, $a_title)
 get onclick event handling (may be overwritten by derived classes) More...
 
 buildTitle ($a_title, $a_id, $a_type)
 standard implementation for title, may be overwritten by derived classes More...
 
 buildDescription ($a_desc, $a_id, $a_type)
 standard implementation for description, may be overwritten by derived classes More...
 
 buildSelect ($a_node_id, $a_type)
 standard implementation for adding an option select box between image and title More...
 
 buildFrameTarget ($a_type, $a_child=0, $a_obj_id=0)
 get frame target (may be overwritten by derived classes) More...
 
 createTarget ($a_type, $a_node_id, $a_highlighted_subtree=false, $a_append_anch=true)
 Creates Get Parameter private. More...
 
 setFrameTarget ($a_target)
 set target frame or not frame? More...
 
 createLines ($a_depth)
 Creates lines for explorer view private. More...
 
 is_in_array ($a_start, $a_depth)
 DESCRIPTION MISSING private. More...
 
 getIndex ($a_data)
 get index of format_options array from specific ref_id,parent_id private More...
 
 addFilter ($a_item)
 adds item to the filter public More...
 
 delFilter ($a_item)
 removes item from the filter public More...
 
 setExpand ($a_node_id)
 set the expand option this value is stored in a SESSION variable to save it different view (lo view, frm view,...) private More...
 
 forceExpandAll ($a_mode, $a_show_minus=true)
 force expandAll. More...
 
 setFiltered ($a_bool)
 active/deactivate the filter public More...
 
 checkFilter ($a_item)
 check if item is in filter private More...
 
 sortNodes ($a_nodes, $a_parent_obj_id)
 sort nodes and put adm object to the end of sorted array private More...
 

Data Fields

const SEL_TYPE_CHECK = 1
 
const SEL_TYPE_RADIO = 2
 
- Data Fields inherited from ilExplorer
 $id
 
 $ilias
 
 $output
 
 $format_options
 
 $tree
 
 $target
 
 $target_get
 
 $params_get
 
 $expanded
 
 $order_column
 
 $order_direction = "asc"
 
 $expand_target
 
 $rbac_check
 
 $output_icons
 
 $expand_variable
 
 $is_clickable
 
 $post_sort
 
 $filtered = false
 
 $filter_mode
 
 $expand_all = false
 
 $root_id = null
 
 $use_standard_frame = false
 

Private Attributes

 $server_id
 
 $mid
 
 $tree_id
 
 $checked_items = array()
 
 $post_var = ''
 
 $form_items = array()
 
 $type = 0
 

Detailed Description

Explorer for ILIAS tree.

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e $Id$

Definition at line 12 of file class.ilECSNodeMappingCmsExplorer.php.

Constructor & Destructor Documentation

◆ __construct()

ilECSNodeMappingCmsExplorer::__construct (   $a_target,
  $a_server_id,
  $a_mid,
  $a_tree_id 
)

Definition at line 26 of file class.ilECSNodeMappingCmsExplorer.php.

References ilExplorer\$tree, addFormItemForType(), array, ilExplorer\setOrderColumn(), and ilExplorer\setTitleLength().

27  {
28  global $tree;
29 
30  parent::__construct($a_target);
31 
32  $this->type = self::SEL_TYPE_CHECK;
33  $this->setOrderColumn('title');
34  $this->setTitleLength(1024);
35 
36  // reset filter
37  $this->filter = array();
38  $this->addFormItemForType('');
39 
40  $this->server_id = $a_server_id;
41  $this->mid = $a_mid;
42  $this->tree_id = $a_tree_id;
43  }
setTitleLength($a_length)
Set max title length.
setOrderColumn($a_column)
set the order column public
Create styles array
The data for the language used.
+ Here is the call graph for this function:

Member Function Documentation

◆ addFormItemForType()

ilECSNodeMappingCmsExplorer::addFormItemForType (   $type)

Add form item.

Parameters
<type>$type

Definition at line 69 of file class.ilECSNodeMappingCmsExplorer.php.

References $type.

Referenced by __construct().

70  {
71  $this->form_items[$type] = true;
72  }
+ Here is the caller graph for this function:

◆ buildFormItem()

ilECSNodeMappingCmsExplorer::buildFormItem (   $a_node_id,
  $a_type 
)

Definition at line 98 of file class.ilECSNodeMappingCmsExplorer.php.

References $a_type, ilUtil\formCheckbox(), ilUtil\formRadioButton(), isItemChecked(), ilECSCmsData\lookupStatusByObjId(), and ilECSCmsData\MAPPING_DELETED.

Referenced by formatHeader(), and formatObject().

99  {
100  if(!array_key_exists($a_type, $this->form_items) || !$this->form_items[$a_type])
101  {
102  return '';
103  }
104 
105  include_once './Services/WebServices/ECS/classes/Tree/class.ilECSCmsData.php';
107  $this->server_id,
108  $this->mid,
109  $this->tree_id,
110  $a_node_id
111  );
112 
113  if($status == ilECSCmsData::MAPPING_DELETED)
114  {
115  return ilUtil::formCheckbox((int)$this->isItemChecked($a_node_id), $this->post_var, $a_node_id,true);
116  }
117  switch($this->type)
118  {
119  case self::SEL_TYPE_CHECK:
120  return ilUtil::formCheckbox((int)$this->isItemChecked($a_node_id), $this->post_var, $a_node_id);
121  break;
122 
123  case self::SEL_TYPE_RADIO:
124  return ilUtil::formRadioButton((int)$this->isItemChecked($a_node_id), $this->post_var, $a_node_id);
125  break;
126  }
127  }
static lookupStatusByObjId($a_server_id, $a_mid, $a_tree_id, $obj_id)
Lookup status.
$a_type
Definition: workflow.php:93
static formRadioButton($checked, $varname, $value, $onclick=null, $disabled=false)
??? public
static formCheckbox($checked, $varname, $value, $disabled=false)
??? public
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ buildTitle()

ilECSNodeMappingCmsExplorer::buildTitle (   $title,
  $a_obj_id,
  $a_type 
)

Definition at line 276 of file class.ilECSNodeMappingCmsExplorer.php.

References $title, ilECSCmsData\lookupStatusByObjId(), ilECSCmsData\MAPPING_DELETED, ilECSCmsData\MAPPING_MAPPED, ilECSCmsData\MAPPING_PENDING_DISCONNECTABLE, ilECSCmsData\MAPPING_PENDING_NOT_DISCONNECTABLE, and ilECSCmsData\MAPPING_UNMAPPED.

Referenced by formatHeader(), and formatObject().

277  {
278  if(strlen($title) >= 22)
279  {
280  #$title = substr($title, 0,22).'...';
281  }
282 
283  include_once './Services/WebServices/ECS/classes/Tree/class.ilECSCmsData.php';
285  $this->server_id,
286  $this->mid,
287  $this->tree_id,
288  $a_obj_id
289  );
290 
291 
292 
293  switch($status)
294  {
296  return '<font style="font-weight: bold">'.$title.'</font>';
297 
299  return '<font style="font-weight: bold;font-style: italic">'.$title.'</font>';
300 
302  return '<font style="font-style: italic">'.$title.'</font>';
303 
305  return $title;
306 
308  return '<font class="warning">'.$title.'</font>';
309 
310  default:
311  return $title;
312  }
313 
314  }
const MAPPING_PENDING_DISCONNECTABLE
static lookupStatusByObjId($a_server_id, $a_mid, $a_tree_id, $obj_id)
Lookup status.
const MAPPING_PENDING_NOT_DISCONNECTABLE
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatHeader()

ilECSNodeMappingCmsExplorer::formatHeader (   $tpl,
  $a_obj_id,
  $a_option 
)

Definition at line 249 of file class.ilECSNodeMappingCmsExplorer.php.

References ilExplorer\$ilias, $lng, $nd, $path, $title, $tpl, ilObject\_getIcon(), buildFormItem(), buildTitle(), and ilExplorer\getRoot().

250  {
251  global $lng, $ilias;
252 
253  // custom icons
254  $path = ilObject::_getIcon($a_obj_id, "tiny", "root");
255 
256 
257  $tpl->setCurrentBlock("icon");
258  $nd = $this->tree->getNodeData($this->getRoot());
259 
260  $title = $nd["title"];
261 
262  $tpl->setVariable("ICON_IMAGE", $path);
263  $tpl->setVariable("TXT_ALT_IMG", $title);
264  $tpl->parseCurrentBlock();
265 
266  if(strlen($formItem = $this->buildFormItem($a_obj_id, $a_option['type'])))
267  {
268  $tpl->setCurrentBlock('check');
269  $tpl->setVariable('OBJ_CHECK', $formItem);
270  $tpl->parseCurrentBlock();
271  }
272 
273  $tpl->setVariable('OBJ_TITLE', $this->buildTitle($title, $a_obj_id, ''));
274  }
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
$path
Definition: aliased.php:25
global $tpl
Definition: ilias.php:8
$nd
Definition: error.php:11
getRoot()
get root id
global $lng
Definition: privfeed.php:17
+ Here is the call graph for this function:

◆ formatObject()

ilECSNodeMappingCmsExplorer::formatObject (   $tpl,
  $a_node_id,
  $a_option,
  $a_obj_id = 0 
)

Definition at line 129 of file class.ilECSNodeMappingCmsExplorer.php.

References $lng, ilExplorer\$target, $tpl, ilExplorer\buildDescription(), buildFormItem(), ilExplorer\buildFrameTarget(), ilExplorer\buildLinkTarget(), ilExplorer\buildOnClick(), buildTitle(), ilExplorer\createTarget(), ilExplorer\getImage(), ilExplorer\getNodeStyleClass(), isClickable(), and ilUtil\shortenText().

130  {
131  global $lng;
132 
133  if (!isset($a_node_id) or !is_array($a_option))
134  {
135  $this->ilias->raiseError(get_class($this)."::formatObject(): Missing parameter or wrong datatype! ".
136  "node_id: ".$a_node_id." options:".var_dump($a_option),$this->ilias->error_obj->WARNING);
137  }
138 
139  $pic = false;
140  foreach ($a_option["tab"] as $picture)
141  {
142  if ($picture == 'plus')
143  {
144  $tpl->setCurrentBlock("expander");
145  $tpl->setVariable("EXP_DESC", $lng->txt("expand"));
146  $target = $this->createTarget('+',$a_node_id);
147  $tpl->setVariable("LINK_NAME", $a_node_id);
148  $tpl->setVariable("LINK_TARGET_EXPANDER", $target);
149  $tpl->setVariable("IMGPATH", $this->getImage("browser/plus.png"));
150  $tpl->parseCurrentBlock();
151  $pic = true;
152  }
153 
154  if ($picture == 'minus' && $this->show_minus)
155  {
156  $tpl->setCurrentBlock("expander");
157  $tpl->setVariable("EXP_DESC", $lng->txt("collapse"));
158  $target = $this->createTarget('-',$a_node_id);
159  $tpl->setVariable("LINK_NAME", $a_node_id);
160  $tpl->setVariable("LINK_TARGET_EXPANDER", $target);
161  $tpl->setVariable("IMGPATH", $this->getImage("browser/minus.png"));
162  $tpl->parseCurrentBlock();
163  $pic = true;
164  }
165  }
166 
167  if (!$pic)
168  {
169  $tpl->setCurrentBlock("blank");
170  $tpl->setVariable("BLANK_PATH", $this->getImage("browser/blank.png"));
171  $tpl->parseCurrentBlock();
172  }
173 
174  if ($this->output_icons)
175  {
176  $tpl->setCurrentBlock("icon");
177  $tpl->setVariable("ICON_IMAGE" , $this->getImage("icon_cat.svg", $a_option["type"], $a_obj_id));
178 
179  $tpl->setVariable("TARGET_ID" , "iconid_".$a_node_id);
180  $this->iconList[] = "iconid_".$a_node_id;
181  $tpl->setVariable("TXT_ALT_IMG", $lng->txt($a_option["desc"]));
182  $tpl->parseCurrentBlock();
183  }
184 
185  if(strlen($formItem = $this->buildFormItem($a_node_id, $a_option['type'])))
186  {
187  $tpl->setCurrentBlock('check');
188  $tpl->setVariable('OBJ_CHECK', $formItem);
189  $tpl->parseCurrentBlock();
190  }
191 
192  if ($this->isClickable($a_option["type"], $a_node_id,$a_obj_id)) // output link
193  {
194  $tpl->setCurrentBlock("link");
195  //$target = (strpos($this->target, "?") === false) ?
196  // $this->target."?" : $this->target."&";
197  //$tpl->setVariable("LINK_TARGET", $target.$this->target_get."=".$a_node_id.$this->params_get);
198  $tpl->setVariable("LINK_TARGET", $this->buildLinkTarget($a_node_id, $a_option["type"]));
199 
200  $style_class = $this->getNodeStyleClass($a_node_id, $a_option["type"]);
201 
202  if ($style_class != "")
203  {
204  $tpl->setVariable("A_CLASS", ' class="'.$style_class.'" ' );
205  }
206 
207  if (($onclick = $this->buildOnClick($a_node_id, $a_option["type"], $a_option["title"])) != "")
208  {
209  $tpl->setVariable("ONCLICK", "onClick=\"$onclick\"");
210  }
211 
212  $tpl->setVariable("LINK_NAME", $a_node_id);
213  $tpl->setVariable("TITLE", ilUtil::shortenText(
214  $this->buildTitle($a_option["title"], $a_node_id, $a_option["type"]),
215  $this->textwidth, true));
216  $tpl->setVariable("DESC", ilUtil::shortenText(
217  $this->buildDescription($a_option["description"], $a_node_id, $a_option["type"]), $this->textwidth, true));
218  $frame_target = $this->buildFrameTarget($a_option["type"], $a_node_id, $a_option["obj_id"]);
219  if ($frame_target != "")
220  {
221  $tpl->setVariable("TARGET", " target=\"".$frame_target."\"");
222  }
223  $tpl->parseCurrentBlock();
224  }
225  else // output text only
226  {
227  $tpl->setCurrentBlock("text");
228  $tpl->setVariable("OBJ_TITLE", ilUtil::shortenText(
229  $this->buildTitle($a_option["title"], $a_node_id, $a_option["type"]), $this->textwidth, true));
230  $tpl->setVariable("OBJ_DESC", ilUtil::shortenText(
231  $this->buildDescription($a_option["desc"], $a_node_id, $a_option["type"]), $this->textwidth, true));
232  $tpl->parseCurrentBlock();
233  }
234 
235  $tpl->setCurrentBlock("list_item");
236  $tpl->parseCurrentBlock();
237  $tpl->touchBlock("element");
238  }
buildFrameTarget($a_type, $a_child=0, $a_obj_id=0)
get frame target (may be overwritten by derived classes)
getNodeStyleClass($a_id, $a_type)
get style class for node
buildLinkTarget($a_node_id, $a_type)
get link target (may be overwritten by derived classes)
isClickable($a_type, $a_ref_id=0, $a_obj_id=0)
no item is clickable
static shortenText($a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
global $tpl
Definition: ilias.php:8
createTarget($a_type, $a_node_id, $a_highlighted_subtree=false, $a_append_anch=true)
Creates Get Parameter private.
buildOnClick($a_node_id, $a_type, $a_title)
get onclick event handling (may be overwritten by derived classes)
redirection script todo: (a better solution should control the processing via a xml file) ...
getImage($a_name, $a_type="", $a_obj_id="")
get image path (may be overwritten by derived classes)
global $lng
Definition: privfeed.php:17
buildDescription($a_desc, $a_id, $a_type)
standard implementation for description, may be overwritten by derived classes
+ Here is the call graph for this function:

◆ getPostVar()

ilECSNodeMappingCmsExplorer::getPostVar ( )

◆ isClickable()

ilECSNodeMappingCmsExplorer::isClickable (   $a_type,
  $a_ref_id = 0,
  $a_obj_id = 0 
)

no item is clickable

Parameters
<type>$a_type
<type>$a_ref_id
<type>$a_obj_id
Returns
<type>

Definition at line 60 of file class.ilECSNodeMappingCmsExplorer.php.

Referenced by formatObject().

61  {
62  return false;
63  }
+ Here is the caller graph for this function:

◆ isItemChecked()

ilECSNodeMappingCmsExplorer::isItemChecked (   $a_id)

Definition at line 84 of file class.ilECSNodeMappingCmsExplorer.php.

Referenced by buildFormItem().

85  {
86  return in_array($a_id, $this->checked_items) ? true : false;
87  }
+ Here is the caller graph for this function:

◆ removeFormItemForType()

ilECSNodeMappingCmsExplorer::removeFormItemForType (   $type)

Definition at line 74 of file class.ilECSNodeMappingCmsExplorer.php.

References $type.

75  {
76  $this->form_items[$type] = false;
77  }

◆ setCheckedItems()

ilECSNodeMappingCmsExplorer::setCheckedItems (   $a_checked_items = array())

Definition at line 79 of file class.ilECSNodeMappingCmsExplorer.php.

80  {
81  $this->checked_items = $a_checked_items;
82  }

◆ setPostVar()

ilECSNodeMappingCmsExplorer::setPostVar (   $a_post_var)

Definition at line 89 of file class.ilECSNodeMappingCmsExplorer.php.

90  {
91  $this->post_var = $a_post_var;
92  }

◆ setTree()

ilECSNodeMappingCmsExplorer::setTree ( ilECSCmsTree  $tree)

Set cms tree.

Definition at line 48 of file class.ilECSNodeMappingCmsExplorer.php.

References ilExplorer\$tree.

49  {
50  $this->tree = $tree;
51  }

Field Documentation

◆ $checked_items

ilECSNodeMappingCmsExplorer::$checked_items = array()
private

Definition at line 21 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $form_items

ilECSNodeMappingCmsExplorer::$form_items = array()
private

Definition at line 23 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $mid

ilECSNodeMappingCmsExplorer::$mid
private

Definition at line 18 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $post_var

ilECSNodeMappingCmsExplorer::$post_var = ''
private

Definition at line 22 of file class.ilECSNodeMappingCmsExplorer.php.

Referenced by getPostVar().

◆ $server_id

ilECSNodeMappingCmsExplorer::$server_id
private

Definition at line 17 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $tree_id

ilECSNodeMappingCmsExplorer::$tree_id
private

Definition at line 19 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $type

ilECSNodeMappingCmsExplorer::$type = 0
private

◆ SEL_TYPE_CHECK

const ilECSNodeMappingCmsExplorer::SEL_TYPE_CHECK = 1

Definition at line 14 of file class.ilECSNodeMappingCmsExplorer.php.

◆ SEL_TYPE_RADIO

const ilECSNodeMappingCmsExplorer::SEL_TYPE_RADIO = 2

Definition at line 15 of file class.ilECSNodeMappingCmsExplorer.php.


The documentation for this class was generated from the following file: