Scorum
Public Member Functions | Protected Member Functions | Friends | List of all members
scorum::chain::dbs_comment Class Reference

#include <comment.hpp>

Inheritance diagram for scorum::chain::dbs_comment:
scorum::chain::dbs_service_base< comment_service_i > scorum::chain::dbs_base scorum::chain::comment_service_i scorum::chain::base_service_i< comment_object >

Public Member Functions

const comment_object & get (const comment_id_type &comment_id) const override
 
const comment_object & get (const account_name_type &author, const std::string &permlink) const override
 
comment_refs_type get_by_cashout_time (const fc::time_point_sec &until) const override
 
comment_refs_type get_by_create_time (const fc::time_point_sec &until, const checker_type &) const override
 
bool is_exists (const account_name_type &author, const std::string &permlink) const override
 
comment_refs_type get_children (const account_name_type &parent_author, const std::string &parent_permlink) const override
 
void set_rewarded_flag (const comment_object &comment) override
 
- Public Member Functions inherited from scorum::chain::dbs_service_base< comment_service_i >
 dbs_service_base (dba::db_index &db)
 
virtual const object_typecreate (const modifier_type &modifier) override
 
virtual void update (const modifier_type &modifier) override
 
virtual void update (const object_type &o, const modifier_type &modifier) override
 
virtual void remove () override
 
virtual void remove (const object_type &o) override
 
virtual void remove_all (const std::vector< object_cref_type > &os) override
 
virtual bool is_exists () const override
 
virtual const object_typeget () const override
 
const object_typeget_by (const Key &arg) const
 
const object_typefind_by (const Key &arg) const
 
void foreach_by (Call &&call) const
 
std::vector< object_cref_typeget_range_by (LowerBounder lower, UpperBounder upper) const
 
std::vector< object_cref_typeget_filtered_range_by (LowerBounder lower, UpperBounder upper, UnaryPredicate filter) const
 
- Public Member Functions inherited from scorum::chain::dbs_base
virtual ~dbs_base ()
 
- Public Member Functions inherited from scorum::chain::base_service_i< comment_object >
virtual ~base_service_i ()
 

Protected Member Functions

 dbs_comment (database &db)
 
- Protected Member Functions inherited from scorum::chain::dbs_base
 dbs_base ()=delete
 
 dbs_base (dbs_base &&)=delete
 
 dbs_base (dba::db_index &)
 
time_point_sec head_block_time ()
 
dba::db_indexdb_impl ()
 
const dba::db_indexdb_impl () const
 

Friends

class dbservice_dbs_factory
 

Additional Inherited Members

- Public Types inherited from scorum::chain::dbs_service_base< comment_service_i >
using base_service_type = dbs_service_base
 
using modifier_type = typename service_interface::modifier_type
 
using object_type = typename service_interface::object_type
 
using object_cref_type = typename service_interface::object_cref_type
 
- Public Types inherited from scorum::chain::comment_service_i
using comment_refs_type = std::vector< typename base_service_i::object_cref_type >
 
using checker_type = std::function< bool(const comment_object &)>
 
- Public Types inherited from scorum::chain::base_service_i< comment_object >
using object_type = comment_object
 
using modifier_type = std::function< void(object_type &)>
 
using call_type = std::function< void(const object_type &)>
 
using object_cref_type = std::reference_wrapper< const object_type >
 
- Protected Types inherited from scorum::chain::dbs_base
typedef dbs_base _base_type
 

Detailed Description

Definition at line 33 of file comment.hpp.

Constructor & Destructor Documentation

◆ dbs_comment()

scorum::chain::dbs_comment::dbs_comment ( database db)
explicitprotected

Definition at line 14 of file comment.cpp.

Member Function Documentation

◆ get() [1/2]

const comment_object & scorum::chain::dbs_comment::get ( const account_name_type author,
const std::string &  permlink 
) const
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 28 of file comment.cpp.

◆ get() [2/2]

const comment_object & scorum::chain::dbs_comment::get ( const comment_id_type comment_id) const
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 19 of file comment.cpp.

◆ get_by_cashout_time()

dbs_comment::comment_refs_type scorum::chain::dbs_comment::get_by_cashout_time ( const fc::time_point_sec &  until) const
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 37 of file comment.cpp.

◆ get_by_create_time()

dbs_comment::comment_refs_type scorum::chain::dbs_comment::get_by_create_time ( const fc::time_point_sec &  until,
const checker_type filter 
) const
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 47 of file comment.cpp.

◆ get_children()

comment_service_i::comment_refs_type scorum::chain::dbs_comment::get_children ( const account_name_type parent_author,
const std::string &  parent_permlink 
) const
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 63 of file comment.cpp.

◆ is_exists()

bool scorum::chain::dbs_comment::is_exists ( const account_name_type author,
const std::string &  permlink 
) const
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 58 of file comment.cpp.

◆ set_rewarded_flag()

void scorum::chain::dbs_comment::set_rewarded_flag ( const comment_object &  comment)
overridevirtual

Implements scorum::chain::comment_service_i.

Definition at line 73 of file comment.cpp.

Friends And Related Function Documentation

◆ dbservice_dbs_factory

friend class dbservice_dbs_factory
friend

Definition at line 35 of file comment.hpp.


The documentation for this class was generated from the following files: