XPUSP - Home

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

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

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

Fields in br.usp.ime.xpusp.om declared as Department
private  Department BaseYear.aDepartment
           
private  Department BaseDefaultCapability.aDepartment
           
private  Department BaseCourse.aDepartment
           
private  Department BaseDiscipline.aDepartment
           
private  Department BaseXpuspUser.aDepartment
           
(package private)  Department XpuspUser.aDepartment
           
private  Department BaseProfessor.aDepartment
           
 

Methods in br.usp.ime.xpusp.om that return Department
 Department BaseDepartment.copy()
          Makes a copy of this object.
 Department BaseYear.getDepartment()
           
static Department BaseDepartmentPeer.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 Department BaseDepartmentPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
          Retrieve a single object by pk
static Department BaseDepartmentPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk, org.apache.turbine.util.db.pool.DBConnection dbcon)
          Retrieve a single object by pk
static Department DepartmentPeer.get(java.lang.String code)
           
 Department BaseDefaultCapability.getDepartment()
           
 Department BaseCourse.getDepartment()
           
 Department BaseDiscipline.getDepartment()
           
 Department BaseXpuspUser.getDepartment()
           
 Department XpuspUser.getDepartment()
           
 Department BaseProfessor.getDepartment()
           
 

Methods in br.usp.ime.xpusp.om with parameters of type Department
 void BaseYear.setDepartment(Department v)
          Declares an association between this object and a Department object
static void BaseDepartmentPeer.populateObject(com.workingdogs.village.Record row, int offset, Department obj)
          Populates an object from a resultset row starting from a specified offset.
static void BaseDepartmentPeer.doInsert(Department obj)
          Method to do inserts
static void BaseDepartmentPeer.doUpdate(Department obj)
           
static void BaseDepartmentPeer.doDelete(Department obj)
           
static void BaseDepartmentPeer.doInsert(Department obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do inserts.
static void BaseDepartmentPeer.doUpdate(Department obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to do update.
static void BaseDepartmentPeer.doDelete(Department obj, org.apache.turbine.util.db.pool.DBConnection dbCon)
          Method to delete.
static org.apache.turbine.util.db.Criteria BaseDepartmentPeer.buildCriteria(Department obj)
          Build a Criteria object from the data object for this peer
 void BaseDefaultCapability.setDepartment(Department v)
          Declares an association between this object and a Department object
 void BaseUnit.addDepartment(Department l)
          Method called to associate a Department object to this object through the Department foreign key attribute
static java.util.Vector DefaultCapabilityPeer.getAll(Department d)
          Fetches all defaultcapabilities for a department
 void BaseCourse.setDepartment(Department v)
          Declares an association between this object and a Department object
 void BaseDiscipline.setDepartment(Department v)
          Declares an association between this object and a Department object
 void BaseSource.addDepartment(Department l)
          Method called to associate a Department object to this object through the Department foreign key attribute
 void BaseXpuspUser.setDepartment(Department v)
          Declares an association between this object and a Department object
 void XpuspUser.setDepartment(Department v)
           
 void BaseProfessor.setDepartment(Department v)
          Declares an association between this object and a Department object
static Year YearPeer.getPoolingYear(Department dep)
           
static Year YearPeer.getLastFinishedYear(Department dep)
           
static Year YearPeer.getUniqueYear(Department dep)
           
static Year YearPeer.getYear(int year, Department dep)
           
 

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

Methods in br.usp.ime.xpusp.util with parameters of type Department
 boolean XpuspInfo.containsDefaultCapability(java.util.Vector defaultcapabilities, Discipline d, Department dpt)
          Checks weather the defaultcapabilities Vector contains a DefaultCapability with the discipline and department specified
 


XPUSP - Home