XPUSP - Home

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

Packages that use Professor
br.usp.ime.xpusp.om This package contains the object-model for XPUSP project. 
br.usp.ime.xpusp.util Utility classes 
 

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

Fields in br.usp.ime.xpusp.om declared as Professor
private  Professor BaseProfessorChoice.aProfessor
           
private  Professor BaseSchedule.aProfessor
           
private  Professor BaseProfessorPeriod.aProfessor
           
private  Professor BaseProfessorCapable.aProfessor
           
private  Professor BaseXpuspUser.aProfessor
           
(package private)  Professor XpuspUser.aProfessor
           
 

Methods in br.usp.ime.xpusp.om that return Professor
 Professor BaseProfessorChoice.getProfessor()
           
static Professor BaseProfessorPeer.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 Professor BaseProfessorPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static Professor BaseProfessorPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
static Professor ProfessorPeer.get(int professor_id, XpuspUser user)
          This method is used to get a Professor by the professor_id.
 Professor BaseSchedule.getProfessor()
           
 Professor BaseProfessorPeriod.getProfessor()
           
 Professor BaseProfessorCapable.getProfessor()
           
 Professor BaseXpuspUser.getProfessor()
           
 Professor XpuspUser.getProfessor(boolean reload)
           
 Professor XpuspUser.getProfessor()
           
 Professor BaseProfessor.copy()
          Makes a copy of this object.
 

Methods in br.usp.ime.xpusp.om with parameters of type Professor
 void BaseProfessorChoice.setProfessor(Professor v)
          Declares an association between this object and a Professor object
 void BaseDepartment.addProfessor(Professor l)
          Method called to associate a Professor object to this object through the Professor foreign key attribute
static void BaseProfessorPeer.populateObject(com.workingdogs.village.Record row, int offset, Professor obj)
          Populates an object from a resultset row starting from a specified offset.
static void BaseProfessorPeer.doInsert(Professor obj)
          Method to do inserts
static void BaseProfessorPeer.doUpdate(Professor obj)
           
static void BaseProfessorPeer.doDelete(Professor obj)
           
static void BaseProfessorPeer.doInsert(Professor obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do inserts.
static void BaseProfessorPeer.doUpdate(Professor obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do update.
static void BaseProfessorPeer.doDelete(Professor obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to delete.
static org.apache.turbine.util.db.Criteria BaseProfessorPeer.buildCriteria(Professor obj)
          Build a Criteria object from the data object for this peer
 void BaseSchedule.setProfessor(Professor v)
          Declares an association between this object and a Professor object
 void BaseProfessorPeriod.setProfessor(Professor v)
          Declares an association between this object and a Professor object
 void BaseProfessorCapable.setProfessor(Professor v)
          Declares an association between this object and a Professor object
 void BaseXpuspUser.setProfessor(Professor v)
          Declares an association between this object and a Professor object
 void XpuspUser.setProfessor(Professor v)
           
 

Uses of Professor in br.usp.ime.xpusp.util
 

Methods in br.usp.ime.xpusp.util with parameters of type Professor
 java.util.Vector ScheduleHelper.getDisciplines(java.lang.Integer x, java.lang.Integer y, Professor prof)
           
 


XPUSP - Home