19 declare(strict_types=1);
38 public function __construct(
object $a_parent_obj,
string $a_parent_cmd)
42 $this->containerTemplate = $DIC[
'tpl'];
43 $this->
user = $DIC[
'ilUser'];
45 $this->
setId(
'buddy_system_tbl');
48 $this->
lng->loadLanguageModule(
'buddysystem');
50 $this->hasAccessToMailSystem = $DIC->rbac()->system()->checkAccess(
55 $chatSettings =
new ilSetting(
'chatroom');
56 $this->isChatEnabled = (bool) $chatSettings->get(
'chat_enabled',
'0');
61 $this->
setTitle($this->
lng->txt(
'buddy_tbl_title_relations'));
63 if ($this->hasAccessToMailSystem || $this->isChatEnabled) {
66 if ($this->hasAccessToMailSystem) {
69 if ($this->isChatEnabled) {
74 $this->
addColumn($this->
lng->txt(
'name'),
'public_name');
76 $this->
addColumn($this->
lng->txt(
'buddy_tbl_state_actions_col_label'),
'',
'',
false,
'ilRight');
78 $this->
setRowTemplate(
'tpl.buddy_system_relation_table_row.html',
'components/ILIAS/Contact/BuddySystem');
96 $this->
lng->txt(
'buddy_tbl_filter_state'),
97 self::STATE_FILTER_ELM_ID
102 foreach ($state_factory->getValidStates() as $state) {
103 if ($state->isInitial()) {
107 $state_filter_mapper = $state_factory->getTableFilterStateMapper($state);
108 $options += $state_filter_mapper->optionsForState();
110 $relations_state_selection->
setOptions([
'' => $this->
lng->txt(
'please_choose')] + $options);
112 $relations_state_selection->readFromSession();
113 $this->
filter[
'relation_state_type'] = $relations_state_selection->getValue();
117 $public_name->readFromSession();
118 $this->
filter[
'public_name'] = $public_name->getValue();
124 public function applyFilterValue(
string $filterKey, $value):
void 127 foreach ($filterItems as $item) {
129 if ($item->getPostVar() === $filterKey) {
130 $item->setValueByArray([$filterKey => $value]);
131 $item->writeToSession();
138 public function populate():
void 147 $state_filter = (string) $this->
filter[self::STATE_FILTER_ELM_ID];
150 $state_filter_mapper = $state_factory->getTableFilterStateMapper($relation->
getState());
151 return $state_filter ===
'' || $state_filter_mapper->filterMatchesRelation($state_filter, $relation);
158 $logins =
array_map(
static function (
string $value):
string {
160 preg_match_all(
'/\[([^\[]+?)\]/', $value, $matches);
162 is_array($matches) &&
163 isset($matches[1]) &&
164 is_array($matches[1]) &&
165 isset($matches[1][count($matches[1]) - 1])
166 ) ? $matches[1][count($matches[1]) - 1] :
'';
169 $public_name_query = (string) ($this->
filter[
'public_name'] ??
'');
176 $usrId = $relations->getKey($relation);
179 0 === ilStr::strlen($public_name_query) ||
181 ilStr::strtolower($public_names[$usrId]),
182 ilStr::strtolower($public_name_query),
185 ilStr::strpos(ilStr::strtolower($logins[$usrId]), ilStr::strtolower($public_name_query), 0) !== false
188 if (!$hasMatchingName) {
195 foreach (array_keys($relations->toArray()) as $usr_id) {
198 'public_name' => $public_names[$usr_id],
199 'login' => $logins[$usr_id]
209 protected function fillRow(array $a_set): void
211 if ($this->hasAccessToMailSystem) {
216 if ((!$this->
user->isAnonymous() && $public_profile ===
'y') || $public_profile ===
'g') {
217 $this->
ctrl->setParameterByClass(ilPublicUserProfileGUI::class,
'user', $a_set[
'usr_id']);
218 $profile_target = $this->
ctrl->getLinkTargetByClass(
219 ilPublicUserProfileGUI::class,
222 $a_set[
'profile_link'] = $profile_target;
223 $a_set[
'linked_public_name'] = $a_set[
'public_name'];
225 $a_set[
'profile_link_login'] = $profile_target;
226 $a_set[
'linked_login'] = $a_set[
'login'];
228 $a_set[
'unlinked_public_name'] = $a_set[
'public_name'];
229 $a_set[
'unlinked_login'] = $a_set[
'login'];
233 parent::fillRow($a_set);
242 'tpl.buddy_system_relation_table_listener.html',
245 'components/ILIAS/Contact/BuddySystem' 247 $listener_tpl->setVariable(
'TABLE_ID', $this->
getId());
248 $listener_tpl->setVariable(
'FILTER_ELM_ID', self::STATE_FILTER_ELM_ID);
249 $listener_tpl->setVariable(
254 return parent::render() . $listener_tpl->get();
static getInstance(?ilLanguage $lng=null)
bool $hasAccessToMailSystem
final const STATE_FILTER_ELM_ID
setFormAction(string $a_form_action, bool $a_multipart=false)
addFilterItem(ilTableFilterItem $a_input_item, bool $a_optional=false)
ilGlobalTemplateInterface $containerTemplate
setResetCommand(string $a_val, string $a_caption="")
setSelectAllCheckbox(string $a_select_all_checkbox, bool $a_select_all_on_top=false)
static _lookupPref(int $a_usr_id, string $a_keyword)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setExternalSorting(bool $a_val)
__construct(object $a_parent_obj, string $a_parent_cmd)
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $a_return_data_array=false, $a_ctrl_path='ilpublicuserprofilegui')
Default behaviour is:
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setFilterCommand(string $a_val, string $a_caption="")
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
static getMailObjectRefId()
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
filter(string $filter_id, $class_path, string $cmd, bool $activated=true, bool $expanded=true)
getFilterItems(bool $a_optionals=false)
addMultiCommand(string $a_cmd, string $a_text)
static _lookupActive(int $a_usr_id)
setExternalSegmentation(bool $a_val)
static getInstanceByGlobalUser(?ilObjUser $user=null)