Transaction, Submitter, Analytical Tool, Project Python Module

TransSAP model.

class pacifica.metadata.orm.transsap.TransSAP(*args, **kwargs)[source]

TransSAP model class.

Attributes:
Name Description
submitter User who submitted the transaction
analytical_tool Analytical tool the transaction came from
project Project the transaction is for
suspense_date date the transaction is available
DoesNotExist

alias of TransSAPDoesNotExist

_meta = <peewee.Metadata object>
_schema = <peewee.SchemaManager object>
analytical_tool = <ForeignKeyField: TransSAP.analytical_tool>
analytical_tool_id = <ForeignKeyField: TransSAP.analytical_tool>
created = <ExtendDateTimeField: TransSAP.created>
deleted = <ExtendDateTimeField: TransSAP.deleted>
from_hash(obj)[source]

Convert the hash into the object.

id = <ForeignKeyField: TransSAP.id>
id_id = <ForeignKeyField: TransSAP.id>
project = <ForeignKeyField: TransSAP.project>
project_id = <ForeignKeyField: TransSAP.project>
submitter = <ForeignKeyField: TransSAP.submitter>
submitter_id = <ForeignKeyField: TransSAP.submitter>
to_hash(**flags)[source]

Convert the object to a hash.

updated = <ExtendDateTimeField: TransSAP.updated>
classmethod where_clause(kwargs)[source]

Where clause for the various elements.