| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Access handler for portfolio. More...
 Collaboration diagram for ilPortfolioAccessHandler:
 Collaboration diagram for ilPortfolioAccessHandler:| Public Member Functions | |
| __construct () | |
| checkAccess ($a_permission, $a_cmd, $a_node_id, $a_type="") | |
| check access for an object | |
| checkAccessOfUser ($a_user_id, $a_permission, $a_cmd, $a_node_id, $a_type="") | |
| check access for an object | |
| setPermissions ($a_parent_node_id, $a_node_id) | |
| Set permissions after creating node/object. | |
| addPermission ($a_node_id, $a_object_id, $a_extended_data=null) | |
| Add permission to node for object. | |
| removePermission ($a_node_id, $a_object_id=null) | |
| Remove permission[s] (for object) to node. | |
| getPermissions ($a_node_id) | |
| Get all permissions to node. | |
| hasRegisteredPermission ($a_node_id) | |
| hasGlobalPermission ($a_node_id) | |
| hasGlobalPasswordPermission ($a_node_id) | |
| getObjectsIShare () | |
| getSharedOwners () | |
| getSharedObjects ($a_owner_id) | |
| Static Public Member Functions | |
| static | getPossibleSharedTargets () | 
| static | getSharedNodePassword ($a_node_id) | 
| static | keepSharedSessionPassword ($a_node_id, $a_password) | 
| static | getSharedSessionPassword ($a_node_id) | 
| Protected Member Functions | |
| syncProfile ($a_node_id) | |
Access handler for portfolio.
Definition at line 18 of file class.ilPortfolioAccessHandler.php.
| ilPortfolioAccessHandler::__construct | ( | ) | 
Definition at line 20 of file class.ilPortfolioAccessHandler.php.
References $lng.
| ilPortfolioAccessHandler::addPermission | ( | $a_node_id, | |
| $a_object_id, | |||
| $a_extended_data = null | |||
| ) | 
Add permission to node for object.
| int | $a_node_id | |
| int | $a_object_id | |
| string | $a_extended_data | 
Definition at line 171 of file class.ilPortfolioAccessHandler.php.
References $ilUser, and syncProfile().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPortfolioAccessHandler::checkAccess | ( | $a_permission, | |
| $a_cmd, | |||
| $a_node_id, | |||
| $a_type = "" | |||
| ) | 
check access for an object
| string | $a_permission | |
| string | $a_cmd | |
| int | $a_node_id | |
| string | $a_type | (optional) | 
Definition at line 35 of file class.ilPortfolioAccessHandler.php.
References $ilUser, and checkAccessOfUser().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPortfolioAccessHandler::checkAccessOfUser | ( | $a_user_id, | |
| $a_permission, | |||
| $a_cmd, | |||
| $a_node_id, | |||
| $a_type = "" | |||
| ) | 
check access for an object
| integer | $a_user_id | |
| string | $a_permission | |
| string | $a_cmd | |
| int | $a_node_id | |
| string | $a_type | (optional) | 
Definition at line 52 of file class.ilPortfolioAccessHandler.php.
References $ilSetting, $ilUser, ilGroupParticipants\_getInstanceByObjId(), ilCourseParticipants\_getInstanceByObjId(), ilObject\_lookupType(), getPermissions(), ilWorkspaceAccessGUI\PERMISSION_ALL, ilWorkspaceAccessGUI\PERMISSION_ALL_PASSWORD, and ilWorkspaceAccessGUI\PERMISSION_REGISTERED.
Referenced by checkAccess().
 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:| ilPortfolioAccessHandler::getObjectsIShare | ( | ) | 
Definition at line 264 of file class.ilPortfolioAccessHandler.php.
| ilPortfolioAccessHandler::getPermissions | ( | $a_node_id | ) | 
Get all permissions to node.
| int | $a_node_id | 
Definition at line 220 of file class.ilPortfolioAccessHandler.php.
Referenced by checkAccessOfUser(), and ilSharedResourceGUI\hasAccess().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 281 of file class.ilPortfolioAccessHandler.php.
References $ilUser, ilParticipants\_getMembershipByType(), ilWorkspaceAccessGUI\PERMISSION_ALL, ilWorkspaceAccessGUI\PERMISSION_ALL_PASSWORD, and ilWorkspaceAccessGUI\PERMISSION_REGISTERED.
Referenced by getSharedObjects(), and getSharedOwners().
 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:| 
 | static | 
Definition at line 345 of file class.ilPortfolioAccessHandler.php.
References $res, and ilWorkspaceAccessGUI\PERMISSION_ALL_PASSWORD.
Referenced by ilSharedResourceGUI\checkPassword().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPortfolioAccessHandler::getSharedObjects | ( | $a_owner_id | ) | 
Definition at line 325 of file class.ilPortfolioAccessHandler.php.
References $res, $row, and getPossibleSharedTargets().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPortfolioAccessHandler::getSharedOwners | ( | ) | 
Definition at line 299 of file class.ilPortfolioAccessHandler.php.
References $ilUser, $row, and getPossibleSharedTargets().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 366 of file class.ilPortfolioAccessHandler.php.
References $_SESSION.
| ilPortfolioAccessHandler::hasGlobalPasswordPermission | ( | $a_node_id | ) | 
Definition at line 254 of file class.ilPortfolioAccessHandler.php.
References ilWorkspaceAccessGUI\PERMISSION_ALL_PASSWORD.
| ilPortfolioAccessHandler::hasGlobalPermission | ( | $a_node_id | ) | 
Definition at line 244 of file class.ilPortfolioAccessHandler.php.
References ilWorkspaceAccessGUI\PERMISSION_ALL.
Referenced by syncProfile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPortfolioAccessHandler::hasRegisteredPermission | ( | $a_node_id | ) | 
Definition at line 234 of file class.ilPortfolioAccessHandler.php.
References ilWorkspaceAccessGUI\PERMISSION_REGISTERED.
Referenced by syncProfile().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 361 of file class.ilPortfolioAccessHandler.php.
References $_SESSION.
Referenced by ilSharedResourceGUI\checkPassword().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPortfolioAccessHandler::removePermission | ( | $a_node_id, | |
| $a_object_id = null | |||
| ) | 
Remove permission[s] (for object) to node.
| int | $a_node_id | |
| int | $a_object_id | 
Definition at line 196 of file class.ilPortfolioAccessHandler.php.
References $query, and syncProfile().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPortfolioAccessHandler::setPermissions | ( | $a_parent_node_id, | |
| $a_node_id | |||
| ) | 
Set permissions after creating node/object.
| int | $a_parent_node_id | |
| int | $a_node_id | 
Definition at line 159 of file class.ilPortfolioAccessHandler.php.
| 
 | protected | 
Definition at line 371 of file class.ilPortfolioAccessHandler.php.
References $ilUser, ilObjPortfolio\getDefaultPortfolio(), hasGlobalPermission(), hasRegisteredPermission(), and ilObjPortfolio\setUserDefault().
Referenced by addPermission(), and removePermission().
 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: