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

Service for managing lifecycle events. More...

#include <lifecycle_event_service.hpp>

Collaboration diagram for lifecycle_event_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 lifecycle_event_service (context ctx)
 
std::vector< domain::lifecycle_eventlist_events ()
 
std::optional< domain::lifecycle_eventfind_event (const std::string &code)
 
void save_event (const domain::lifecycle_event &v)
 
void save_events (const std::vector< domain::lifecycle_event > &events)
 
void remove_event (const std::string &code)
 
void remove_events (const std::vector< std::string > &codes)
 Removes multiple lifecycle events.
 
std::vector< domain::lifecycle_eventget_event_history (const std::string &code)
 

Detailed Description

Service for managing lifecycle events.