ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
counterparty_contact_information_repository Class Reference

Reads and writes counterparty contact informations to data storage. More...

#include <counterparty_contact_information_repository.hpp>

Collaboration diagram for counterparty_contact_information_repository:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 counterparty_contact_information_repository (context ctx)
 
std::string sql ()
 
void write (const domain::counterparty_contact_information &counterparty_contact_information)
 
void write (const std::vector< domain::counterparty_contact_information > &counterparty_contact_informations)
 
std::vector< domain::counterparty_contact_informationread_latest ()
 
std::vector< domain::counterparty_contact_informationread_latest (const boost::uuids::uuid &id)
 
std::vector< domain::counterparty_contact_informationread_latest_by_code (const std::string &code)
 
std::vector< domain::counterparty_contact_informationread_latest_by_counterparty_id (const boost::uuids::uuid &counterparty_id)
 
std::vector< domain::counterparty_contact_informationread_all (const boost::uuids::uuid &id)
 
void remove (const boost::uuids::uuid &id)
 

Detailed Description

Reads and writes counterparty contact informations to data storage.