| 
|   | before_filter (&$action, &$args) | 
|   | 
|   | after_filter ($action, $args) | 
|   | 
|   | index_action ($order_by=null, $order='asc') | 
|   | 
|   | courseexport_action () | 
|   | 
|   | set_open_group_action ($id) | 
|   | 
|   | groups_action ($sem=null, $studygroups=false) | 
|   | 
|   | store_groups_action ($studygroups=false) | 
|   | 
|   | tabularasa_action ($sem='all', $timestamp=null) | 
|   | 
|   | decline_binding_action () | 
|   | 
|   | decline_action ($course_id, $waiting=null) | 
|   | 
|   | archive_action () | 
|   | 
|   | check_for_new ($my_obj, $group_field='sem_number') | 
|   | 
|   | set_semester_action () | 
|   | 
|   | check_course ($seminar_content) | 
|   | 
|   | delete_boss_action ($boss_id) | 
|   | 
|   | 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) | 
|   | 
|   | __call ($method, $arguments) | 
|   | 
|   | has_action ($action) | 
|   | 
|   | action_url ($action) | 
|   | 
|   | action_link ($action) | 
|   | 
◆ after_filter()
      
        
          | after_filter  | 
          ( | 
            | 
          $action,  | 
        
        
           | 
           | 
            | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Callback function being called after an action is executed.
- Parameters
 - 
  
    | string | Name of the action to perform.  | 
    | array | An array of arguments to the action. | 
  
   
- Returns
 - void 
 
Reimplemented from StudipController.
 
 
◆ archive_action()
Overview for achived courses TODO: Caching? 
 
 
◆ before_filter()
      
        
          | before_filter  | 
          ( | 
          &  | 
          $action,  | 
        
        
           | 
           | 
          &  | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ check_course()
      
        
          | check_course  | 
          ( | 
            | 
          $seminar_content | ) | 
           | 
        
      
 
Checks the selected courses for news (e.g. forum posts,...) Returns true if something new happens and enables the reset function 
- Parameters
 - 
  
  
 
- Returns
 - bool 
 
 
 
◆ check_for_new()
      
        
          | check_for_new  | 
          ( | 
            | 
          $my_obj,  | 
        
        
           | 
           | 
            | 
          $group_field = 'sem_number'  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Checks the whole course selection deppending on grouping eneabled or not 
- Parameters
 - 
  
     | $my_obj |  | 
    | string | $group_field |  | 
  
   
- Returns
 - bool 
 
 
 
◆ courseexport_action()
PDF export of course overview 
 
 
◆ decline_action()
      
        
          | decline_action  | 
          ( | 
            | 
          $course_id,  | 
        
        
           | 
           | 
            | 
          $waiting = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
This action remove a user from course 
- Parameters
 - 
  
  
 
 
 
◆ decline_binding_action()
      
        
          | decline_binding_action  | 
          ( | 
           | ) | 
           | 
        
      
 
This action display only a message 
 
 
◆ delete_boss_action()
      
        
          | delete_boss_action  | 
          ( | 
            | 
          $boss_id | ) | 
           | 
        
      
 
Remove yourself as default deputy of the given boss. 
- Parameters
 - 
  
  
 
 
 
◆ groups_action()
      
        
          | groups_action  | 
          ( | 
            | 
          $sem = null,  | 
        
        
           | 
           | 
            | 
          $studygroups = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Seminar group administration - cluster your seminars by colors or change grouping mechanism 
 
 
◆ index_action()
      
        
          | index_action  | 
          ( | 
            | 
          $order_by = null,  | 
        
        
           | 
           | 
            | 
          $order = 'asc'  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Autor / Tutor / Teacher action 
 
 
◆ set_open_group_action()
      
        
          | set_open_group_action  | 
          ( | 
            | 
          $id | ) | 
           | 
        
      
 
 
◆ set_semester_action()
Set the selected semester and redirects to index 
- Parameters
 - 
  
  
 
 
 
◆ store_groups_action()
      
        
          | store_groups_action  | 
          ( | 
            | 
          $studygroups = false | ) | 
           | 
        
      
 
Storage function for the groups action. Stores selected grouping category and actual group settings. 
 
 
◆ tabularasa_action()
      
        
          | tabularasa_action  | 
          ( | 
            | 
          $sem = 'all',  | 
        
        
           | 
           | 
            | 
          $timestamp = null  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
The documentation for this class was generated from the following file: