◆ __construct()
ilMailSearchObjectGUI::__construct |
( |
|
$wsp_access_handler = null , |
|
|
?int |
$wsp_node_id = null |
|
) |
| |
- Parameters
-
- Exceptions
-
Definition at line 51 of file class.ilMailSearchObjectGUI.php.
References $DIC, $wsp_access_handler, $wsp_node_id, ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().
55 $this->tpl = $DIC[
'tpl'];
56 $this->
ctrl = $DIC[
'ilCtrl'];
57 $this->
lng = $DIC[
'lng'];
58 $this->
user = $DIC[
'ilUser'];
59 $this->error = $DIC[
'ilErr'];
60 $this->rbacsystem = $DIC[
'rbacsystem'];
61 $this->rbacreview = $DIC[
'rbacreview'];
62 $this->tree = $DIC[
'tree'];
63 $this->cache = $DIC[
'ilObjDataCache'];
64 $this->
http = $DIC->http();
70 $this->
ctrl->saveParameter($this,
'mobj_id');
71 $this->
ctrl->saveParameter($this,
'ref');
74 $this->mailing_allowed = $this->rbacsystem->checkAccess(
'internal_mail', $mail->getMailObjectReferenceId());
static http()
Fetches the global http state from ILIAS.
◆ addPermission()
ilMailSearchObjectGUI::addPermission |
( |
array |
$a_obj_ids | ) |
|
|
protected |
- Parameters
-
Definition at line 132 of file class.ilMailSearchObjectGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by share().
134 $existing = $this->wsp_access_handler->getPermissions($this->wsp_node_id);
136 foreach ($a_obj_ids as $object_id) {
137 if (!in_array($object_id, $existing,
true)) {
138 $added = $this->wsp_access_handler->addPermission($this->wsp_node_id, $object_id);
143 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
'wsp_share_success'),
true);
145 $this->
ctrl->redirectByClass(ilWorkspaceAccessGUI::class,
'share');
◆ cancel()
ilMailSearchObjectGUI::cancel |
( |
| ) |
|
Definition at line 365 of file class.ilMailSearchObjectGUI.php.
References $context, $data, ILIAS\LTI\ToolProvider\$key, $path, $ref_id, ilObject\_getAllReferences(), ilParticipants\_getMembershipByType(), ilObject\_hasUntrashedReference(), ilObjUser\_lookupActive(), ilObjUser\_lookupPref(), ilUtil\_sortIds(), ilParticipants\canSendMailToMembers(), ilStr\convertUpperCamelCaseToUnderscoreCase(), ILIAS\Repository\ctrl(), doesExposeMembers(), ilSession\get(), ilObjUser\getActive(), getContext(), ilObjUser\getFirstname(), ilObject\getId(), ilBuddySystem\getInstance(), ilBuddyList\getInstanceByGlobalUser(), ilObjectFactory\getInstanceByObjId(), ilParticipants\getInstanceByObjId(), ilObjUser\getLastname(), ilObjUser\getLogin(), ilMailGlobalServices\getMailObjectRefId(), getObjectType(), ilObject\getRefId(), ilObject\getTitle(), ILIAS\FileDelivery\http(), isDefaultRequestContext(), ILIAS\Repository\lng(), ILIAS\Repository\refinery(), ilSession\set(), ilObject\setRefId(), and ILIAS\Repository\user().
368 if ($this->
http->wrapper()->query()->has(
'view')) {
369 $view = $this->
http->wrapper()->query()->retrieve(
'view', $this->
refinery->kindlyTo()->string());
373 $this->
ctrl->returnToParent($this);
375 $this->showMyObjects();
static http()
Fetches the global http state from ILIAS.
isDefaultRequestContext()
◆ doesExposeMembers()
ilMailSearchObjectGUI::doesExposeMembers |
( |
ilObject |
$object | ) |
|
|
abstractprotected |
◆ executeCommand()
ilMailSearchObjectGUI::executeCommand |
( |
| ) |
|
◆ getContext()
ilMailSearchObjectGUI::getContext |
( |
| ) |
|
|
private |
◆ getLocalDefaultRolePrefixes()
ilMailSearchObjectGUI::getLocalDefaultRolePrefixes |
( |
| ) |
|
|
abstractprotected |
- Returns
- string[] Returns an array like ['il_crs_member_', 'il_crs_tutor', ...]
Referenced by isLocalRoleTitle().
◆ getObjectType()
ilMailSearchObjectGUI::getObjectType |
( |
| ) |
|
|
abstractprotected |
◆ getRequestValue()
◆ isDefaultRequestContext()
ilMailSearchObjectGUI::isDefaultRequestContext |
( |
| ) |
|
|
private |
◆ isLocalRoleTitle()
ilMailSearchObjectGUI::isLocalRoleTitle |
( |
string |
$title | ) |
|
|
private |
◆ mail()
ilMailSearchObjectGUI::mail |
( |
| ) |
|
|
protected |
Definition at line 204 of file class.ilMailSearchObjectGUI.php.
References getObjectType(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), mailMembers(), mailObjects(), and ILIAS\Repository\refinery().
207 if ($this->
http->wrapper()->query()->has(
'view')) {
208 $view = $this->
http->wrapper()->query()->retrieve(
'view', $this->
refinery->kindlyTo()->string());
211 if (
$view ===
'myobjects') {
215 $this->
http->wrapper()->query()->retrieve(
220 } elseif ($this->
http->wrapper()->post()->has(
'search_' . $this->
getObjectType())) {
221 $obj_ids = $this->
http->wrapper()->post()->retrieve(
227 if ($obj_ids !== []) {
230 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'mail_select_course'));
231 $this->showMyObjects();
235 if ($this->
http->wrapper()->query()->has(
'search_members')) {
237 $this->
http->wrapper()->query()->retrieve(
242 } elseif ($this->
http->wrapper()->post()->has(
'search_members')) {
243 $usr_ids = $this->
http->wrapper()->post()->retrieve(
249 if ($usr_ids !== []) {
252 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'mail_select_one_entry'));
253 $this->showMembers();
256 $this->showMyObjects();
static http()
Fetches the global http state from ILIAS.
◆ mailMembers()
ilMailSearchObjectGUI::mailMembers |
( |
| ) |
|
Definition at line 322 of file class.ilMailSearchObjectGUI.php.
References ilObjUser\_lookupLogin(), ILIAS\Repository\ctrl(), ILIAS\FileDelivery\http(), and ILIAS\Repository\refinery().
Referenced by mail().
326 if ($this->
http->wrapper()->query()->has(
'search_members')) {
328 $this->
http->wrapper()->query()->retrieve(
333 } elseif ($this->
http->wrapper()->post()->has(
'search_members')) {
334 $usr_ids = $this->
http->wrapper()->post()->retrieve(
340 $mail_data = $this->umail->retrieveFromStage();
341 foreach ($usr_ids as $usr_id) {
343 if (!$this->umail->existsRecipient($login, (
string) $mail_data[
'rcp_to'])) {
347 $mail_data = $this->umail->appendSearchResult(array_unique($members),
'to');
349 $this->umail->persistToStage(
350 (
int) $mail_data[
'user_id'],
351 $mail_data[
'attachments'],
352 $mail_data[
'rcp_to'],
353 $mail_data[
'rcp_cc'],
354 $mail_data[
'rcp_bcc'],
355 $mail_data[
'm_subject'],
356 $mail_data[
'm_message'],
357 $mail_data[
'use_placeholders'],
358 $mail_data[
'tpl_ctx_id'],
359 $mail_data[
'tpl_ctx_params']
362 $this->
ctrl->redirectToURL(
'ilias.php?baseClass=ilMailGUI&type=search_res');
static http()
Fetches the global http state from ILIAS.
static _lookupLogin(int $a_user_id)
◆ mailObjects()
ilMailSearchObjectGUI::mailObjects |
( |
| ) |
|
|
protected |
Definition at line 260 of file class.ilMailSearchObjectGUI.php.
References $ref_id, ilObject\_getAllReferences(), ilParticipants\canSendMailToMembers(), ILIAS\Repository\ctrl(), ilMailGlobalServices\getMailObjectRefId(), getObjectType(), ILIAS\FileDelivery\http(), isLocalRoleTitle(), ILIAS\Repository\refinery(), and ILIAS\Repository\user().
Referenced by mail().
263 $mail_data = $this->umail->retrieveFromStage();
268 $this->
http->wrapper()->query()->retrieve(
273 } elseif ($this->
http->wrapper()->post()->has(
'search_' . $this->
getObjectType())) {
274 $obj_ids = $this->
http->wrapper()->post()->retrieve(
280 foreach ($obj_ids as $obj_id) {
282 foreach ($ref_ids as
$ref_id) {
285 $this->
user->getId(),
288 if (!$can_send_mails) {
292 $roles = $this->rbacreview->getAssignableChildRoles($ref_id);
293 foreach ($roles as $role) {
296 if (!$this->umail->existsRecipient($recipient, (
string) $mail_data[
'rcp_to'])) {
297 $members[] = $recipient;
304 $mail_data = $members !== [] ? $this->umail->appendSearchResult(array_unique($members),
'to') : $this->umail->retrieveFromStage();
306 $this->umail->persistToStage(
307 (
int) $mail_data[
'user_id'],
308 $mail_data[
'attachments'],
309 $mail_data[
'rcp_to'],
310 $mail_data[
'rcp_cc'],
311 $mail_data[
'rcp_bcc'],
312 $mail_data[
'm_subject'],
313 $mail_data[
'm_message'],
314 $mail_data[
'use_placeholders'],
315 $mail_data[
'tpl_ctx_id'],
316 $mail_data[
'tpl_ctx_params']
319 $this->
ctrl->redirectToURL(
'ilias.php?baseClass=ilMailGUI&type=search_res');
static canSendMailToMembers( $ref_id_or_instance, ?int $usr_id=null, ?int $mail_obj_ref_id=null)
This method was introduced as a band-aid fix for #22764.
static _getAllReferences(int $id)
get all reference ids for object ID
Class ilRoleMailboxAddress.
isLocalRoleTitle(string $title)
static http()
Fetches the global http state from ILIAS.
static getMailObjectRefId()
◆ share()
ilMailSearchObjectGUI::share |
( |
| ) |
|
|
protected |
Definition at line 148 of file class.ilMailSearchObjectGUI.php.
References addPermission(), getObjectType(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
151 if ($this->
http->wrapper()->query()->has(
'view')) {
152 $view = $this->
http->wrapper()->query()->retrieve(
'view', $this->
refinery->kindlyTo()->string());
155 if (
$view ===
'myobjects') {
159 $this->
http->wrapper()->query()->retrieve(
164 } elseif ($this->
http->wrapper()->post()->has(
'search_' . $this->
getObjectType())) {
165 $obj_ids = $this->
http->wrapper()->post()->retrieve(
171 if ($obj_ids !== []) {
174 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'mail_select_course'));
175 $this->showMyObjects();
179 if ($this->
http->wrapper()->query()->has(
'search_members')) {
181 $this->
http->wrapper()->query()->retrieve(
186 } elseif ($this->
http->wrapper()->post()->has(
'search_members')) {
187 $usr_ids = $this->
http->wrapper()->post()->retrieve(
193 if ($usr_ids !== []) {
196 $this->tpl->setOnScreenMessage(
'info', $this->
lng->txt(
'mail_select_one_entry'));
197 $this->showMembers();
200 $this->showMyObjects();
addPermission(array $a_obj_ids)
static http()
Fetches the global http state from ILIAS.
◆ $cache
◆ $ctrl
◆ $error
◆ $http
◆ $lng
◆ $mailing_allowed
bool ilMailSearchObjectGUI::$mailing_allowed |
|
protected |
◆ $rbacreview
◆ $rbacsystem
◆ $refinery
Refinery ilMailSearchObjectGUI::$refinery |
|
protected |
◆ $tpl
◆ $tree
ilTree ilMailSearchObjectGUI::$tree |
|
protected |
◆ $umail
◆ $user
◆ $view
string ilMailSearchObjectGUI::$view = null |
|
protected |
◆ $wsp_access_handler
ilMailSearchObjectGUI::$wsp_access_handler = null |
|
protected |
◆ $wsp_node_id
int ilMailSearchObjectGUI::$wsp_node_id = null |
|
protected |
The documentation for this class was generated from the following file: