ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
ACL access handler GUI. More...
Public Member Functions | |
__construct (int $a_node_id, $a_access_handler, bool $a_is_portfolio=false, string $a_footer="") | |
setBlockingMessage (string $a_val) | |
getBlockingMessage () | |
executeCommand () | |
addPermissionHandler () | |
removePermission () | |
Data Fields | |
const | PERMISSION_REGISTERED = -1 |
const | PERMISSION_ALL_PASSWORD = -3 |
const | PERMISSION_ALL = -5 |
Protected Member Functions | |
setObjectTitle () | |
getAccessHandler () | |
share () | |
initPasswordForm () | |
showPasswordForm (?ilPropertyFormGUI $a_form=null) | |
savePasswordForm () | |
Protected Attributes | |
ILIAS PersonalWorkspace InternalGUIService | $gui |
bool | $is_portfolio |
ilTabsGUI | $tabs |
ilGlobalTemplateInterface | $tpl |
ilToolbarGUI | $toolbar |
ilObjUser | $user |
ilSetting | $settings |
ilCtrl | $ctrl |
ilLanguage | $lng |
int | $node_id |
$access_handler | |
string | $footer = "" |
string | $blocking_message = "" |
StandardGUIRequest | $std_request |
ACL access handler GUI.
Definition at line 29 of file class.ilWorkspaceAccessGUI.php.
ilWorkspaceAccessGUI::__construct | ( | int | $a_node_id, |
$a_access_handler, | |||
bool | $a_is_portfolio = false , |
||
string | $a_footer = "" |
||
) |
ilPortfolioAccessHandler | ilWorkspaceAccessHandler | $a_access_handler |
Definition at line 56 of file class.ilWorkspaceAccessGUI.php.
References $DIC, $lng, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\settings(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().
ilWorkspaceAccessGUI::addPermissionHandler | ( | ) |
Definition at line 253 of file class.ilWorkspaceAccessGUI.php.
References ILIAS\Repository\ctrl(), getAccessHandler(), ilUserAccountSettings\getInstance(), ILIAS\Repository\lng(), and showPasswordForm().
ilWorkspaceAccessGUI::executeCommand | ( | ) |
Definition at line 96 of file class.ilWorkspaceAccessGUI.php.
References $tabs, $tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), and setObjectTitle().
|
protected |
Definition at line 192 of file class.ilWorkspaceAccessGUI.php.
References $access_handler.
Referenced by addPermissionHandler(), removePermission(), savePasswordForm(), and share().
ilWorkspaceAccessGUI::getBlockingMessage | ( | ) |
Definition at line 91 of file class.ilWorkspaceAccessGUI.php.
References $blocking_message.
Referenced by share().
|
protected |
Definition at line 304 of file class.ilWorkspaceAccessGUI.php.
References ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by savePasswordForm(), and showPasswordForm().
ilWorkspaceAccessGUI::removePermission | ( | ) |
Definition at line 293 of file class.ilWorkspaceAccessGUI.php.
References ILIAS\Repository\ctrl(), getAccessHandler(), and ILIAS\Repository\lng().
|
protected |
Definition at line 330 of file class.ilWorkspaceAccessGUI.php.
References ILIAS\Repository\ctrl(), getAccessHandler(), initPasswordForm(), ILIAS\Repository\lng(), and showPasswordForm().
ilWorkspaceAccessGUI::setBlockingMessage | ( | string | $a_val | ) |
Definition at line 86 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 177 of file class.ilWorkspaceAccessGUI.php.
References $node_id, $tpl, ilObject\_lookupTitle(), and ILIAS\UICore\GlobalTemplate\setTitle().
Referenced by executeCommand().
|
protected |
Definition at line 197 of file class.ilWorkspaceAccessGUI.php.
References $ilSetting, $settings, $toolbar, $tpl, $user, ilParticipants\_getMembershipByType(), ILIAS\Repository\ctrl(), getAccessHandler(), getBlockingMessage(), ILIAS\Repository\lng(), and ILIAS\UICore\GlobalTemplate\setContent().
|
protected |
Definition at line 320 of file class.ilWorkspaceAccessGUI.php.
References $tpl, initPasswordForm(), and ILIAS\UICore\GlobalTemplate\setContent().
Referenced by addPermissionHandler(), and savePasswordForm().
|
protected |
Definition at line 47 of file class.ilWorkspaceAccessGUI.php.
Referenced by getAccessHandler().
|
protected |
Definition at line 50 of file class.ilWorkspaceAccessGUI.php.
Referenced by getBlockingMessage().
|
protected |
Definition at line 41 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 48 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 34 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 35 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 42 of file class.ilWorkspaceAccessGUI.php.
Referenced by __construct().
|
protected |
Definition at line 43 of file class.ilWorkspaceAccessGUI.php.
Referenced by setObjectTitle().
|
protected |
Definition at line 40 of file class.ilWorkspaceAccessGUI.php.
Referenced by share().
|
protected |
Definition at line 51 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 36 of file class.ilWorkspaceAccessGUI.php.
Referenced by executeCommand().
|
protected |
Definition at line 38 of file class.ilWorkspaceAccessGUI.php.
Referenced by share().
|
protected |
Definition at line 37 of file class.ilWorkspaceAccessGUI.php.
Referenced by executeCommand(), setObjectTitle(), share(), and showPasswordForm().
|
protected |
Definition at line 39 of file class.ilWorkspaceAccessGUI.php.
Referenced by share().
const ilWorkspaceAccessGUI::PERMISSION_ALL = -5 |
Definition at line 33 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilWorkspaceAccessHandler\_getPermissions(), ILIAS\Portfolio\Notification\SharedNotification\appendObjectInformation(), ilWorkspaceShareTableGUI\fillRow(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\hasGlobalPermission(), and ilWorkspaceAccessTableGUI\importData().
const ilWorkspaceAccessGUI::PERMISSION_ALL_PASSWORD = -3 |
Definition at line 32 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilWorkspaceAccessHandler\_getPermissions(), ILIAS\Portfolio\Notification\SharedNotification\appendObjectInformation(), ilObjWorkspaceFolderGUI\copyShared(), ilWorkspaceShareTableGUI\fillRow(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\getSharedNodePassword(), ilWorkspaceAccessHandler\hasGlobalPasswordPermission(), and ilWorkspaceAccessTableGUI\importData().
const ilWorkspaceAccessGUI::PERMISSION_REGISTERED = -1 |
Definition at line 31 of file class.ilWorkspaceAccessGUI.php.
Referenced by ILIAS\Portfolio\Notification\SharedNotification\appendObjectInformation(), ilWorkspaceShareTableGUI\fillRow(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\hasRegisteredPermission(), and ilWorkspaceAccessTableGUI\importData().