BankAndCustomer
|
This is the complete list of members for NaturalPerson, including all inherited members.
_postAssign(Base &rBase) | glo::Persistent | protectedvirtual |
activate() | glo::Persistent | virtual |
assign(Base &rBase) override | glo::Persistent | virtual |
BasePersistent() | glo::BasePersistent | |
BasePersistent(const BasePersistent &rT) | glo::BasePersistent | |
CallBack() | glo::CallBack | |
CallBack(const CallBack &rT) | glo::CallBack | protected |
deinit() | glo::CallBack | protected |
deleteInBase(EnDeepMode eDeepMode=DM_SHALLOW) override | glo::Persistent | virtual |
forget() | glo::BasePersistent | virtual |
getAllPersAttributeNames(std::list< std::string > &rRetValList, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributeNamesSortByID(std::map< AttributeID, std::string > &rRetValMap, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributes(std::list< BaseRecordAttribute * > &rRetValList, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributes(std::list< std::shared_ptr< BaseRecordAttribute > > &rRetValList, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributesSortByID(std::map< AttributeID, BaseRecordAttribute *, std::less< AttributeID > > &rRetValMap, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributesSortByID(std::map< AttributeID, std::shared_ptr< BaseRecordAttribute >, std::less< AttributeID > > &rRetValMap, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributesSortByName(std::map< std::string, BaseRecordAttribute *, std::less< std::string > > &rRetValMap, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getAllPersAttributesSortByName(std::map< std::string, std::shared_ptr< BaseRecordAttribute >, std::less< std::string > > &rRetValMap, const std::vector< unsigned long > *pClassIdVector=0) const | glo::BasePersistent | |
getBank(std::shared_ptr< Bank > &rRetVal, const std::string &rsIBAN) | Person | |
getBankAccount(std::shared_ptr< BankAccount > &rRetVal, glo::EnSeekMode eMode) | Person | |
getBankAccount(std::shared_ptr< BankAccount > &rRetVal, const std::string &rsIBAN) | Person | |
getBankAccounts(std::vector< std::shared_ptr< BankAccount > > &rRetVal, std::shared_ptr< Bank > rBank) | Person | |
getBase() const override | glo::BasePersistent | virtual |
getClassInfo(ClassInfo *&prClassInfo) | glo::BasePersistent | virtual |
getCreateDate() const override | glo::Persistent | virtual |
getGloAttribute(const AttributeID &rAttributeID) | glo::Persistent | virtual |
getGloAttribute(const std::string &rstrAttributName) | glo::Persistent | virtual |
getGloClassID() const override | glo::Persistent | virtual |
getLastChangeDate() const override | glo::Persistent | virtual |
getLinkCount() const | glo::BasePersistent | |
getName() const | Person | |
getObjID() const override | glo::Persistent | virtual |
getPersAttribute(BaseRecordAttribute *&prRetVal, const std::string &sName) const | glo::BasePersistent | |
getPersAttribute(std::shared_ptr< BaseRecordAttribute > &rRetVal, const std::string &sName) const | glo::BasePersistent | |
getPersAttribute(BaseRecordAttribute *&prRetVal, const AttributeID &rAttributeID) const | glo::BasePersistent | |
getPersAttribute(std::shared_ptr< BaseRecordAttribute > &rRetVal, const AttributeID &rAttributeID) const | glo::BasePersistent | |
getProcessingPossibilities(LockPossibleSpecification &rLockPossibleSpec, EnDeepMode eDeepMode=DM_SHALLOW) const | glo::BasePersistent | virtual |
getRecord(Record *&prRecord) const | glo::BasePersistent | |
getRecord(std::shared_ptr< Record > &rRetVal) const | glo::BasePersistent | |
getSurname() const | NaturalPerson | |
getTypeAsString(std::string &rsTypeName) override | glo::Persistent | virtual |
GLO_INDEX(IDXFullName, Person.m_Name[255] &NaturalPerson.m_Surname[255], USE_DELIMITER|DEU-2 &AUT &DNK &EST &FIN &FRA &ISL &NOR &SWE) | NaturalPerson | private |
GLO_OBJECT(NaturalPerson:Person) | NaturalPerson | private |
init() | glo::CallBack | protected |
initBankAccounts() | Person | |
insertInObjectSpy() const override | glo::Persistent | protectedvirtual |
isAssigned() const | glo::BasePersistent | virtual |
isDeletedInBase() | glo::BasePersistent | virtual |
isLocked(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) const | glo::BasePersistent | virtual |
isLocked(const LockSpecification &rLockSpecification) const | glo::BasePersistent | virtual |
isPossible(bool bRead, bool bWrite, bool bDelete, EnDeepMode eDeepMode=DM_SHALLOW) const | glo::BasePersistent | virtual |
isPossible(const LockPossibleSpecification &rLockPossibleSpec, EnDeepMode eDeepMode=DM_SHALLOW) const | glo::BasePersistent | virtual |
isSameOrSuperClassFrom(const glo::Persistent *pPersistent) const | glo::Persistent | virtual |
isSameOrSuperClassFrom(const std::shared_ptr< glo::Persistent > pPersistent) const | glo::Persistent | virtual |
isStored() | glo::BasePersistent | virtual |
lock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) override | glo::Persistent | virtual |
glo::BasePersistent::lock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
m_BankAccounts | Person | private |
m_bSpyaction | glo::BasePersistent | protected |
m_dtCreateDate | glo::Persistent | private |
m_dtLastChange | glo::Persistent | private |
m_LocalCriticalSection | glo::BasePersistent | protected |
m_Name | Person | private |
m_ObjID | glo::Persistent | private |
m_pBase | glo::BasePersistent | protected |
m_pRecord | glo::BasePersistent | protected |
m_pSpy | glo::CallBack | private |
m_strDebugInfo | glo::CallBack | |
m_Surname | NaturalPerson | private |
m_uiReferenceCount | glo::BasePersistent | protected |
NaturalPerson() | NaturalPerson | |
NaturalPerson(const std::string &rsName, const std::string &rsSurname) | NaturalPerson | |
NaturalPerson(const NaturalPerson &) | NaturalPerson | private |
notify(NotifyNote &rNote) | glo::CallBack | virtual |
operator!=(const Persistent &rT) const | glo::Persistent | protected |
glo::BasePersistent::operator!=(const BasePersistent &rT) const | glo::BasePersistent | |
glo::CallBack::operator!=(const CallBack &rT) const | glo::CallBack | |
operator=(const Bank &) | NaturalPerson | private |
Person::glo::Persistent::operator=(const Persistent &rT) | glo::Persistent | protected |
Person::glo::BasePersistent::operator=(const BasePersistent &rT) | glo::BasePersistent | |
Person::glo::CallBack::operator=(const CallBack &rT) | glo::CallBack | |
operator==(const Persistent &rT) const | glo::Persistent | protected |
glo::BasePersistent::operator==(const BasePersistent &rT) const | glo::BasePersistent | |
glo::CallBack::operator==(const CallBack &rT) const | glo::CallBack | |
Persistent() | glo::Persistent | |
Persistent(const Persistent &rT) | glo::Persistent | |
Person() | Person | |
Person(const std::string &rsName) | Person | |
Person(const Person &) | Person | private |
postDeleteInBase(int iDeleteErr, glo::EnDeepMode eDeepMode, void *pData) override | Person | virtual |
glo::Persistent::postDeleteInBase(int iDeleteErr, EnDeepMode eDeepMode, void *pData) | glo::Persistent | virtual |
postLock(int iLockErr, EnLockMode eLockMode, EnDeepMode eDeepMode, void *pData) | glo::Persistent | virtual |
postRefresh(int iRefreshErr, void *pData) | glo::Persistent | virtual |
postRelock(int iLockErr, EnLockMode eLockMode, EnDeepMode eDeepMode, void *pData) | glo::Persistent | virtual |
postSetWatch(int iSetWatchErr, TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack, void *pData) | glo::Persistent | virtual |
postStore(int iStoreErr, EnDeepMode eDeepMode, void *pData) | glo::Persistent | virtual |
postUnlock(int iUnlockErr, EnLockMode eLockMode, EnDeepMode eDeepMode, void *pData) | glo::Persistent | virtual |
postUnsetWatch(int iUnsetWatchErr, TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack, void *pData) | glo::Persistent | virtual |
preDeleteInBase(glo::EnDeepMode eDeepMode, void *&prData) override | Person | virtual |
glo::Persistent::preDeleteInBase(EnDeepMode eDeepMode, void *&prData) | glo::Persistent | virtual |
preLock(EnLockMode eLockMode, EnDeepMode eDeepMode, void *&prData) | glo::Persistent | virtual |
preRefresh(void *&prData) | glo::Persistent | virtual |
preRelock(EnLockMode eLockMode, EnDeepMode eDeepMode, void *&prData) | glo::Persistent | virtual |
preSetWatch(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack, void *&prData) | glo::Persistent | virtual |
preStore(EnDeepMode eDeepMode, void *&prData) | glo::Persistent | virtual |
preUnlock(EnLockMode eLockMode, EnDeepMode eDeepMode, void *&prData) | glo::Persistent | virtual |
preUnsetWatch(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack, void *&prData) | glo::Persistent | virtual |
refresh() override | glo::Persistent | virtual |
relock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) override | glo::Persistent | virtual |
glo::BasePersistent::relock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
remember() | glo::BasePersistent | virtual |
removeBankAccount(const std::string &rsIBAN) | Person | |
removeBase() override | glo::Persistent | virtual |
removeInObjectSpy() const override | glo::Persistent | protectedvirtual |
setBankAccount(const std::string &rsIBAN, const std::string &rsBIC) | Person | |
setBankAccount(Bank &rBank, const std::string &rsIBAN) | Person | |
setBankAccount(std::shared_ptr< Bank > rBank, const std::string &rsIBAN) | Person | |
setBase(Base *pBase) override | glo::BasePersistent | virtual |
setCreateDate() override | glo::Persistent | protectedvirtual |
setGloAttribute(const AttributeID &rAttributeID, void *pPara) | glo::Persistent | virtual |
setGloAttribute(const std::string &rstrAttributName, void *pPara) | glo::Persistent | virtual |
setName(const std::string &rsName) | Person | |
setSpyaction(bool bSpyaction) | glo::BasePersistent | protected |
setSurname(const std::string &rsSurname) | NaturalPerson | |
setWatch(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack=0) override | glo::Persistent | virtual |
glo::BasePersistent::setWatch(const WatchSpecification &rWatchSpec) | glo::BasePersistent | virtual |
store(EnDeepMode eDeepMode=DM_SHALLOW) override | glo::Persistent | virtual |
takeOverRecord(Record *pRecord) override | glo::Persistent | virtual |
unlock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) override | glo::Persistent | virtual |
glo::BasePersistent::unlock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
unsetWatch(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack=0) override | glo::Persistent | virtual |
glo::BasePersistent::unsetWatch(const WatchSpecification &rWatchSpec) | glo::BasePersistent | virtual |
~BasePersistent() | glo::BasePersistent | protectedvirtual |
~CallBack() | glo::CallBack | virtual |
~NaturalPerson() | NaturalPerson | |
~Persistent() | glo::Persistent | protectedvirtual |
~Person() | Person |