BankAndCustomer
|
This is the complete list of members for Bank, including all inherited members.
_postAssign(Base &rBase) | glo::Persistent | protectedvirtual |
activate() | glo::Persistent | virtual |
assign(Base &rBase) override | glo::Persistent | virtual |
Bank() | Bank | |
Bank(const std::string &rsName, const std::string &rsBIC) | Bank | |
Bank(const Bank &) | Bank | private |
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) | Bank | |
getBankAccount(std::shared_ptr< BankAccount > &rRetVal, const std::string &rsIBAN) | Bank | |
getBankAccounts(std::vector< std::shared_ptr< BankAccount > > &rRetVal, std::shared_ptr< Person > rBankCustomer) | Bank | |
LegalEntity::getBankAccounts(std::vector< std::shared_ptr< BankAccount > > &rRetVal, std::shared_ptr< Bank > rBank) | Person | |
getBankCustomer(std::shared_ptr< Person > &rRetVal, const std::string &rsIBAN) | Bank | |
getBase() const override | glo::BasePersistent | virtual |
getBIC() const | Bank | |
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 | |
getTypeAsString(std::string &rsTypeName) override | glo::Persistent | virtual |
GLO_INDEX(IDXBIC, Bank.m_BIC[11], UNIQUE|UNDEFINED) | Bank | private |
GLO_OBJECT(Bank:LegalEntity) | Bank | private |
init() | glo::CallBack | protected |
initBankAccounts() | Bank | |
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 |
LegalEntity() | LegalEntity | inline |
LegalEntity(const std::string &rsName) | LegalEntity | inline |
LegalEntity(const LegalEntity &) | LegalEntity | private |
lock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) override | glo::Persistent | virtual |
glo::BasePersistent::lock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
m_AllBankAccounts | Bank | private |
m_BankAccounts | Person | private |
m_BIC | Bank | 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_uiReferenceCount | glo::BasePersistent | protected |
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 &) | Bank | private |
LegalEntity::glo::Persistent::operator=(const Persistent &rT) | glo::Persistent | protected |
LegalEntity::glo::BasePersistent::operator=(const BasePersistent &rT) | glo::BasePersistent | |
LegalEntity::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 | Bank | 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 | Bank | 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) | Bank | |
removeBase() override | glo::Persistent | virtual |
removeInObjectSpy() const override | glo::Persistent | protectedvirtual |
setBankAccount(Person &rBankCustomer, const std::string &rsIBAN) | Bank | |
setBankAccount(std::shared_ptr< Person > rBankCustomer, const std::string &rsIBAN) | Bank | |
LegalEntity::setBankAccount(const std::string &rsIBAN, const std::string &rsBIC) | Person | |
LegalEntity::setBankAccount(Bank &rBank, const std::string &rsIBAN) | Person | |
LegalEntity::setBankAccount(std::shared_ptr< Bank > rBank, const std::string &rsIBAN) | Person | |
setBase(Base *pBase) override | glo::BasePersistent | virtual |
setBIC(const std::string &rsBIC) | Bank | |
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 |
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 |
~Bank() | Bank | |
~BasePersistent() | glo::BasePersistent | protectedvirtual |
~CallBack() | glo::CallBack | virtual |
~LegalEntity() | LegalEntity | inline |
~Persistent() | glo::Persistent | protectedvirtual |
~Person() | Person |