GlobalObjects
|
This is the complete list of members for glo::GenericPersistent, including all inherited members.
assign(Base &rBase) | glo::BasePersistent | 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) | glo::BasePersistent | virtual |
forget() override | glo::GenericPersistent | virtual |
GenericPersistent() | glo::GenericPersistent | private |
GenericPersistent(unsigned long ulDBClassID) | glo::GenericPersistent | |
GenericPersistent(const GenericPersistent &) | glo::GenericPersistent | private |
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 | |
getBase() const override | glo::BasePersistent | virtual |
getClassInfo(ClassInfo *&prClassInfo) | glo::BasePersistent | virtual |
getCreateDate() const override | glo::GenericPersistent | virtual |
getGloClassID() const override | glo::GenericPersistent | virtual |
getLastChangeDate() const override | glo::GenericPersistent | virtual |
getLinkCount() const | glo::BasePersistent | |
getObjID() const override | glo::GenericPersistent | 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::GenericPersistent | virtual |
init() | glo::CallBack | protected |
insertInObjectSpy() const override | glo::GenericPersistent | 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 |
isStored() | glo::BasePersistent | virtual |
lock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) | glo::BasePersistent | virtual |
lock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
m_bSpyaction | glo::BasePersistent | protected |
m_LocalCriticalSection | glo::BasePersistent | protected |
m_pBase | glo::BasePersistent | protected |
m_pRecord | glo::BasePersistent | protected |
m_pSpy | glo::CallBack | private |
m_strDebugInfo | glo::CallBack | |
m_uiReferenceCount | glo::BasePersistent | protected |
m_ulClassID | glo::GenericPersistent | private |
notify(NotifyNote &rNote) | glo::CallBack | virtual |
operator!=(const GenericPersistent &rT) const | glo::GenericPersistent | |
glo::BasePersistent::operator!=(const BasePersistent &rT) const | glo::BasePersistent | |
glo::CallBack::operator!=(const CallBack &rT) const | glo::CallBack | |
operator=(const GenericPersistent &) | glo::GenericPersistent | private |
glo::BasePersistent::operator=(const BasePersistent &rT) | glo::BasePersistent | |
glo::CallBack::operator=(const CallBack &rT) | glo::CallBack | |
operator==(const GenericPersistent &rT) const | glo::GenericPersistent | |
glo::BasePersistent::operator==(const BasePersistent &rT) const | glo::BasePersistent | |
glo::CallBack::operator==(const CallBack &rT) const | glo::CallBack | |
refresh() | glo::BasePersistent | virtual |
relock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) | glo::BasePersistent | virtual |
relock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
remember() override | glo::GenericPersistent | virtual |
removeBase() override | glo::GenericPersistent | virtual |
removeInObjectSpy() const override | glo::GenericPersistent | protectedvirtual |
setBase(Base *pBase) override | glo::BasePersistent | virtual |
setCreateDate() override | glo::GenericPersistent | protectedvirtual |
setSpyaction(bool bSpyaction) | glo::BasePersistent | protected |
setWatch(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack=0) | glo::BasePersistent | virtual |
setWatch(const WatchSpecification &rWatchSpec) | glo::BasePersistent | virtual |
store(EnDeepMode eDeepMode=DM_SHALLOW) | glo::BasePersistent | virtual |
takeOverRecord(Record *pRecord) override | glo::GenericPersistent | virtual |
unlock(EnLockMode eLockMode=LK_DELETEvWRITE, EnDeepMode eDeepMode=DM_SHALLOW) | glo::BasePersistent | virtual |
unlock(const LockSpecification &rLockSpecification) | glo::BasePersistent | virtual |
unsetWatch(TdWatchNotifyMode ulWatchMode, EnDeepMode eDeepMode, CallBack *pCallBack=0) | glo::BasePersistent | virtual |
unsetWatch(const WatchSpecification &rWatchSpec) | glo::BasePersistent | virtual |
~BasePersistent() | glo::BasePersistent | protectedvirtual |
~CallBack() | glo::CallBack | virtual |
~GenericPersistent() | glo::GenericPersistent | protectedvirtual |