|
ORE Studio 0.0.4
|
Service for managing party role types. More...
#include <party_role_type_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| party_role_type_service (context ctx) | |
| std::vector< domain::party_role_type > | list_role_types () |
| std::optional< domain::party_role_type > | find_role_type (const std::string &code) |
| void | save_role_type (const domain::party_role_type &v) |
| void | save_role_types (const std::vector< domain::party_role_type > &role_types) |
| void | remove_role_type (const std::string &code) |
| void | remove_role_types (const std::vector< std::string > &codes) |
| Removes multiple party role types. | |
| std::vector< domain::party_role_type > | get_role_type_history (const std::string &code) |
Service for managing party role types.