
Public Member Functions | |
| get (ObjectQuery $oq) | |
| single object getters | |
| getById ($id) | |
| getByLogic (LogicalObject $logic) | |
| getByQuery (SelectQuery $query) | |
| getCustom (SelectQuery $query) | |
| getList (ObjectQuery $oq) | |
| object's list getters | |
| getListByIds ($ids) | |
| getListByQuery (SelectQuery $query) | |
| getListByLogic (LogicalObject $logic) | |
| getPlainList () | |
| getCustomList (SelectQuery $query) | |
| custom list getters | |
| getCustomRowList (SelectQuery $query) | |
| getCountedList (ObjectQuery $oq) | |
| query result getters | |
| getQueryResult (SelectQuery $query) | |
| getCachedById ($id) | |
| cache getters | |
| getCachedByQuery (SelectQuery $query) | |
| drop (Identifiable $object) | |
| erasers | |
| dropById ($id) | |
| dropByIds ($ids) | |
| cacheById (Identifiable $object) | |
| cachers | |
| cacheByQuery (SelectQuery $query, $object) | |
| cacheListByQuery (SelectQuery $query, $array) | |
| uncacheById ($id) | |
| uncachers | |
| uncacheByIds ($ids) | |
| uncacheByQuery (SelectQuery $query) | |
| uncacheLists () | |
Definition at line 16 of file BaseDAO.class.php.
| BaseDAO::get | ( | ObjectQuery $ | oq | ) |
| BaseDAO::getById | ( | $ | id | ) |
Implemented in NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::getByLogic | ( | LogicalObject $ | logic | ) |
Implemented in NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::getByQuery | ( | SelectQuery $ | query | ) |
| BaseDAO::getCustom | ( | SelectQuery $ | query | ) |
Implemented in NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::getList | ( | ObjectQuery $ | oq | ) |
| BaseDAO::getListByIds | ( | $ | ids | ) |
Implemented in NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::getListByQuery | ( | SelectQuery $ | query | ) |
| BaseDAO::getListByLogic | ( | LogicalObject $ | logic | ) |
Implemented in NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::getPlainList | ( | ) |
| BaseDAO::getCustomList | ( | SelectQuery $ | query | ) |
custom list getters
| BaseDAO::getCustomRowList | ( | SelectQuery $ | query | ) |
| BaseDAO::getCountedList | ( | ObjectQuery $ | oq | ) |
| BaseDAO::getQueryResult | ( | SelectQuery $ | query | ) |
Implemented in NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::getCachedById | ( | $ | id | ) |
| BaseDAO::getCachedByQuery | ( | SelectQuery $ | query | ) |
Implemented in GenericDAO, BaseDaoWorker, NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::drop | ( | Identifiable $ | object | ) |
| BaseDAO::dropById | ( | $ | id | ) |
Implemented in GenericDAO, BaseDaoWorker, CommonDaoWorker, and NullDaoWorker.
| BaseDAO::dropByIds | ( | $ | ids | ) |
Implemented in GenericDAO, BaseDaoWorker, and NullDaoWorker.
| BaseDAO::cacheById | ( | Identifiable $ | object | ) |
| BaseDAO::cacheByQuery | ( | SelectQuery $ | query, | |
| $ | object | |||
| ) |
| BaseDAO::cacheListByQuery | ( | SelectQuery $ | query, | |
| $ | array | |||
| ) |
Implemented in GenericDAO, CommonDaoWorker, NullDaoWorker, SmartDaoWorker, and VoodooDaoWorker.
Referenced by TransparentDaoWorker::getListByQuery().
| BaseDAO::uncacheById | ( | $ | id | ) |
| BaseDAO::uncacheByIds | ( | $ | ids | ) |
Implemented in GenericDAO, CommonDaoWorker, NullDaoWorker, and TransparentDaoWorker.
| BaseDAO::uncacheByQuery | ( | SelectQuery $ | query | ) |
Implemented in GenericDAO, BaseDaoWorker, and NullDaoWorker.
| BaseDAO::uncacheLists | ( | ) |
Implemented in GenericDAO, CommonDaoWorker, NullDaoWorker, SmartDaoWorker, and VoodooDaoWorker.
1.5.4