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

Service for managing tenant types. More...

#include <tenant_type_service.hpp>

Collaboration diagram for tenant_type_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 tenant_type_service (context ctx)
 
std::vector< domain::tenant_typelist_types ()
 
std::optional< domain::tenant_typefind_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_typeget_type_history (const std::string &type)
 

Detailed Description

Service for managing tenant types.