#include "CorpRegistryService.h"
|
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 const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 34 of file CorpRegistryService.h.
CorpRegistryService::CorpRegistryService |
( |
PyServiceMgr * |
mgr | ) |
|
CorpRegistryService::~CorpRegistryService |
( |
| ) |
|
|
virtual |
Reimplemented from PyService.
Definition at line 80 of file CorpRegistryService.cpp.
References PyRep::AsTuple(), PyTuple::GetItem(), Client::GetName(), PyRep::IntegerValue(), PyRep::IsTuple(), m_db, PyService::m_manager, Client::SendErrorMsg(), sLog, and PyRep::TypeString().
83 sLog.Error(
"CorpRegistryService::CreateBoundObject",
"%s: bind_args is not tuple: '%s'. ", pClient->
GetName(), bind_args->
TypeString() );
84 pClient->
SendErrorMsg(
"Could not bind object for Corp Registry. Ref: ServerError 02808.");
void SendErrorMsg(const char *fmt,...)
PyRep * GetItem(size_t index) const
Returns Python object.
#define sLog
Evaluates to a NewLog instance.
PyServiceMgr *const m_manager
const char * GetName() const
static int64 IntegerValue(PyRep *pRep)
const char * TypeString() const
CorpRegistryService::PyCallable_DECL_CALL |
( |
CreateAlliance |
| ) |
|
|
protected |
- Note
- : none of these fully work, and most are skeleton code only
CorpRegistryService::PyCallable_DECL_CALL |
( |
GetRecentKillsAndLosses |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
GetCorporateContacts |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
AddCorporateContact |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
EditCorporateContact |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
RemoveCorporateContacts |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
EditContactsRelationshipID |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
GetLabels |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
CreateLabel |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
DeleteLabel |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
EditLabel |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
AssignLabels |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
RemoveLabels |
| ) |
|
|
protected |
CorpRegistryService::PyCallable_DECL_CALL |
( |
ResignFromCEO |
| ) |
|
|
protected |
Dispatcher* const CorpRegistryService::m_dispatch |
|
protected |
The documentation for this class was generated from the following files: