EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
MailingListMgrService Class Reference

#include "MailingListMgrService.h"

Inheritance diagram for MailingListMgrService:
Collaboration diagram for MailingListMgrService:

Public Member Functions

 MailingListMgrService (PyServiceMgr *mgr)
 
virtual ~MailingListMgrService ()
 
- Public Member Functions inherited from PyService
 PyService (PyServiceMgr *mgr, const char *serviceName)
 
virtual ~PyService ()
 
virtual PyResult Call (const std::string &method, PyCallArgs &args)
 
const char * GetName () const
 
- Public Member Functions inherited from PyCallable
 PyCallable ()
 
virtual ~PyCallable ()
 

Protected Member Functions

 PyCallable_DECL_CALL (GetJoinedLists)
 
 PyCallable_DECL_CALL (Create)
 
 PyCallable_DECL_CALL (Join)
 
 PyCallable_DECL_CALL (Leave)
 
 PyCallable_DECL_CALL (Delete)
 
 PyCallable_DECL_CALL (KickMembers)
 
 PyCallable_DECL_CALL (GetMembers)
 
 PyCallable_DECL_CALL (SetEntityAccess)
 
 PyCallable_DECL_CALL (ClearEntityAccess)
 
 PyCallable_DECL_CALL (SetMembersMuted)
 
 PyCallable_DECL_CALL (SetMembersOperator)
 
 PyCallable_DECL_CALL (SetMembersClear)
 
 PyCallable_DECL_CALL (SetDefaultAccess)
 
 PyCallable_DECL_CALL (GetInfo)
 
 PyCallable_DECL_CALL (GetSettings)
 
 PyCallable_DECL_CALL (GetWelcomeMail)
 
 PyCallable_DECL_CALL (SaveWelcomeMail)
 
 PyCallable_DECL_CALL (SendWelcomeMail)
 
 PyCallable_DECL_CALL (ClearWelcomeMail)
 
- Protected Member Functions inherited from PyService
PyObject_BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check)
 
virtual PyBoundObjectCreateBoundObject (Client *pClient, const PyRep *bind_args)
 
virtual PyResult Handle_MachoResolveObject (PyCallArgs &call)
 
virtual PyResult Handle_MachoBindObject (PyCallArgs &call)
 
- Protected Member Functions inherited from PyCallable
void _SetCallDispatcher (CallDispatcher *d)
 

Protected Attributes

Dispatcher *const m_dispatch
 
MailDB m_db
 
- Protected Attributes inherited from PyService
PyServiceMgr *const m_manager
 

Additional Inherited Members

- Protected Types inherited from PyService
enum  CacheCheckTime {
  check_Always = 0, check_Never, check_in_year, check_in_6_months,
  check_in_3_months, check_in_1_month, check_in_1_week, check_in_1_day,
  check_in_12_hours, check_in_6_hours, check_in_3_hours, check_in_2_hours,
  check_in_1_hour, check_in_30_minutes, check_in_15_minutes, check_in_5_minutes,
  check_in_1_minute, check_in_30_seconds, check_in_15_seconds, check_in_5_seconds,
  check_in_1_second, _checkCount
}
 
- Static Protected Attributes inherited from PyService
static const char *const s_checkTimeStrings [_checkCount]
 

Detailed Description

Definition at line 32 of file MailingListMgrService.h.

Constructor & Destructor Documentation

MailingListMgrService::MailingListMgrService ( PyServiceMgr mgr)
MailingListMgrService::~MailingListMgrService ( )
virtual

Definition at line 60 of file MailingListMgrService.cpp.

References m_dispatch.

61 {
62  delete m_dispatch;
63 }
Dispatcher *const m_dispatch

Member Function Documentation

MailingListMgrService::PyCallable_DECL_CALL ( GetJoinedLists  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( Create  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( Join  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( Leave  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( Delete  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( KickMembers  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( GetMembers  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SetEntityAccess  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( ClearEntityAccess  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SetMembersMuted  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SetMembersOperator  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SetMembersClear  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SetDefaultAccess  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( GetInfo  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( GetSettings  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( GetWelcomeMail  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SaveWelcomeMail  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( SendWelcomeMail  )
protected
MailingListMgrService::PyCallable_DECL_CALL ( ClearWelcomeMail  )
protected

Member Data Documentation

MailDB MailingListMgrService::m_db
protected

Definition at line 42 of file MailingListMgrService.h.

Dispatcher* const MailingListMgrService::m_dispatch
protected

Definition at line 40 of file MailingListMgrService.h.

Referenced by ~MailingListMgrService().


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