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

Service for managing payment frequency types. More...

#include <payment_frequency_type_service.hpp>

Collaboration diagram for payment_frequency_type_service:
Collaboration graph

Public Types

using context = ores::database::context
 

Public Member Functions

 payment_frequency_type_service (context ctx)
 
std::vector< domain::payment_frequency_typelist_types ()
 
std::optional< domain::payment_frequency_typefind_type (const std::string &code)
 
void save_type (const domain::payment_frequency_type &v)
 
void save_types (const std::vector< domain::payment_frequency_type > &v)
 
void remove_type (const std::string &code)
 
void remove_types (const std::vector< std::string > &codes)
 Removes multiple payment frequency types.
 
std::vector< domain::payment_frequency_typeget_type_history (const std::string &code)
 

Detailed Description

Service for managing payment frequency types.