Reporting Python Module

CherryPy Uploader Policy object class.

CherryPy Uploader Policy object class.

CherryPy Status Metadata proposalinfo base class.

class pacifica.policy.reporting.transaction.query_base.QueryBase[source]

Formats summary data for other classes down the tree.

__weakref__

list of weak references to the object (if defined)

static _merge_two_dicts(dict_a, dict_b)[source]

Given two dicts, merge them into a new dict as a shallow copy.

static get_full_user_info(user_id)[source]

Return user information for the given user_id.

CherryPy Status Metadata object class.

class pacifica.policy.reporting.transaction.transaction_details.TransactionDetails[source]

Retrieves a list of all transactions matching the search criteria.

static POST(user_id=None)[source]

CherryPy GET method.

CherryPy Status Metadata object class.

class pacifica.policy.reporting.transaction.transaction_summary.TransactionSummary[source]

Retrieves a summary of all transactions matching the search criteria.

static POST(time_basis=None, object_type=None, start_date=None, end_date=None, **kwargs)[source]

CherryPy GET method.

The CherryPy rest object for the structure.

class pacifica.policy.reporting.rest.ReportingPolicy[source]

CherryPy root object class.

not exposed by default the base objects are exposed.

__init__()[source]

Create local objects to allow for import to work.

__weakref__

list of weak references to the object (if defined)