XPUSP - Home

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

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

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

Methods in br.usp.ime.xpusp.om that return ProfessorPeriod
static ProfessorPeriod BaseProfessorPeriodPeer.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 ProfessorPeriod BaseProfessorPeriodPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static ProfessorPeriod BaseProfessorPeriodPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
static ProfessorPeriod BaseProfessorPeriodPeer.retrieveByPK(org.apache.turbine.om.NumberKey period_id, org.apache.turbine.om.NumberKey professor_id)
          retrieve object using using pk values.
static ProfessorPeriod BaseProfessorPeriodPeer.retrieveByPK(org.apache.turbine.om.NumberKey period_id, org.apache.turbine.om.NumberKey professor_id, org.apache.turbine.util.db.pool.DBConnection dbcon)
          retrieve object using using pk values.
 ProfessorPeriod BaseProfessorPeriod.copy()
          Makes a copy of this object.
 ProfessorPeriod Professor.getProfessorPeriod(Period p)
           
 

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


XPUSP - Home