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

Service for managing scripted instruments. More...

#include <scripted_instrument_service.hpp>

Collaboration diagram for scripted_instrument_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 scripted_instrument_service (context ctx)
 
std::vector< domain::scripted_instrumentlist_scripted_instruments ()
 
std::vector< domain::scripted_instrumentlist_scripted_instruments (std::uint32_t offset, std::uint32_t limit)
 
std::uint32_t count_scripted_instruments ()
 
std::optional< domain::scripted_instrumentfind_scripted_instrument (const std::string &id)
 
void save_scripted_instrument (const domain::scripted_instrument &v)
 
void remove_scripted_instrument (const std::string &id)
 
std::vector< domain::scripted_instrumentget_scripted_instrument_history (const std::string &id)
 

Detailed Description

Service for managing scripted instruments.