Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
Admin_StatusgroupsController Class Reference
Inheritance diagram for Admin_StatusgroupsController:
Inheritance graph
Collaboration diagram for Admin_StatusgroupsController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 index_action ()
 editGroup_action ($group_id=null)
 sortGroups_action ()
 memberAdd_action ($group_id=null)
 move_action ()
 add_action ()
 delete_action ($group_id, $user_id)
 deleteGroup_action ($group_id)
 sortAlphabetic_action ($group_id)
 selectInstitute_action ()
 truncate_action ($id)
- Public Member Functions inherited from AuthenticatedController
 after_filter ($action, $args)
- Public Member Functions inherited from StudipController
 validate_args (&$args, $types=NULL)
 url_for ($to= '')
 link_for ($to= '')
 rescue ($exception)
 setInfoBoxImage ($image)
 addToInfobox ($category, $text, $icon= 'blank.gif')
 render_json ($data)
 relay ($to_uri)
 perform_relayed ($unconsumed)
 render_template_as_string ($template, $layout=null)

Additional Inherited Members

- Protected Member Functions inherited from StudipController
 populateInfobox ()
- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

Member Function Documentation

add_action ( )

Ajaxaction to add a user

Here is the call graph for this function:

before_filter ( $action,
$args 
)

{Callback function being called before an action is executed. If this function does not return FALSE, the action will be called, otherwise an error will be generated and processing will be aborted. If this function already #rendered or #redirected, further processing of the action is withheld.

Parameters
stringName of the action to perform.
arrayAn array of arguments to the action.
Returns
bool
}

Reimplemented from AuthenticatedController.

Here is the call graph for this function:

delete_action (   $group_id,
  $user_id 
)

Ajaxaction to delete a user

Here is the call graph for this function:

deleteGroup_action (   $group_id)

Delete a group

Here is the call graph for this function:

editGroup_action (   $group_id = null)

Interface to edit a group or create a new one.

Parameters
stringgroup id
index_action ( )

Basic display of the groups

Here is the call graph for this function:

memberAdd_action (   $group_id = null)

Action to add multiple members to a group.

Parameters
stringgroup id

Here is the call graph for this function:

move_action ( )

Ajax action to move a user

Here is the call graph for this function:

selectInstitute_action ( )

Action to select institute. This should be put somewhere else since we have to do this on EVERY institute page

sortAlphabetic_action (   $group_id)

Delete a group

Here is the call graph for this function:

sortGroups_action ( )

Interface to sort groups

Here is the call graph for this function:

truncate_action (   $id)

Action to truncate a group

Parameters
type$idthe group id

Here is the call graph for this function:


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