|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Schedule | |
br.usp.ime.xpusp.om | This package contains the object-model for XPUSP project. |
Uses of Schedule in br.usp.ime.xpusp.om |
Methods in br.usp.ime.xpusp.om that return Schedule | |
static Schedule |
BaseSchedulePeer.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 Schedule |
BaseSchedulePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static Schedule |
BaseSchedulePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
static Schedule |
BaseSchedulePeer.retrieveByPK(org.apache.turbine.om.NumberKey year_id,
org.apache.turbine.om.NumberKey professor_id,
org.apache.turbine.om.NumberKey discipline_id,
org.apache.turbine.om.NumberKey period_id)
retrieve object using using pk values. |
static Schedule |
BaseSchedulePeer.retrieveByPK(org.apache.turbine.om.NumberKey year_id,
org.apache.turbine.om.NumberKey professor_id,
org.apache.turbine.om.NumberKey discipline_id,
org.apache.turbine.om.NumberKey period_id,
org.apache.turbine.util.db.pool.DBConnection dbcon)
retrieve object using using pk values. |
Schedule |
BaseSchedule.copy()
Makes a copy of this object. |
Methods in br.usp.ime.xpusp.om with parameters of type Schedule | |
void |
BaseYear.addSchedule(Schedule l)
Method called to associate a Schedule object to this object through the Schedule foreign key attribute |
void |
BasePeriod.addSchedule(Schedule l)
Method called to associate a Schedule object to this object through the Schedule foreign key attribute |
static void |
BaseSchedulePeer.populateObject(com.workingdogs.village.Record row,
int offset,
Schedule obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BaseSchedulePeer.doInsert(Schedule obj)
Method to do inserts |
static void |
BaseSchedulePeer.doUpdate(Schedule obj)
|
static void |
BaseSchedulePeer.doDelete(Schedule obj)
|
static void |
BaseSchedulePeer.doInsert(Schedule obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BaseSchedulePeer.doUpdate(Schedule obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BaseSchedulePeer.doDelete(Schedule obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BaseSchedulePeer.buildCriteria(Schedule obj)
Build a Criteria object from the data object for this peer |
void |
BaseDiscipline.addSchedule(Schedule l)
Method called to associate a Schedule object to this object through the Schedule foreign key attribute |
void |
BaseProfessor.addSchedule(Schedule l)
Method called to associate a Schedule object to this object through the Schedule foreign key attribute |
|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |