|
ILIAS
Release_5_0_x_branch Revision 61816
|
ACL access handler GUI. More...
Collaboration diagram for ilWorkspaceAccessGUI:Public Member Functions | |
| __construct ($a_node_id, $a_access_handler, $a_is_portfolio=false, $a_footer=null) | |
| executeCommand () | |
| addPermissionHandler () | |
| removePermission () | |
Data Fields | |
| const | PERMISSION_REGISTERED = -1 |
| const | PERMISSION_ALL_PASSWORD = -3 |
| const | PERMISSION_ALL = -5 |
Protected Member Functions | |
| setObjectTitle () | |
| restore object title | |
| getAccessHandler () | |
| share () | |
| initPasswordForm () | |
| showPasswordForm (ilPropertyFormGUI $a_form=null) | |
| savePasswordForm () | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $node_id | |
| $access_handler | |
| $footer | |
ACL access handler GUI.
ilWorkspaceAccessGUI: ilMailSearchCoursesGUI, ilMailSearchGroupsGUI ilWorkspaceAccessGUI: ilMailSearchGUI, ilPublicUserProfileGUI
Definition at line 15 of file class.ilWorkspaceAccessGUI.php.
| ilWorkspaceAccessGUI::__construct | ( | $a_node_id, | |
| $a_access_handler, | |||
$a_is_portfolio = false, |
|||
$a_footer = null |
|||
| ) |
Definition at line 28 of file class.ilWorkspaceAccessGUI.php.
| ilWorkspaceAccessGUI::addPermissionHandler | ( | ) |
Definition at line 187 of file class.ilWorkspaceAccessGUI.php.
References $_REQUEST, getAccessHandler(), ilUtil\sendSuccess(), and showPasswordForm().
Here is the call graph for this function:| ilWorkspaceAccessGUI::executeCommand | ( | ) |
Definition at line 40 of file class.ilWorkspaceAccessGUI.php.
References $_REQUEST, $cmd, $tpl, and setObjectTitle().
Here is the call graph for this function:
|
protected |
Definition at line 125 of file class.ilWorkspaceAccessGUI.php.
References $access_handler.
Referenced by addPermissionHandler(), removePermission(), savePasswordForm(), and share().
Here is the caller graph for this function:
|
protected |
Definition at line 230 of file class.ilWorkspaceAccessGUI.php.
References ilFormPropertyGUI\setRequired().
Referenced by savePasswordForm(), and showPasswordForm().
Here is the call graph for this function:
Here is the caller graph for this function:| ilWorkspaceAccessGUI::removePermission | ( | ) |
Definition at line 219 of file class.ilWorkspaceAccessGUI.php.
References $_REQUEST, getAccessHandler(), and ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 258 of file class.ilWorkspaceAccessGUI.php.
References getAccessHandler(), initPasswordForm(), ilUtil\sendSuccess(), and showPasswordForm().
Here is the call graph for this function:
|
protected |
restore object title
Definition at line 110 of file class.ilWorkspaceAccessGUI.php.
References $node_id, $tpl, and ilObject\_lookupTitle().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 130 of file class.ilWorkspaceAccessGUI.php.
References $ilSetting, $ilUser, $options, $tpl, ilParticipants\_getMembershipByType(), getAccessHandler(), and ilSubmitButton\getInstance().
Here is the call graph for this function:
|
protected |
Definition at line 247 of file class.ilWorkspaceAccessGUI.php.
References $tpl, and initPasswordForm().
Referenced by addPermissionHandler(), and savePasswordForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 20 of file class.ilWorkspaceAccessGUI.php.
Referenced by getAccessHandler().
|
protected |
Definition at line 17 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 21 of file class.ilWorkspaceAccessGUI.php.
|
protected |
Definition at line 18 of file class.ilWorkspaceAccessGUI.php.
Referenced by __construct().
|
protected |
Definition at line 19 of file class.ilWorkspaceAccessGUI.php.
Referenced by setObjectTitle().
| const ilWorkspaceAccessGUI::PERMISSION_ALL = -5 |
Definition at line 25 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilPortfolioAccessHandler\checkAccessOfUser(), ilWorkspaceAccessHandler\checkAccessOfUser(), ilWorkspaceShareTableGUI\fillRow(), ilWorkspaceAccessHandler\findSharedObjects(), ilPortfolioAccessHandler\findSharedObjects(), ilWorkspaceAccessHandler\getPermissions(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilSharedResourceGUI\hasAccess(), ilPortfolioAccessHandler\hasGlobalPermission(), ilWorkspaceAccessHandler\hasGlobalPermission(), ilWorkspaceAccessTableGUI\importData(), and ilPortfolioRepositoryGUI\setDefaultGlobal().
| const ilWorkspaceAccessGUI::PERMISSION_ALL_PASSWORD = -3 |
Definition at line 24 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilPortfolioAccessHandler\checkAccessOfUser(), ilWorkspaceAccessHandler\checkAccessOfUser(), ilObjWorkspaceFolderGUI\copyShared(), ilWorkspaceShareTableGUI\fillRow(), ilWorkspaceAccessHandler\findSharedObjects(), ilPortfolioAccessHandler\findSharedObjects(), ilWorkspaceAccessHandler\getPermissions(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\getSharedNodePassword(), ilPortfolioAccessHandler\getSharedNodePassword(), ilSharedResourceGUI\hasAccess(), ilPortfolioAccessHandler\hasGlobalPasswordPermission(), ilWorkspaceAccessHandler\hasGlobalPasswordPermission(), and ilWorkspaceAccessTableGUI\importData().
| const ilWorkspaceAccessGUI::PERMISSION_REGISTERED = -1 |
Definition at line 23 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilPortfolioAccessHandler\checkAccessOfUser(), ilWorkspaceAccessHandler\checkAccessOfUser(), ilWorkspaceShareTableGUI\fillRow(), ilWorkspaceAccessHandler\findSharedObjects(), ilPortfolioAccessHandler\findSharedObjects(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\hasRegisteredPermission(), ilWorkspaceAccessHandler\hasRegisteredPermission(), ilWorkspaceAccessTableGUI\importData(), and ilPortfolioRepositoryGUI\setDefaultRegistered().