|
ORE Studio 0.0.4
|
Reads and writes party identifiers to data storage. More...
#include <party_identifier_repository.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| party_identifier_repository (context ctx) | |
| std::string | sql () |
| void | write (const domain::party_identifier &party_identifier) |
| void | write (const std::vector< domain::party_identifier > &party_identifiers) |
| std::vector< domain::party_identifier > | read_latest () |
| std::vector< domain::party_identifier > | read_latest (const boost::uuids::uuid &id) |
| std::vector< domain::party_identifier > | read_latest_by_code (const std::string &code) |
| std::vector< domain::party_identifier > | read_latest_by_party_id (const boost::uuids::uuid &party_id) |
| std::vector< domain::party_identifier > | read_all (const boost::uuids::uuid &id) |
| void | remove (const boost::uuids::uuid &id) |
Reads and writes party identifiers to data storage.