ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilSkillTemplateReference Class Reference

Skill Template Reference. More...

+ Inheritance diagram for ilSkillTemplateReference:
+ Collaboration diagram for ilSkillTemplateReference:

Public Member Functions

 __construct ($a_id=0)
 Constructor @access public. More...
 
 setSkillTemplateId ($a_val)
 Set skill template id. More...
 
 getSkillTemplateId ()
 Get skill template id. More...
 
 read ()
 Read data from database. More...
 
 create ()
 Create skill template reference. More...
 
 update ()
 Update node. More...
 
 delete ()
 Delete skill. More...
 
 copy ()
 Copy basic skill template. More...
 
 _lookupTrefIdsForTopTemplateId ($a_template_id)
 Lookup tref ids for template id. More...
 
- Public Member Functions inherited from ilSkillTreeNode
 ilSkillTreeNode ($a_id=0)
 
 setTitle ($a_title)
 Set title. More...
 
 getTitle ()
 Get title. More...
 
 setType ($a_type)
 Set type. More...
 
 getType ()
 Get type. More...
 
 setId ($a_id)
 Set Node ID. More...
 
 getId ()
 Get Node ID. More...
 
 setSelfEvaluation ($a_val)
 Set self evaluation. More...
 
 getSelfEvaluation ()
 Get self evaluation. More...
 
 setOrderNr ($a_val)
 Set order nr. More...
 
 getOrderNr ()
 Get order nr. More...
 
 read ()
 Read Data of Node. More...
 
 setDataRecord ($a_record)
 this method should only be called by class ilSCORM2004NodeFactory More...
 
 setStatus ($a_val)
 Set status. More...
 
 getStatus ()
 Get status. More...
 
 create ()
 Create Node. More...
 
 update ()
 Update Node. More...
 
 delete ()
 Delete Node. More...
 
 clipboardCut ($a_tree_id, $a_ids)
 Cut and copy a set of skills/skill categories into the clipboard. More...
 

Static Public Member Functions

static _lookupTemplateId ($a_obj_id)
 Lookup template ID. More...
 
static _lookupTrefIdsForTemplateId ($a_tid)
 Get all tref ids for a template id. More...
 
- Static Public Member Functions inherited from ilSkillTreeNode
static getAllStatus ()
 Get all status. More...
 
static getStatusInfo ($a_status)
 Get status info. More...
 
static _lookupTitle ($a_obj_id, $a_tref_id=0)
 Lookup Title. More...
 
static _lookupSelfEvaluation ($a_obj_id)
 Lookup self evaluation. More...
 
static _lookupStatus ($a_obj_id)
 Lookup Status. More...
 
static _lookupType ($a_obj_id)
 Lookup Type. More...
 
static _writeTitle ($a_obj_id, $a_title)
 Write Title. More...
 
static _writeOrderNr ($a_obj_id, $a_nr)
 Write Order Nr. More...
 
static putInTree ($a_obj, $a_parent_id="", $a_target_node_id="")
 Put this object into the skill tree. More...
 
static getTree ($a_slm_obj_id)
 Get scorm module editing tree. More...
 
static uniqueTypesCheck ($a_items)
 Check for unique types. More...
 
static clipboardCopy ($a_tree_id, $a_ids)
 Copy a set of skills/skill categories into the clipboard. More...
 
static insertItemsFromClip ($a_type, $a_obj_id)
 Insert basic skills from clipboard. More...
 
static clearClipboard ()
 Remove all skill items from clipboard. More...
 
static pasteTree ($a_item_id, $a_parent_id, $a_target, $a_insert_time, &$a_copied_nodes, $a_as_copy=false, $a_add_suffix=false)
 Paste item (tree) from clipboard to skill tree. More...
 
static isInTree ($a_id)
 Is id in tree? More...
 
static getAllSelfEvaluationNodes ()
 Get all self evaluation nodes. More...
 
static getTopTemplates ()
 Get top skill templates and template categories. More...
 
static getSelectableSkills ()
 Get selectable skills. More...
 
static saveChildsOrder ($a_par_id, $a_childs_order, $a_templates=false)
 Save childs order. More...
 
static getIconPath ($a_obj_id, $a_type, $a_size="", $a_status=0)
 Get icon path. More...
 
static findSkills ($a_term)
 Find skills. More...
 

Data Fields

 $id
 
- Data Fields inherited from ilSkillTreeNode
const STATUS_PUBLISH = 0
 
const STATUS_DRAFT = 1
 
const STATUS_OUTDATED = 2
 
 $type
 
 $id
 
 $title
 

Additional Inherited Members

- Static Protected Member Functions inherited from ilSkillTreeNode
static _lookup ($a_obj_id, $a_field)
 Lookup Title. More...
 

Detailed Description

Skill Template Reference.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct()

ilSkillTemplateReference::__construct (   $a_id = 0)

Constructor @access public.

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

24 {
25 parent::ilSkillTreeNode($a_id);
26 $this->setType("sktr");
27 }
setType($a_type)
Set type.

References ilSkillTreeNode\setType().

+ Here is the call graph for this function:

Member Function Documentation

◆ _lookupTemplateId()

static ilSkillTemplateReference::_lookupTemplateId (   $a_obj_id)
static

Lookup template ID.

Parameters
intnode ID
Returns
string template ID

Definition at line 133 of file class.ilSkillTemplateReference.php.

134 {
135 global $ilDB;
136
137 $query = "SELECT templ_id FROM skl_templ_ref WHERE skl_node_id = ".
138 $ilDB->quote($a_obj_id, "integer");
139 $obj_set = $ilDB->query($query);
140 $obj_rec = $ilDB->fetchAssoc($obj_set);
141
142 return $obj_rec["templ_id"];
143 }
global $ilDB

References $ilDB, and $query.

Referenced by ilSkillTreeNode\_lookupTitle(), ilPersonalSkillsGUI\assignMaterials(), ilSurveySkillExplorer\buildTitle(), ilCOPageHTMLExport\collectPageElements(), ilObjSkillManagementGUI\deleteNodes(), ilSkillCatTableGUI\fillRow(), ilSkillTreeNode\findSkills(), ilVirtualSkillTree\getChildsOfNode(), ilSkillTreeNode\getIconPath(), ilVirtualSkillTree\getNode(), ilSkillTemplateTreeExplorerGUI\getNodeContent(), ilSkillTreeExplorerGUI\getNodeContent(), ilPersonalSkillsGUI\getSkillHTML(), ilSkillTree\getSkillTreePath(), ilPersonalSkill\getUsageInfo(), ilPersonalSkillsGUI\selfEvaluation(), and ilSkillTemplateReferenceGUI\setTabs().

+ Here is the caller graph for this function:

◆ _lookupTrefIdsForTemplateId()

static ilSkillTemplateReference::_lookupTrefIdsForTemplateId (   $a_tid)
static

Get all tref ids for a template id.

Parameters
int$a_tidtemplate node id (node id in template tree)
Returns
array of ids

Definition at line 173 of file class.ilSkillTemplateReference.php.

174 {
175 include_once("./Services/Skill/classes/class.ilSkillTree.php");
176 $tree = new ilSkillTree();
177 $top_template_id = $tree->getTopParentNodeId($a_tid);
178 return self::_lookupTrefIdsForTopTemplateId($top_template_id);
179 }
_lookupTrefIdsForTopTemplateId($a_template_id)
Lookup tref ids for template id.

References _lookupTrefIdsForTopTemplateId().

Referenced by ilObjSkillManagementGUI\deleteNodes(), and ilSkillUsage\getAllUsagesOfTemplate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _lookupTrefIdsForTopTemplateId()

ilSkillTemplateReference::_lookupTrefIdsForTopTemplateId (   $a_template_id)

Lookup tref ids for template id.

Parameters
$a_template_id(top) template node id
Returns
array array of integer tref ids

Definition at line 151 of file class.ilSkillTemplateReference.php.

152 {
153 global $ilDB;
154
155 $set = $ilDB->query("SELECT * FROM skl_templ_ref ".
156 " WHERE templ_id = ".$ilDB->quote($a_template_id, "integer")
157 );
158 $trefs = array();
159 while ($rec = $ilDB->fetchAssoc($set))
160 {
161 $trefs[] = $rec["skl_node_id"];
162 }
163 return $trefs;
164 }

References $ilDB.

Referenced by _lookupTrefIdsForTemplateId(), and ilSkillTreeNode\findSkills().

+ Here is the caller graph for this function:

◆ copy()

ilSkillTemplateReference::copy ( )

Copy basic skill template.

Definition at line 114 of file class.ilSkillTemplateReference.php.

115 {
116 $sktr = new ilSkillTemplateReference();
117 $sktr->setTitle($this->getTitle());
118 $sktr->setType($this->getType());
119 $sktr->setSkillTemplateId($this->getSkillTemplateId());
120 $sktr->setSelfEvaluation($this->getSelfEvaluation());
121 $sktr->setOrderNr($this->getOrderNr());
122 $sktr->create();
123
124 return $sktr;
125 }
getSkillTemplateId()
Get skill template id.
getOrderNr()
Get order nr.
getSelfEvaluation()
Get self evaluation.

References ilSkillTreeNode\getOrderNr(), ilSkillTreeNode\getSelfEvaluation(), getSkillTemplateId(), ilSkillTreeNode\getTitle(), and ilSkillTreeNode\getType().

+ Here is the call graph for this function:

◆ create()

ilSkillTemplateReference::create ( )

Create skill template reference.

Reimplemented from ilSkillTreeNode.

Definition at line 68 of file class.ilSkillTemplateReference.php.

69 {
70 global $ilDB;
71
72 parent::create();
73
74 $ilDB->manipulate("INSERT INTO skl_templ_ref ".
75 "(skl_node_id, templ_id) VALUES (".
76 $ilDB->quote($this->getId(), "integer").",".
77 $ilDB->quote($this->getSkillTemplateId(), "integer").
78 ")");
79 }

References $ilDB.

◆ delete()

ilSkillTemplateReference::delete ( )

Delete skill.

Reimplemented from ilSkillTreeNode.

Definition at line 100 of file class.ilSkillTemplateReference.php.

101 {
102 global $ilDB;
103
104 $ilDB->manipulate("DELETE FROM skl_templ_ref WHERE "
105 ." skl_node_id = ".$ilDB->quote($this->getId(), "integer")
106 );
107
108 parent::delete();
109 }

References $ilDB.

◆ getSkillTemplateId()

ilSkillTemplateReference::getSkillTemplateId ( )

Get skill template id.

Returns
int skill template id

Definition at line 44 of file class.ilSkillTemplateReference.php.

45 {
46 return $this->skill_template_id;
47 }

Referenced by copy().

+ Here is the caller graph for this function:

◆ read()

ilSkillTemplateReference::read ( )

Read data from database.

Reimplemented from ilSkillTreeNode.

Definition at line 52 of file class.ilSkillTemplateReference.php.

53 {
54 global $ilDB;
55
56 parent::read();
57
58 $set = $ilDB->query("SELECT * FROM skl_templ_ref ".
59 " WHERE skl_node_id = ".$ilDB->quote($this->getId(), "integer")
60 );
61 $rec = $ilDB->fetchAssoc($set);
62 $this->setSkillTemplateId((int) $rec["templ_id"]);
63 }
setSkillTemplateId($a_val)
Set skill template id.

References $ilDB, and setSkillTemplateId().

+ Here is the call graph for this function:

◆ setSkillTemplateId()

ilSkillTemplateReference::setSkillTemplateId (   $a_val)

Set skill template id.

Parameters
int$a_valskill template id

Definition at line 34 of file class.ilSkillTemplateReference.php.

35 {
36 $this->skill_template_id = $a_val;
37 }

Referenced by read().

+ Here is the caller graph for this function:

◆ update()

ilSkillTemplateReference::update ( )

Update node.

Reimplemented from ilSkillTreeNode.

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

85 {
86 global $ilDB;
87
88 parent::update();
89
90 $ilDB->manipulate("UPDATE skl_templ_ref SET ".
91 " templ_id = ".$ilDB->quote($this->getSkillTemplateId(), "integer").
92 " WHERE skl_node_id = ".$ilDB->quote($this->getId(), "integer")
93 );
94 }

References $ilDB.

Field Documentation

◆ $id

ilSkillTemplateReference::$id

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


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