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

#include "CorporationService.h"

Inheritance diagram for CorporationService:
Collaboration diagram for CorporationService:

Public Member Functions

 CorporationService (PyServiceMgr *mgr)
 
virtual ~CorporationService ()
 
- 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 (GetFactionInfo)
 
 PyCallable_DECL_CALL (GetCorpInfo)
 
 PyCallable_DECL_CALL (GetNPCDivisions)
 
 PyCallable_DECL_CALL (GetEmploymentRecord)
 
 PyCallable_DECL_CALL (GetRecruitmentAdsByCriteria)
 
 PyCallable_DECL_CALL (GetRecruitmentAdRegistryData)
 
 PyCallable_DECL_CALL (GetRecruitmentAdsForCorporation)
 
 PyCallable_DECL_CALL (CreateMedal)
 
 PyCallable_DECL_CALL (GiveMedalToCharacters)
 
 PyCallable_DECL_CALL (GetMedalsReceived)
 
 PyCallable_DECL_CALL (GetMedalDetails)
 
 PyCallable_DECL_CALL (GetAllCorpMedals)
 
 PyCallable_DECL_CALL (SetMedalStatus)
 
 PyCallable_DECL_CALL (GetMedalStatuses)
 
 PyCallable_DECL_CALL (GetRecipientsOfMedal)
 
- 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
 
CorporationDB 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 33 of file CorporationService.h.

Constructor & Destructor Documentation

CorporationService::CorporationService ( PyServiceMgr mgr)
CorporationService::~CorporationService ( )
virtual

Definition at line 61 of file CorporationService.cpp.

References m_dispatch.

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

Member Function Documentation

CorporationService::PyCallable_DECL_CALL ( GetFactionInfo  )
protected
CorporationService::PyCallable_DECL_CALL ( GetCorpInfo  )
protected
CorporationService::PyCallable_DECL_CALL ( GetNPCDivisions  )
protected
CorporationService::PyCallable_DECL_CALL ( GetEmploymentRecord  )
protected
CorporationService::PyCallable_DECL_CALL ( GetRecruitmentAdsByCriteria  )
protected
CorporationService::PyCallable_DECL_CALL ( GetRecruitmentAdRegistryData  )
protected
CorporationService::PyCallable_DECL_CALL ( GetRecruitmentAdsForCorporation  )
protected
CorporationService::PyCallable_DECL_CALL ( CreateMedal  )
protected
CorporationService::PyCallable_DECL_CALL ( GiveMedalToCharacters  )
protected
CorporationService::PyCallable_DECL_CALL ( GetMedalsReceived  )
protected
CorporationService::PyCallable_DECL_CALL ( GetMedalDetails  )
protected
CorporationService::PyCallable_DECL_CALL ( GetAllCorpMedals  )
protected
CorporationService::PyCallable_DECL_CALL ( SetMedalStatus  )
protected
CorporationService::PyCallable_DECL_CALL ( GetMedalStatuses  )
protected
CorporationService::PyCallable_DECL_CALL ( GetRecipientsOfMedal  )
protected

Member Data Documentation

CorporationDB CorporationService::m_db
protected

Definition at line 43 of file CorporationService.h.

Dispatcher* const CorporationService::m_dispatch
protected

Definition at line 40 of file CorporationService.h.

Referenced by ~CorporationService().


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