XPUSP - Home

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

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

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

Methods in br.usp.ime.xpusp.om that return ProfessorChoice
static ProfessorChoice BaseProfessorChoicePeer.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 ProfessorChoice BaseProfessorChoicePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static ProfessorChoice BaseProfessorChoicePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
 ProfessorChoice BaseProfessorChoice.copy()
          Makes a copy of this object.
 

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


XPUSP - Home