Transaction, Submitter, Analytical Tool, Proposal Python Module

TransSAP model.

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

TransSAP model class.

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

alias of TransSAPDoesNotExist

static elastic_mapping_builder(obj)

Build the elasticsearch mapping bits.

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.