| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
ACL access handler GUI. More...
 Collaboration diagram for ilWorkspaceAccessGUI:
 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 182 of file class.ilWorkspaceAccessGUI.php.
References $_REQUEST, getAccessHandler(), ilUtil\sendSuccess(), and showPasswordForm().
 Here is the call graph for this function:
 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:
 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:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 225 of file class.ilWorkspaceAccessGUI.php.
References ilFormPropertyGUI\setRequired().
Referenced by savePasswordForm(), and showPasswordForm().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilWorkspaceAccessGUI::removePermission | ( | ) | 
Definition at line 214 of file class.ilWorkspaceAccessGUI.php.
References $_REQUEST, getAccessHandler(), and ilUtil\sendSuccess().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 253 of file class.ilWorkspaceAccessGUI.php.
References getAccessHandler(), initPasswordForm(), ilUtil\sendSuccess(), and showPasswordForm().
 Here is the call graph for this function:
 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 call graph for this function: Here is the caller 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, $tpl, ilParticipants\_getMembershipByType(), and getAccessHandler().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | protected | 
Definition at line 242 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 call graph for this function: Here is the caller 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(), ilPortfolioTableGUI\getItems(), ilWorkspaceAccessHandler\getPermissions(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilSharedResourceGUI\hasAccess(), ilPortfolioAccessHandler\hasGlobalPermission(), ilWorkspaceAccessHandler\hasGlobalPermission(), ilWorkspaceAccessTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), and ilObjPortfolioGUI\setDefaultGlobal().
| const ilWorkspaceAccessGUI::PERMISSION_ALL_PASSWORD = -3 | 
Definition at line 24 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilPortfolioAccessHandler\checkAccessOfUser(), ilWorkspaceAccessHandler\checkAccessOfUser(), ilObjWorkspaceFolderGUI\copyShared(), ilPortfolioTableGUI\getItems(), ilWorkspaceAccessHandler\getPermissions(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\getSharedNodePassword(), ilWorkspaceAccessHandler\getSharedNodePassword(), ilSharedResourceGUI\hasAccess(), ilPortfolioAccessHandler\hasGlobalPasswordPermission(), ilWorkspaceAccessHandler\hasGlobalPasswordPermission(), ilWorkspaceAccessTableGUI\importData(), and ilWorkspaceShareTableGUI\importData().
| const ilWorkspaceAccessGUI::PERMISSION_REGISTERED = -1 | 
Definition at line 23 of file class.ilWorkspaceAccessGUI.php.
Referenced by ilPortfolioAccessHandler\checkAccessOfUser(), ilWorkspaceAccessHandler\checkAccessOfUser(), ilPortfolioTableGUI\getItems(), ilPortfolioAccessHandler\getPossibleSharedTargets(), ilWorkspaceAccessHandler\getPossibleSharedTargets(), ilPortfolioAccessHandler\hasRegisteredPermission(), ilWorkspaceAccessHandler\hasRegisteredPermission(), ilWorkspaceAccessTableGUI\importData(), ilWorkspaceShareTableGUI\importData(), and ilObjPortfolioGUI\setDefaultRegistered().