XPUSP - Home

Uses of Class
br.usp.ime.xpusp.om.ElectivePool

Packages that use ElectivePool
br.usp.ime.xpusp.om This package contains the object-model for XPUSP project. 
 

Uses of ElectivePool in br.usp.ime.xpusp.om
 

Methods in br.usp.ime.xpusp.om that return ElectivePool
static ElectivePool BaseElectivePoolPeer.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 ElectivePool BaseElectivePoolPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static ElectivePool BaseElectivePoolPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
static ElectivePool BaseElectivePoolPeer.retrieveByPK(org.apache.turbine.om.NumberKey pool_id, org.apache.turbine.om.NumberKey discipline_id, org.apache.turbine.om.NumberKey choice)
          retrieve object using using pk values.
static ElectivePool BaseElectivePoolPeer.retrieveByPK(org.apache.turbine.om.NumberKey pool_id, org.apache.turbine.om.NumberKey discipline_id, org.apache.turbine.om.NumberKey choice, org.apache.turbine.util.db.pool.DBConnection dbcon)
          retrieve object using using pk values.
 ElectivePool BaseElectivePool.copy()
          Makes a copy of this object.
 

Methods in br.usp.ime.xpusp.om with parameters of type ElectivePool
 void BasePoolResults.addElectivePool(ElectivePool l)
          Method called to associate a ElectivePool object to this object through the ElectivePool foreign key attribute
static void BaseElectivePoolPeer.populateObject(com.workingdogs.village.Record row, int offset, ElectivePool obj)
          Populates an object from a resultset row starting from a specified offset.
static void BaseElectivePoolPeer.doInsert(ElectivePool obj)
          Method to do inserts
static void BaseElectivePoolPeer.doUpdate(ElectivePool obj)
           
static void BaseElectivePoolPeer.doDelete(ElectivePool obj)
           
static void BaseElectivePoolPeer.doInsert(ElectivePool obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do inserts.
static void BaseElectivePoolPeer.doUpdate(ElectivePool obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do update.
static void BaseElectivePoolPeer.doDelete(ElectivePool obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to delete.
static org.apache.turbine.util.db.Criteria BaseElectivePoolPeer.buildCriteria(ElectivePool obj)
          Build a Criteria object from the data object for this peer
 void BaseDiscipline.addElectivePool(ElectivePool l)
          Method called to associate a ElectivePool object to this object through the ElectivePool foreign key attribute
 void ElectivePoolResults.add(ElectivePool ep)
          Add an electivepool
 


XPUSP - Home