|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Discipline | |
br.usp.ime.xpusp.om | This package contains the object-model for XPUSP project. |
br.usp.ime.xpusp.util | Utility classes |
Uses of Discipline in br.usp.ime.xpusp.om |
Fields in br.usp.ime.xpusp.om declared as Discipline | |
private Discipline |
BaseDefaultCapability.aDiscipline
|
private Discipline |
BaseCourseDiscipline.aDiscipline
|
private Discipline |
BaseRequiredPool.aDiscipline
|
private Discipline |
BaseSchedule.aDiscipline
|
private Discipline |
BaseElectivePool.aDiscipline
|
private Discipline |
BaseProfessorCapable.aDiscipline
|
private Discipline |
BaseStudentRequired.aDiscipline
|
private Discipline |
BaseDoubleDiscipline.aDisciplineRelatedByDisciplineOne
|
private Discipline |
BaseDoubleDiscipline.aDisciplineRelatedByDisciplineTwo
|
private Discipline |
BaseDisciplineInfo.aDiscipline
|
private Discipline |
BaseStudentElective.aDiscipline
|
(package private) Discipline |
ElectivePoolResults.discipline
|
Methods in br.usp.ime.xpusp.om that return Discipline | |
Discipline |
BaseDefaultCapability.getDiscipline()
|
Discipline |
BaseCourseDiscipline.getDiscipline()
|
static Discipline |
BaseDisciplinePeer.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 Discipline |
BaseDisciplinePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk)
Retrieve a single object by pk |
static Discipline |
BaseDisciplinePeer.retrieveByPK(org.apache.turbine.om.ObjectKey pk,
org.apache.turbine.util.db.pool.DBConnection dbcon)
Retrieve a single object by pk |
Discipline |
BaseRequiredPool.getDiscipline()
|
Discipline |
BaseSchedule.getDiscipline()
|
Discipline |
BaseElectivePool.getDiscipline()
|
Discipline |
BaseDiscipline.copy()
Makes a copy of this object. |
Discipline |
BaseProfessorCapable.getDiscipline()
|
Discipline |
BaseStudentRequired.getDiscipline()
|
Discipline |
BaseDoubleDiscipline.getDisciplineRelatedByDisciplineOne()
|
Discipline |
BaseDoubleDiscipline.getDisciplineRelatedByDisciplineTwo()
|
static Discipline |
DisciplinePeer.firstByCode(java.lang.String code)
|
Discipline |
BaseDisciplineInfo.getDiscipline()
|
Discipline |
BaseStudentElective.getDiscipline()
|
Discipline |
ElectivePoolResults.getDiscipline()
Get the value of discipline. |
Methods in br.usp.ime.xpusp.om with parameters of type Discipline | |
void |
BaseDepartment.addDiscipline(Discipline l)
Method called to associate a Discipline object to this object through the Discipline foreign key attribute |
void |
BaseDefaultCapability.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseCourseDiscipline.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
static void |
BaseDisciplinePeer.populateObject(com.workingdogs.village.Record row,
int offset,
Discipline obj)
Populates an object from a resultset row starting from a specified offset. |
static void |
BaseDisciplinePeer.doInsert(Discipline obj)
Method to do inserts |
static void |
BaseDisciplinePeer.doUpdate(Discipline obj)
|
static void |
BaseDisciplinePeer.doDelete(Discipline obj)
|
static void |
BaseDisciplinePeer.doInsert(Discipline obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do inserts. |
static void |
BaseDisciplinePeer.doUpdate(Discipline obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to do update. |
static void |
BaseDisciplinePeer.doDelete(Discipline obj,
org.apache.turbine.util.db.pool.DBConnection dbCon)
Method to delete. |
static org.apache.turbine.util.db.Criteria |
BaseDisciplinePeer.buildCriteria(Discipline obj)
Build a Criteria object from the data object for this peer |
void |
BaseRequiredPool.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseSchedule.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseElectivePool.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseDisciplineType.addDiscipline(Discipline l)
Method called to associate a Discipline object to this object through the Discipline foreign key attribute |
void |
BaseProfessorCapable.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseStudentRequired.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseDoubleDiscipline.setDisciplineRelatedByDisciplineOne(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseDoubleDiscipline.setDisciplineRelatedByDisciplineTwo(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseSource.addDiscipline(Discipline l)
Method called to associate a Discipline object to this object through the Discipline foreign key attribute |
void |
BaseDisciplineInfo.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
BaseStudentElective.setDiscipline(Discipline v)
Declares an association between this object and a Discipline object |
void |
ElectivePoolResults.setDiscipline(Discipline v)
Set the value of discipline. |
boolean |
Professor.isCapable(Discipline d)
|
Constructors in br.usp.ime.xpusp.om with parameters of type Discipline | |
CourseDiscipline(Course course,
Discipline discipline,
int semester,
boolean elective)
|
|
ElectivePoolResults(Discipline discipline)
|
Uses of Discipline in br.usp.ime.xpusp.util |
Methods in br.usp.ime.xpusp.util with parameters of type Discipline | |
void |
XpuspClipboard.addDisciplineToClipboard(Discipline d)
|
boolean |
XpuspClipboard.containsDiscipline(Discipline discipline)
|
boolean |
XpuspInfo.containsDefaultCapability(java.util.Vector defaultcapabilities,
Discipline d,
Department dpt)
Checks weather the defaultcapabilities Vector contains a DefaultCapability
with the discipline and department specified |
|
XPUSP - Home | |||||||||
PREV NEXT | FRAMES NO FRAMES |