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

Public Member Functions

 index_action ($user_id)
 
 export2CSV_action ($table, $user_id)
 
 print_action ($user_id)
 
 export_action ($user_id)
 
 filesexport_action ($user_id)
 
 askfor_action ($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)
 

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

◆ askfor_action()

askfor_action (   $user_id)

Show a message dialog to ask for user data

Parameters
string$user_id
Here is the call graph for this function:

◆ export2CSV_action()

export2CSV_action (   $table,
  $user_id 
)

Create a csv file with user data from a specific table of a plugin

Parameters
string$plugin_id
string$table
string$user_id
Exceptions
AccessDeniedExceptionif user has no privileges
Here is the call graph for this function:

◆ export_action()

export_action (   $user_id)

Create a zip file with user data

Parameters
string$user_id
Exceptions
AccessDeniedExceptionif user has no privileges
Here is the call graph for this function:

◆ filesexport_action()

filesexport_action (   $user_id)

Delivers a zip containing the files from plugins which feature the specific function

Parameters
string$user_id
Exceptions
AccessDeniedExceptionif user has no privileges
Here is the call graph for this function:

◆ index_action()

index_action (   $user_id)
Here is the call graph for this function:

◆ print_action()

print_action (   $user_id)

Create a print view with user data

Parameters
string$user_id
Exceptions
AccessDeniedExceptionif user has no privileges
Here is the call graph for this function:

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