| 
|   | before_filter (&$action, &$args) | 
|   | 
|   | index_action () | 
|   | 
|   | configure_action ($userlistId='') | 
|   | 
|   | save_action ($userlistId='') | 
|   | 
|   | delete_action ($userlistId) | 
|   | 
|   | delete_member_action ($userlistId, $userId) | 
|   | 
|   | add_members_action ($userlistId) | 
|   | 
|   | 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) | 
|   | 
◆ add_members_action()
      
        
          | add_members_action  | 
          ( | 
            | 
          $userlistId | ) | 
           | 
        
      
 
Landing page for mulitpersonsearch, adds the selected users to the user list. 
- Parameters
 - 
  
    | $userlistId | string ID of the userlist to edit  | 
  
   
 
 
◆ before_filter()
      
        
          | before_filter  | 
          ( | 
          &  | 
          $action,  | 
        
        
           | 
           | 
          &  | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ configure_action()
      
        
          | configure_action  | 
          ( | 
            | 
          $userlistId = '' | ) | 
           | 
        
      
 
Show a configuration form for the given user list.
- Parameters
 - 
  
    | String | $userlistId | user list to load settings from (or empty if it is a new user list)  | 
  
   
 
 
◆ delete_action()
      
        
          | delete_action  | 
          ( | 
            | 
          $userlistId | ) | 
           | 
        
      
 
Deletes the given user list.
- Parameters
 - 
  
    | String | $userlistId | the user list to delete  | 
  
   
 
 
◆ delete_member_action()
      
        
          | delete_member_action  | 
          ( | 
            | 
          $userlistId,  | 
        
        
           | 
           | 
            | 
          $userId  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Deletes the given user from the given user list. 
- Parameters
 - 
  
  
 
 
 
◆ index_action()
Show the user lists the current user has access to. 
 
 
◆ save_action()
      
        
          | save_action  | 
          ( | 
            | 
          $userlistId = '' | ) | 
           | 
        
      
 
Saves the given user list to database.
- Parameters
 - 
  
    | String | $userlistId | user list to save  | 
  
   
 
 
The documentation for this class was generated from the following file: