|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisciplineType | |
br.usp.ime.xpusp.om | This package contains the object-model for XPUSP project. |
Uses of DisciplineType in br.usp.ime.xpusp.om |
Fields in br.usp.ime.xpusp.om declared as DisciplineType | |
private DisciplineType |
BaseDiscipline.aDisciplineType
|
Methods in br.usp.ime.xpusp.om that return DisciplineType | |
static DisciplineType |
BaseDisciplineTypePeer.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 DisciplineType |
BaseDisciplineTypePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static DisciplineType |
BaseDisciplineTypePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
static DisciplineType |
DisciplineTypePeer.findByName(java.lang.String disciplineTypeName)
Find a single DisciplineType by name |
DisciplineType |
BaseDiscipline.getDisciplineType()
|
DisciplineType |
BaseDisciplineType.copy()
Makes a copy of this object. |
Methods in br.usp.ime.xpusp.om with parameters of type DisciplineType | |
static void |
BaseDisciplineTypePeer.populateObject(com.workingdogs.village.Record row,
int offset,
DisciplineType obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BaseDisciplineTypePeer.doInsert(DisciplineType obj)
Method to do inserts |
static void |
BaseDisciplineTypePeer.doUpdate(DisciplineType obj)
|
static void |
BaseDisciplineTypePeer.doDelete(DisciplineType obj)
|
static void |
BaseDisciplineTypePeer.doInsert(DisciplineType obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BaseDisciplineTypePeer.doUpdate(DisciplineType obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BaseDisciplineTypePeer.doDelete(DisciplineType obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BaseDisciplineTypePeer.buildCriteria(DisciplineType obj)
Build a Criteria object from the data object for this peer |
void |
BaseDiscipline.setDisciplineType(DisciplineType v)
Declares an association between this object and a DisciplineType object |
|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |