25 public function __construct($a_parent_obj, $a_parent_cmd =
"", $a_parent_ref_id,
ilBadge $a_award_bagde = null, $a_parent_obj_id = null, $a_restrict_badge_id = null)
29 $this->ctrl = $DIC->ctrl();
30 $this->lng = $DIC->language();
31 $this->tree = $DIC->repositoryTree();
32 $ilCtrl = $DIC->ctrl();
33 $lng = $DIC->language();
35 $this->
setId(
"bdgusr");
36 $this->award_badge = $a_award_bagde;
37 $this->do_parent =
false;
40 if (in_array($parent_type, array(
"grp",
"crs"))) {
48 if ($this->award_badge) {
49 $this->
setTitle(
$lng->txt(
"badge_award_badge") .
": " . $a_award_bagde->getTitle());
59 if ($a_parent_obj_id) {
67 if ($a_restrict_badge_id) {
68 $badge =
new ilBadge($a_restrict_badge_id);
69 $title .=
" - " . $badge->getTitle();
82 if ($this->do_parent) {
96 $this->
getItems($a_parent_ref_id, $this->award_badge, $a_parent_obj_id, $a_restrict_badge_id);
107 public function getItems($a_parent_ref_id,
ilBadge $a_award_bagde = null, $a_parent_obj_id = null, $a_restrict_badge_id = null)
113 if (!$a_parent_obj_id) {
118 if ($a_parent_ref_id) {
122 $obj_ids = array($a_parent_obj_id);
125 if ($this->do_parent) {
126 foreach (
$tree->getSubTree(
$tree->getNodeData($a_parent_ref_id)) as $node) {
127 $obj_ids[] = $node[
"obj_id"];
131 $badges = $assignments = array();
132 foreach ($obj_ids as $obj_id) {
134 $badges[$badge->getId()] = $badge;
138 if ($a_restrict_badge_id &&
139 $a_restrict_badge_id != $ass->getBadgeId()) {
144 if ($this->award_badge &&
145 $ass->getBadgeId() != $this->award_badge->getId()) {
149 $assignments[$ass->getUserId()][] = $ass;
155 $user_ids = array_keys($assignments);
158 $tmp[
"set"] = array();
159 if (count($user_ids) > 0) {
161 $uquery->setLimit(9999);
162 $uquery->setUserFilter($user_ids);
164 if ($this->
filter[
"name"]) {
165 $uquery->setTextFilter($this->
filter[
"name"]);
168 $tmp = $uquery->query();
170 foreach ($tmp[
"set"] as $user) {
172 if (array_key_exists($user[
"usr_id"], $assignments)) {
173 foreach ($assignments[$user[
"usr_id"]] as $user_ass) {
174 $idx = $user_ass->getBadgeId() .
"-" . $user[
"usr_id"];
176 $badge = $badges[$user_ass->getBadgeId()];
178 if ($this->do_parent) {
179 $parent = $badge->getParentMeta();
183 "user_id" => $user[
"usr_id"],
184 "name" => $user[
"lastname"] .
", " . $user[
"firstname"],
185 "login" => $user[
"login"],
187 "title" => $badge->getTitle(),
188 "issued" => $user_ass->getTimestamp(),
189 "parent_id" => $parent[
"id"],
190 "parent_meta" => $parent
195 elseif ($this->award_badge) {
196 $idx =
"0-" . $user[
"usr_id"];
199 "user_id" => $user[
"usr_id"],
200 "name" => $user[
"lastname"] .
", " . $user[
"firstname"],
201 "login" => $user[
"login"],
217 if ($this->award_badge) {
218 $this->tpl->setVariable(
"VAL_ID", $a_set[
"user_id"]);
221 $this->tpl->setVariable(
"TXT_NAME", $a_set[
"name"]);
222 $this->tpl->setVariable(
"TXT_LOGIN", $a_set[
"login"]);
223 $this->tpl->setVariable(
"TXT_TYPE", $a_set[
"type"]);
224 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
225 $this->tpl->setVariable(
"TXT_ISSUED", $a_set[
"issued"]
229 if ($a_set[
"parent_id"]) {
230 $parent = $a_set[
"parent_meta"];
231 $this->tpl->setVariable(
"PARENT", $parent[
"title"]);
232 $this->tpl->setVariable(
"PARENT_TYPE",
$lng->txt(
"obj_" . $parent[
"type"]));
233 $this->tpl->setVariable(
static _getIcon( $a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
setDescription($a_val)
Set description.
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
addFilterItemByMetaType($id, $type=self::FILTER_TEXT, $a_optional=false, $caption=null)
Add filter by standard type.
static _lookupTitle($a_id)
lookup object title
getParentCmd()
Get parent command.
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
getItems($a_parent_ref_id, ilBadge $a_award_bagde=null, $a_parent_obj_id=null, $a_restrict_badge_id=null)
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
static getInstancesByParentId($a_parent_id, array $a_filter=null)
setResetCommand($a_val, $a_caption=null)
Set reset filter command.
static getExtendedTypeCaption(ilBadgeType $a_type)
static _lookupObjId($a_id)
addMultiCommand($a_cmd, $a_text)
Add Command button.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
static _lookupType($a_id, $a_reference=false)
lookup object type
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
__construct($a_parent_obj, $a_parent_cmd="", $a_parent_ref_id, ilBadge $a_award_bagde=null, $a_parent_obj_id=null, $a_restrict_badge_id=null)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
TableGUI class for badge user listing.
setLimit($a_limit=0, $a_default_limit=0)
static getInstance()
Constructor.
static getInstancesByParentId($a_parent_obj_id)
setFilterCommand($a_val, $a_caption=null)
Set filter command.