onPHP

NullDaoWorker Class Reference

 

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)
 getById ($id)
 getByLogic (LogicalObject $logic)
 getByQuery (SelectQuery $query)
 getCustom (SelectQuery $query)
 getList (ObjectQuery $oq)
 getListByIds ($ids)
 getListByQuery (SelectQuery $query)
 getListByLogic (LogicalObject $logic)
 getPlainList ()
 getCustomList (SelectQuery $query, $expres=Cache::DO_NOT_CACHE)
 getCustomRowList (SelectQuery $query, $expires=Cache::DO_NOT_CACHE)
 getCountedList (ObjectQuery $oq)
 getQueryResult (SelectQuery $query)
 dropById ($id)
 dropByIds ($ids)
 cacheById (Identifiable $object)
 cacheByQuery (SelectQuery $query, $object)
 cacheListByQuery (SelectQuery $query, $array)
 uncacheById ($id)
 uncacheByIds ($ids)
 uncacheLists ()
 getCachedById ($id)
 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  ) 

Implements BaseDAO.

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

References getByQuery().

Referenced by getQueryResult().

Here is the call graph for this function:

NullDaoWorker::getById ( id  ) 

Implements BaseDAO.

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

References cacheById(), DBField::create(), Expression::eq(), DBPool::getByDao(), and getCachedById().

Referenced by getListByIds().

Here is the call graph for this function:

NullDaoWorker::getByLogic ( LogicalObject logic  ) 

Implements BaseDAO.

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

References getByQuery().

Here is the call graph for this function:

NullDaoWorker::getByQuery ( SelectQuery query  ) 

Implements BaseDAO.

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

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

Referenced by get(), and getByLogic().

Here is the call graph for this function:

NullDaoWorker::getCustom ( SelectQuery query  ) 

Implements BaseDAO.

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

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

Here is the call graph for this function:

NullDaoWorker::getList ( ObjectQuery oq  ) 

Implements BaseDAO.

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

References getListByQuery().

Here is the call graph for this function:

NullDaoWorker::getListByIds ( ids  ) 

Implements BaseDAO.

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

References getById().

Here is the call graph for this function:

NullDaoWorker::getListByQuery ( SelectQuery query  ) 

Implements BaseDAO.

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

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

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

Here is the call graph for this function:

NullDaoWorker::getListByLogic ( LogicalObject logic  ) 

Implements BaseDAO.

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

References getListByQuery().

Here is the call graph for this function:

NullDaoWorker::getPlainList (  ) 

Implements BaseDAO.

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

References getListByQuery().

Here is the call graph for this function:

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

Definition at line 142 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 152 of file NullDaoWorker.class.php.

References DBPool::getByDao().

Here is the call graph for this function:

NullDaoWorker::getCountedList ( ObjectQuery oq  ) 

Implements BaseDAO.

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

References getQueryResult().

Here is the call graph for this function:

NullDaoWorker::getQueryResult ( SelectQuery query  ) 

Implements BaseDAO.

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

References SQLFunction::create(), get(), and DBPool::getByDao().

Referenced by getCountedList().

Here is the call graph for this function:

NullDaoWorker::dropById ( id  ) 

Reimplemented from BaseDaoWorker.

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

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

Here is the call graph for this function:

NullDaoWorker::dropByIds ( ids  ) 

Implements BaseDAO.

Definition at line 210 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  ) 

Implements BaseDAO.

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

Referenced by getById().

NullDaoWorker::cacheByQuery ( SelectQuery query,
object 
)

Implements BaseDAO.

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

Referenced by getByQuery(), and getCustom().

NullDaoWorker::cacheListByQuery ( SelectQuery query,
array 
)

Implements BaseDAO.

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

Referenced by getListByQuery().

NullDaoWorker::uncacheById ( id  ) 

Reimplemented from BaseDaoWorker.

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

NullDaoWorker::uncacheByIds ( ids  ) 

Implements BaseDAO.

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

NullDaoWorker::uncacheLists (  ) 

Implements BaseDAO.

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

NullDaoWorker::getCachedById ( id  ) 

Reimplemented from BaseDaoWorker.

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

Referenced by getById().

NullDaoWorker::getCachedByQuery ( SelectQuery query  ) 

Reimplemented from BaseDaoWorker.

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


The documentation for this class was generated from the following file:

generated by doxygen-1.5.1
for onPHP at Sun Nov 12 00:45:26 2006