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