|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PoolResults | |
br.usp.ime.xpusp.om | This package contains the object-model for XPUSP project. |
Uses of PoolResults in br.usp.ime.xpusp.om |
Fields in br.usp.ime.xpusp.om declared as PoolResults | |
private PoolResults |
BaseRequiredPool.aPoolResults
|
private PoolResults |
BaseElectivePool.aPoolResults
|
Methods in br.usp.ime.xpusp.om that return PoolResults | |
PoolResults |
BasePoolResults.copy()
Makes a copy of this object. |
static PoolResults |
BasePoolResultsPeer.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 PoolResults |
BasePoolResultsPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static PoolResults |
BasePoolResultsPeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
PoolResults |
BaseRequiredPool.getPoolResults()
|
PoolResults |
BaseElectivePool.getPoolResults()
|
Methods in br.usp.ime.xpusp.om with parameters of type PoolResults | |
void |
BaseYear.addPoolResults(PoolResults l)
Method called to associate a PoolResults object to this object through the PoolResults foreign key attribute |
static void |
BasePoolResultsPeer.populateObject(com.workingdogs.village.Record row,
int offset,
PoolResults obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BasePoolResultsPeer.doInsert(PoolResults obj)
Method to do inserts |
static void |
BasePoolResultsPeer.doUpdate(PoolResults obj)
|
static void |
BasePoolResultsPeer.doDelete(PoolResults obj)
|
static void |
BasePoolResultsPeer.doInsert(PoolResults obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BasePoolResultsPeer.doUpdate(PoolResults obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BasePoolResultsPeer.doDelete(PoolResults obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BasePoolResultsPeer.buildCriteria(PoolResults obj)
Build a Criteria object from the data object for this peer |
void |
BaseRequiredPool.setPoolResults(PoolResults v)
Declares an association between this object and a PoolResults object |
void |
BaseElectivePool.setPoolResults(PoolResults v)
Declares an association between this object and a PoolResults object |
void |
BaseCourse.addPoolResults(PoolResults l)
Method called to associate a PoolResults object to this object through the PoolResults foreign key attribute |
|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |