|
ORE Studio 0.0.4
|
Service for managing party ID schemes. More...
#include <party_id_scheme_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| party_id_scheme_service (context ctx) | |
| std::vector< domain::party_id_scheme > | list_schemes () |
| std::optional< domain::party_id_scheme > | find_scheme (const std::string &code) |
| void | save_scheme (const domain::party_id_scheme &scheme) |
| void | save_schemes (const std::vector< domain::party_id_scheme > &schemes) |
| void | remove_scheme (const std::string &code) |
| void | remove_schemes (const std::vector< std::string > &codes) |
| std::vector< domain::party_id_scheme > | get_scheme_history (const std::string &code) |
Service for managing party ID schemes.