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

Service for managing rounding types. More...

#include <rounding_type_service.hpp>

Collaboration diagram for rounding_type_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 rounding_type_service (context ctx)
 
std::vector< domain::rounding_typelist_types ()
 
std::optional< domain::rounding_typefind_type (const std::string &code)
 
void save_type (const domain::rounding_type &v)
 
void save_types (const std::vector< domain::rounding_type > &types)
 
void remove_type (const std::string &code)
 
void remove_types (const std::vector< std::string > &codes)
 
std::vector< domain::rounding_typeget_type_history (const std::string &code)
 

Detailed Description

Service for managing rounding types.