Package trac :: Package ticket :: Module report :: Class ReportModule

Class ReportModule

source code

    object --+    
             |    
core.Component --+
                 |
                ReportModule

Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
get_active_navigation_item(self, req) source code
 
get_navigation_items(self, req) source code
 
get_permission_actions(self) source code
 
match_request(self, req) source code
 
process_request(self, req) source code
 
execute_report(self, req, db, id, sql, args)
Execute given sql report (0.10 backward compatibility method)
source code
 
execute_paginated_report(self, req, db, id, sql, args, limit=0, offset=0) source code
 
get_report(self, id) source code
 
get_var_args(self, req) source code
 
sql_sub_vars(self, sql, args, db=None)
Extract $XYZ-style variables from the sql query.
source code
 
get_link_resolvers(self) source code
 
get_wiki_syntax(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods

Inherited from core.Component: implements

Class Variables
  items_per_page = <IntOption [report] "items_per_page">
  items_per_page_rss = <IntOption [report] "items_per_page_rss">
Properties

Inherited from object: __class__

Method Details

execute_report(self, req, db, id, sql, args)

source code 
Execute given sql report (0.10 backward compatibility method)

See Also: execute_paginated_report

sql_sub_vars(self, sql, args, db=None)

source code 

Extract $XYZ-style variables from the sql query.

in version 1.1.1