XPUSP - Home

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

Packages that use Unit
br.usp.ime.xpusp.modules.screens Classes for rendering screens. 
br.usp.ime.xpusp.om This package contains the object-model for XPUSP project. 
 

Uses of Unit in br.usp.ime.xpusp.modules.screens
 

Methods in br.usp.ime.xpusp.modules.screens with parameters of type Unit
 java.util.Vector UnitView.getCourses(Unit unit, java.lang.String type)
           
 java.util.Vector UnitView.getDepartments(Unit unit, java.lang.String type)
           
 java.util.Vector StudentChooseCourse.getCourses(Unit unit)
           
 

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

Fields in br.usp.ime.xpusp.om declared as Unit
private  Unit BaseDepartment.aUnit
           
private  Unit BaseCourse.aUnit
           
 

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

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


XPUSP - Home