EvEmu
0.8.4
11 September 2021
|
#include "CorpRegistryBound.h"
Public Member Functions | |
PyCallable_Make_Dispatcher (CorpRegistryBound) CorpRegistryBound(PyServiceMgr *mgr | |
virtual | ~CorpRegistryBound () |
virtual void | Release () |
PyCallable_DECL_CALL (GetEveOwners) | |
PyCallable_DECL_CALL (GetCorporation) | |
PyCallable_DECL_CALL (GetCorporations) | |
PyCallable_DECL_CALL (GetInfoWindowDataForChar) | |
PyCallable_DECL_CALL (GetLockedItemLocations) | |
PyCallable_DECL_CALL (AddCorporation) | |
PyCallable_DECL_CALL (GetSuggestedTickerNames) | |
PyCallable_DECL_CALL (GetOffices) | |
PyCallable_DECL_CALL (GetStations) | |
PyCallable_DECL_CALL (CreateRecruitmentAd) | |
PyCallable_DECL_CALL (UpdateRecruitmentAd) | |
PyCallable_DECL_CALL (DeleteRecruitmentAd) | |
PyCallable_DECL_CALL (GetRecruiters) | |
PyCallable_DECL_CALL (GetRecruitmentAdsForCorporation) | |
PyCallable_DECL_CALL (GetMyApplications) | |
PyCallable_DECL_CALL (InsertApplication) | |
PyCallable_DECL_CALL (GetApplications) | |
PyCallable_DECL_CALL (UpdateApplicationOffer) | |
PyCallable_DECL_CALL (DeleteApplication) | |
PyCallable_DECL_CALL (UpdateDivisionNames) | |
PyCallable_DECL_CALL (UpdateCorporation) | |
PyCallable_DECL_CALL (UpdateLogo) | |
PyCallable_DECL_CALL (SetAccountKey) | |
PyCallable_DECL_CALL (GetMember) | |
PyCallable_DECL_CALL (GetMembers) | |
PyCallable_DECL_CALL (MoveCompanyShares) | |
PyCallable_DECL_CALL (MovePrivateShares) | |
PyCallable_DECL_CALL (GetSharesByShareholder) | |
PyCallable_DECL_CALL (GetShareholders) | |
PyCallable_DECL_CALL (PayoutDividend) | |
PyCallable_DECL_CALL (CanViewVotes) | |
PyCallable_DECL_CALL (InsertVoteCase) | |
PyCallable_DECL_CALL (GetVotes) | |
PyCallable_DECL_CALL (CanVote) | |
PyCallable_DECL_CALL (InsertVote) | |
PyCallable_DECL_CALL (GetVoteCasesByCorporation) | |
PyCallable_DECL_CALL (GetVoteCaseOptions) | |
PyCallable_DECL_CALL (GetSanctionedActionsByCorporation) | |
PyCallable_DECL_CALL (GetRoleGroups) | |
PyCallable_DECL_CALL (GetRoles) | |
PyCallable_DECL_CALL (CreateLabel) | |
PyCallable_DECL_CALL (GetLabels) | |
PyCallable_DECL_CALL (DeleteLabel) | |
PyCallable_DECL_CALL (EditLabel) | |
PyCallable_DECL_CALL (AssignLabels) | |
PyCallable_DECL_CALL (RemoveLabels) | |
PyCallable_DECL_CALL (GetTitles) | |
PyCallable_DECL_CALL (UpdateTitle) | |
PyCallable_DECL_CALL (UpdateTitles) | |
PyCallable_DECL_CALL (DeleteTitle) | |
PyCallable_DECL_CALL (AddBulletin) | |
PyCallable_DECL_CALL (GetBulletins) | |
PyCallable_DECL_CALL (DeleteBulletin) | |
PyCallable_DECL_CALL (GetLocationalRoles) | |
PyCallable_DECL_CALL (GetRecentKillsAndLosses) | |
PyCallable_DECL_CALL (UpdateMember) | |
PyCallable_DECL_CALL (ExecuteActions) | |
PyCallable_DECL_CALL (GetCorporateContacts) | |
PyCallable_DECL_CALL (AddCorporateContact) | |
PyCallable_DECL_CALL (EditContactsRelationshipID) | |
PyCallable_DECL_CALL (RemoveCorporateContacts) | |
PyCallable_DECL_CALL (EditCorporateContact) | |
PyCallable_DECL_CALL (CreateAlliance) | |
PyCallable_DECL_CALL (ApplyToJoinAlliance) | |
PyCallable_DECL_CALL (DeleteAllianceApplication) | |
PyCallable_DECL_CALL (GetAllianceApplications) | |
PyCallable_DECL_CALL (GetSuggestedAllianceShortNames) | |
PyCallable_DECL_CALL (GetMemberTrackingInfo) | |
PyCallable_DECL_CALL (GetMembersPaged) | |
PyCallable_DECL_CALL (GetMembersByIds) | |
PyCallable_DECL_CALL (GetMemberIDsWithMoreThanAvgShares) | |
PyCallable_DECL_CALL (GetMemberIDsByQuery) | |
PyCallable_DECL_CALL (GetMemberTrackingInfoSimple) | |
PyCallable_DECL_CALL (GetRentalDetailsPlayer) | |
PyCallable_DECL_CALL (GetRentalDetailsCorp) | |
PyCallable_DECL_CALL (UpdateCorporationAbilities) | |
PyCallable_DECL_CALL (UpdateStationManagementSettings) | |
PyCallable_DECL_CALL (GetNumberOfPotentialCEOs) | |
PyCallable_DECL_CALL (CanLeaveCurrentCorporation) | |
![]() | |
PyBoundObject (PyServiceMgr *mgr) | |
virtual | ~PyBoundObject () |
uint32 | nodeID () const |
uint32 | bindID () const |
std::string | GetBindStr () const |
const char * | GetName () const |
virtual PyResult | Call (const std::string &method, PyCallArgs &args) |
![]() | |
PyCallable () | |
virtual | ~PyCallable () |
Public Attributes | |
CorporationDB & | db |
CorporationDB uint32 | corpID |
Protected Member Functions | |
bool | GetSearchValues (int8 op, PyRep *rep, std::ostringstream &query) |
uint8 | GetQueryType (std::string queryType) |
![]() | |
void | _SetNodeBindID (uint32 nodeID, uint32 bindID) |
![]() | |
void | _SetCallDispatcher (CallDispatcher *d) |
Static Protected Member Functions | |
static void | FillOCApplicationChange (OnCorporationApplicationChanged &OCAC, const Corp::ApplicationInfo &Old, const Corp::ApplicationInfo &New) |
Protected Attributes | |
CorporationDB & | m_db |
Dispatcher *const | m_dispatch |
uint32 | m_corpID |
![]() | |
PyServiceMgr *const | m_manager |
std::string | m_strBoundObjectName |
Definition at line 14 of file CorpRegistryBound.h.
|
inlinevirtual |
|
staticprotected |
Definition at line 1728 of file CorpRegistryBound.cpp.
References Corp::ApplicationInfo::appID, Corp::ApplicationInfo::appText, Corp::ApplicationInfo::charID, Corp::ApplicationInfo::corpID, Corp::ApplicationInfo::lastCID, PyStatic, Corp::ApplicationInfo::status, and Corp::ApplicationInfo::valid.
|
protected |
Definition at line 1308 of file CorpRegistryBound.cpp.
References _log, Corp::QueryType::BaseID, Corp::QueryType::CharID, Corp::QueryType::Roles, Corp::QueryType::StartDateTime, and Corp::QueryType::TitleMask.
|
protected |
Definition at line 1241 of file CorpRegistryBound.cpp.
References _log, Corp::SearchOp::EQUAL, Corp::SearchOp::GREATER, Corp::SearchOp::GREATER_OR_EQUAL, Corp::SearchOp::HAS_BIT, PyRep::IntegerValue(), Corp::SearchOp::LESS, Corp::SearchOp::LESS_OR_EQUAL, Corp::SearchOp::NOT_EQUAL, Corp::SearchOp::NOT_HAS_BIT, Corp::SearchOp::STR_CONTAINS, Corp::SearchOp::STR_ENDS_WITH, Corp::SearchOp::STR_IS, Corp::SearchOp::STR_LIKE, Corp::SearchOp::STR_STARTS_WITH, and PyRep::StringContent().
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetEveOwners | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetCorporation | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetCorporations | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetInfoWindowDataForChar | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetLockedItemLocations | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | AddCorporation | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetSuggestedTickerNames | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetOffices | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetStations | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | CreateRecruitmentAd | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateRecruitmentAd | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | DeleteRecruitmentAd | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRecruiters | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRecruitmentAdsForCorporation | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMyApplications | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | InsertApplication | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetApplications | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateApplicationOffer | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | DeleteApplication | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateDivisionNames | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateCorporation | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateLogo | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | SetAccountKey | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMember | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMembers | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | MoveCompanyShares | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | MovePrivateShares | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetSharesByShareholder | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetShareholders | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | PayoutDividend | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | CanViewVotes | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | InsertVoteCase | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetVotes | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | CanVote | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | InsertVote | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetVoteCasesByCorporation | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetVoteCaseOptions | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetSanctionedActionsByCorporation | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRoleGroups | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRoles | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | CreateLabel | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetLabels | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | DeleteLabel | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | EditLabel | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | AssignLabels | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | RemoveLabels | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetTitles | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateTitle | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateTitles | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | DeleteTitle | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | AddBulletin | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetBulletins | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | DeleteBulletin | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetLocationalRoles | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRecentKillsAndLosses | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateMember | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | ExecuteActions | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetCorporateContacts | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | AddCorporateContact | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | EditContactsRelationshipID | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | RemoveCorporateContacts | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | EditCorporateContact | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | CreateAlliance | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | ApplyToJoinAlliance | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | DeleteAllianceApplication | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetAllianceApplications | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetSuggestedAllianceShortNames | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMemberTrackingInfo | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMembersPaged | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMembersByIds | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMemberIDsWithMoreThanAvgShares | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMemberIDsByQuery | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetMemberTrackingInfoSimple | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRentalDetailsPlayer | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetRentalDetailsCorp | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateCorporationAbilities | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | UpdateStationManagementSettings | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | GetNumberOfPotentialCEOs | ) |
CorpRegistryBound::PyCallable_DECL_CALL | ( | CanLeaveCurrentCorporation | ) |
CorpRegistryBound::PyCallable_Make_Dispatcher | ( | CorpRegistryBound | ) |
|
inlinevirtual |
Implements PyBoundObject.
Definition at line 22 of file CorpRegistryBound.h.
CorporationDB uint32 CorpRegistryBound::corpID |
Definition at line 20 of file CorpRegistryBound.h.
CorporationDB& CorpRegistryBound::db |
Definition at line 20 of file CorpRegistryBound.h.
|
protected |
Definition at line 133 of file CorpRegistryBound.h.
|
protected |
Definition at line 129 of file CorpRegistryBound.h.
|
protected |
Definition at line 131 of file CorpRegistryBound.h.
Referenced by ~CorpRegistryBound().