|
ORE Studio 0.0.4
|
Service for managing tenant types. More...
#include <tenant_type_service.hpp>

Public Types | |
| using | context = ores::database::context |
Public Member Functions | |
| tenant_type_service (context ctx) | |
| std::vector< domain::tenant_type > | list_types () |
| std::optional< domain::tenant_type > | find_type (const std::string &type) |
| void | save_type (const domain::tenant_type &type) |
| void | remove_type (const std::string &type) |
| void | remove_types (const std::vector< std::string > &types) |
| std::vector< domain::tenant_type > | get_type_history (const std::string &type) |
Service for managing tenant types.