Uses of Class
org.openprivacy.reptile.om.TaskLog

Packages that use TaskLog
org.openprivacy.reptile.om   
 

Uses of TaskLog in org.openprivacy.reptile.om
 

Methods in org.openprivacy.reptile.om that return TaskLog
static TaskLog BaseTaskLogPeer.row2Object(com.workingdogs.village.Record row, int offset, java.lang.Class cls)
          Create a new object of type cls from a resultset row starting from a specified offset.
static TaskLog BaseTaskLogPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static TaskLog BaseTaskLogPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
 TaskLog BaseTaskLog.copy()
          Makes a copy of this object.
 

Methods in org.openprivacy.reptile.om with parameters of type TaskLog
static void BaseTaskLogPeer.populateObject(com.workingdogs.village.Record row, int offset, TaskLog obj)
          Populates an object from a resultset row starting from a specified offset.
static void BaseTaskLogPeer.doInsert(TaskLog obj)
          Method to do inserts
static void BaseTaskLogPeer.doUpdate(TaskLog obj)
           
static void BaseTaskLogPeer.doDelete(TaskLog obj)
           
static void BaseTaskLogPeer.doInsert(TaskLog obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do inserts.
static void BaseTaskLogPeer.doUpdate(TaskLog obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do update.
static void BaseTaskLogPeer.doDelete(TaskLog obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to delete.
static org.apache.turbine.util.db.Criteria BaseTaskLogPeer.buildCriteria(TaskLog obj)
          Build a Criteria object from the data object for this peer