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

Packages that use Textinput
org.openprivacy.reptile.om   
 

Uses of Textinput in org.openprivacy.reptile.om
 

Methods in org.openprivacy.reptile.om that return Textinput
static Textinput BaseTextinputPeer.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 Textinput BaseTextinputPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static Textinput BaseTextinputPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
 Textinput BaseTextinput.copy()
          Makes a copy of this object.
 

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