Stud.IP  4.2 Revision
Admin_RoleController Class Reference
Inheritance diagram for Admin_RoleController:
Inheritance graph
Collaboration diagram for Admin_RoleController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 
 index_action ()
 
 add_action ()
 
 ask_remove_role_action ($role_id)
 
 remove_role_action ($roleid)
 
 assign_role_action ($userid=NULL)
 
 save_role_action ($userid)
 
 assign_plugin_role_action ($pluginid=NULL)
 
 save_plugin_role_action ($pluginid)
 
 show_role_action ($roleid=null)
 
 add_user_action ($role_id, $user_id)
 
 remove_user_action ($role_id, $user_id)
 
 add_plugin_action ($role_id)
 
 remove_plugin_action ($role_id, $plugin_id)
 
 assign_role_institutes_action ($role_id, $user_id)
 
- Public Member Functions inherited from StudipController
 before_filter (&$action, &$args)
 
 perform ($unconsumed_path)
 
 after_filter ($action, $args)
 
 validate_args (&$args, $types=NULL)
 
 url_for ($to='')
 
 link_for ($to='')
 
 relocate ($to)
 
 rescue ($exception)
 
 render_json ($data)
 
 render_csv ($data, $filename=null, $delimiter=';', $enclosure='"')
 
 relay ($to_uri)
 
 perform_relayed ($unconsumed)
 
 render_template_as_string ($template, $layout=null)
 

Static Public Member Functions

static getRole ($role_id)
 

Protected Member Functions

 getMultiPersonSearch ($role_id)
 

Additional Inherited Members

- Protected Attributes inherited from AuthenticatedController
 $with_session = true
 
 $allow_nobody = false
 
- Protected Attributes inherited from StudipController
 $with_session = false
 
 $allow_nobody = true
 

Member Function Documentation

◆ add_action()

add_action ( )

Create a new role.

Here is the call graph for this function:

◆ add_plugin_action()

add_plugin_action (   $role_id)
Here is the call graph for this function:

◆ add_user_action()

add_user_action (   $role_id,
  $user_id 
)
Here is the call graph for this function:

◆ ask_remove_role_action()

ask_remove_role_action (   $role_id)

Ask for confirmation from the user before deleting a role.

Parameters
integerid of role to delete
Here is the call graph for this function:

◆ assign_plugin_role_action()

assign_plugin_role_action (   $pluginid = NULL)

Display all roles assigned to a particular plugin.

Parameters
integerplugin id (optional)
Here is the call graph for this function:

◆ assign_role_action()

assign_role_action (   $userid = NULL)

Display all roles assigned to a particular user.

Parameters
stringuser id (optional)
Here is the call graph for this function:

◆ assign_role_institutes_action()

assign_role_institutes_action (   $role_id,
  $user_id 
)
Here is the call graph for this function:

◆ before_filter()

before_filter ( $action,
$args 
)

Common tasks for all actions.

Here is the call graph for this function:

◆ getMultiPersonSearch()

getMultiPersonSearch (   $role_id)
protected
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getRole()

static getRole (   $role_id)
static

Returns the role with the given id.

Parameters
string$role_idId of the role
Returns
Role
Here is the call graph for this function:

◆ index_action()

index_action ( )

Display a list of all existing roles and some statistics.

Here is the call graph for this function:

◆ remove_plugin_action()

remove_plugin_action (   $role_id,
  $plugin_id 
)
Here is the call graph for this function:

◆ remove_role_action()

remove_role_action (   $roleid)

Completely delete a role (including all its assignments).

Parameters
integerid of role to delete
Here is the call graph for this function:

◆ remove_user_action()

remove_user_action (   $role_id,
  $user_id 
)
Here is the call graph for this function:

◆ save_plugin_role_action()

save_plugin_role_action (   $pluginid)

Change the roles assigned to a particular plugin.

Parameters
integerplugin id
Here is the call graph for this function:

◆ save_role_action()

save_role_action (   $userid)

Change the roles assigned to a particular user.

Parameters
stringuser id
Here is the call graph for this function:

◆ show_role_action()

show_role_action (   $roleid = null)

Display a list of user and role assignments for a given role.

Parameters
integerrole id (optional)
Here is the call graph for this function:

The documentation for this class was generated from the following file: