NullDaoWorker Class Reference
[Root classes for building DAO hierarchies]

Cacheless DAO worker. More...

Inheritance diagram for NullDaoWorker:

Inheritance graph
[legend]

List of all members.

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, $expires=Cache::DO_NOT_CACHE)
 custom list getters
 getCustomRowList (SelectQuery $query, $expires=Cache::DO_NOT_CACHE)
 getCountedList (ObjectQuery $oq)
 query result getters
 getQueryResult (SelectQuery $query)
 dropById ($id)
 erasers
 dropByIds ($ids)
 cacheById (Identifiable $object)
 cachers
 cacheByQuery (SelectQuery $query, $object)
 cacheListByQuery (SelectQuery $query, $array)
 uncacheById ($id)
 uncachers
 uncacheByIds ($ids)
 uncacheByQuery (SelectQuery $query)
 uncacheLists ()
 getCachedById ($id)
 cache getters
 getCachedByQuery (SelectQuery $query)


Detailed Description

Cacheless DAO worker.

See also:
CommonDaoWorker for manual-caching one.

SmartDaoWorker for transparent one.

Definition at line 21 of file NullDaoWorker.class.php.


Member Function Documentation

NullDaoWorker::get ( ObjectQuery oq  ) 

single object getters

Implements BaseDAO.

Definition at line 25 of file NullDaoWorker.class.php.

References getByQuery().

Here is the call graph for this function:

NullDaoWorker::getById ( id  ) 

Implements BaseDAO.

Definition at line 30 of file NullDaoWorker.class.php.

References DBField::create(), Expression::eq(), and BaseDaoWorker::fetchObject().

Here is the call graph for this function:

NullDaoWorker::getByLogic ( LogicalObject logic  ) 

Implements BaseDAO.

Definition at line 52 of file NullDaoWorker.class.php.

References getByQuery().

Here is the call graph for this function:

NullDaoWorker::getByQuery ( SelectQuery query  ) 

Implements BaseDAO.

Definition at line 60 of file NullDaoWorker.class.php.

References BaseDaoWorker::fetchObject().

Referenced by get(), and getByLogic().

Here is the call graph for this function:

NullDaoWorker::getCustom ( SelectQuery query  ) 

Implements BaseDAO.

Definition at line 70 of file NullDaoWorker.class.php.

References cacheByQuery(), and DBPool::getByDao().

Here is the call graph for this function:

NullDaoWorker::getList ( ObjectQuery oq  ) 

object's list getters

Implements BaseDAO.

Definition at line 90 of file NullDaoWorker.class.php.

References getListByQuery().

Here is the call graph for this function:

NullDaoWorker::getListByIds ( ids  ) 

Implements BaseDAO.

Definition at line 95 of file NullDaoWorker.class.php.

References getListByLogic(), and Expression::in().

Here is the call graph for this function:

NullDaoWorker::getListByQuery ( SelectQuery query  ) 

Implements BaseDAO.

Definition at line 103 of file NullDaoWorker.class.php.

References BaseDaoWorker::fetchList().

Referenced by getList(), getListByLogic(), and getPlainList().

Here is the call graph for this function:

NullDaoWorker::getListByLogic ( LogicalObject logic  ) 

Implements BaseDAO.

Definition at line 113 of file NullDaoWorker.class.php.

References getListByQuery().

Referenced by getListByIds().

Here is the call graph for this function:

NullDaoWorker::getPlainList (  ) 

Implements BaseDAO.

Definition at line 118 of file NullDaoWorker.class.php.

References getListByQuery().

Here is the call graph for this function:

NullDaoWorker::getCustomList ( SelectQuery query,
expires = Cache::DO_NOT_CACHE 
)

custom list getters

Definition at line 126 of file NullDaoWorker.class.php.

References DBPool::getByDao().

Here is the call graph for this function:

NullDaoWorker::getCustomRowList ( SelectQuery query,
expires = Cache::DO_NOT_CACHE 
)

Definition at line 136 of file NullDaoWorker.class.php.

References DBPool::getByDao().

Here is the call graph for this function:

NullDaoWorker::getCountedList ( ObjectQuery oq  ) 

query result getters

Implements BaseDAO.

Definition at line 154 of file NullDaoWorker.class.php.

References getQueryResult().

Here is the call graph for this function:

NullDaoWorker::getQueryResult ( SelectQuery query  ) 

Implements BaseDAO.

Definition at line 159 of file NullDaoWorker.class.php.

References SQLFunction::create(), BaseDaoWorker::fetchList(), and DBPool::getByDao().

Referenced by getCountedList().

Here is the call graph for this function:

NullDaoWorker::dropById ( id  ) 

erasers

Reimplemented from BaseDaoWorker.

Definition at line 183 of file NullDaoWorker.class.php.

References OSQL::delete(), Expression::eq(), and DBPool::getByDao().

Here is the call graph for this function:

NullDaoWorker::dropByIds ( ids  ) 

Reimplemented from BaseDaoWorker.

Definition at line 192 of file NullDaoWorker.class.php.

References OSQL::delete(), DBPool::getByDao(), and Expression::in().

Here is the call graph for this function:

NullDaoWorker::cacheById ( Identifiable object  ) 

cachers

Implements BaseDAO.

Definition at line 204 of file NullDaoWorker.class.php.

NullDaoWorker::cacheByQuery ( SelectQuery query,
object 
)

Implements BaseDAO.

Definition at line 209 of file NullDaoWorker.class.php.

Referenced by getCustom().

NullDaoWorker::cacheListByQuery ( SelectQuery query,
array 
)

Implements BaseDAO.

Definition at line 216 of file NullDaoWorker.class.php.

NullDaoWorker::uncacheById ( id  ) 

uncachers

Reimplemented from BaseDaoWorker.

Definition at line 224 of file NullDaoWorker.class.php.

NullDaoWorker::uncacheByIds ( ids  ) 

Implements BaseDAO.

Definition at line 229 of file NullDaoWorker.class.php.

NullDaoWorker::uncacheByQuery ( SelectQuery query  ) 

Reimplemented from BaseDaoWorker.

Definition at line 234 of file NullDaoWorker.class.php.

NullDaoWorker::uncacheLists (  ) 

Implements BaseDAO.

Definition at line 239 of file NullDaoWorker.class.php.

NullDaoWorker::getCachedById ( id  ) 

cache getters

Reimplemented from BaseDaoWorker.

Definition at line 247 of file NullDaoWorker.class.php.

NullDaoWorker::getCachedByQuery ( SelectQuery query  ) 

Reimplemented from BaseDaoWorker.

Definition at line 252 of file NullDaoWorker.class.php.


The documentation for this class was generated from the following file:
Generated on Sun Dec 9 21:58:02 2007 for onPHP by  doxygen 1.5.4