|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.turbine.om.BaseObject | +--br.usp.ime.xpusp.om.BaseDiscipline
This class was autogenerated by Torque. You should not use this class directly. It should not even be extended all references should be to Discipline
Field Summary | |
private Department |
aDepartment
|
private DisciplineType |
aDisciplineType
|
private boolean |
alreadyInSave
|
private Source |
aSource
|
private int |
class_credits
the value for the class_credits field |
private java.lang.String |
code
the value for the code field |
protected java.util.Vector |
collCourseDisciplines
Collection to store aggregation of collCourseDisciplines |
protected java.util.Vector |
collDefaultCapabilitys
Collection to store aggregation of collDefaultCapabilitys |
protected java.util.Vector |
collDisciplineInfos
Collection to store aggregation of collDisciplineInfos |
protected java.util.Vector |
collDoubleDisciplinesRelatedByDisciplineOne
Collection to store aggregation of collDoubleDisciplinesRelatedByDisciplineOne |
protected java.util.Vector |
collDoubleDisciplinesRelatedByDisciplineTwo
Collection to store aggregation of collDoubleDisciplinesRelatedByDisciplineTwo |
protected java.util.Vector |
collElectivePools
Collection to store aggregation of collElectivePools |
protected java.util.Vector |
collProfessorCapables
Collection to store aggregation of collProfessorCapables |
protected java.util.Vector |
collRequiredPools
Collection to store aggregation of collRequiredPools |
protected java.util.Vector |
collSchedules
Collection to store aggregation of collSchedules |
protected java.util.Vector |
collStudentElectives
Collection to store aggregation of collStudentElectives |
protected java.util.Vector |
collStudentRequireds
Collection to store aggregation of collStudentRequireds |
private org.apache.turbine.om.StringKey |
department_code
the value for the department_code field |
private int |
hours
the value for the hours field |
private org.apache.turbine.om.NumberKey |
id
the value for the id field |
private org.apache.turbine.util.db.Criteria |
lastCourseDisciplinesCriteria
The criteria used to select the current contents of collCourseDisciplines |
private org.apache.turbine.util.db.Criteria |
lastDefaultCapabilitysCriteria
The criteria used to select the current contents of collDefaultCapabilitys |
private org.apache.turbine.util.db.Criteria |
lastDisciplineInfosCriteria
The criteria used to select the current contents of collDisciplineInfos |
private org.apache.turbine.util.db.Criteria |
lastDoubleDisciplinesRelatedByDisciplineOneCriteria
The criteria used to select the current contents of collDoubleDisciplinesRelatedByDisciplineOne |
private org.apache.turbine.util.db.Criteria |
lastDoubleDisciplinesRelatedByDisciplineTwoCriteria
The criteria used to select the current contents of collDoubleDisciplinesRelatedByDisciplineTwo |
private org.apache.turbine.util.db.Criteria |
lastElectivePoolsCriteria
The criteria used to select the current contents of collElectivePools |
private org.apache.turbine.util.db.Criteria |
lastProfessorCapablesCriteria
The criteria used to select the current contents of collProfessorCapables |
private org.apache.turbine.util.db.Criteria |
lastRequiredPoolsCriteria
The criteria used to select the current contents of collRequiredPools |
private org.apache.turbine.util.db.Criteria |
lastSchedulesCriteria
The criteria used to select the current contents of collSchedules |
private org.apache.turbine.util.db.Criteria |
lastStudentElectivesCriteria
The criteria used to select the current contents of collStudentElectives |
private org.apache.turbine.util.db.Criteria |
lastStudentRequiredsCriteria
The criteria used to select the current contents of collStudentRequireds |
private java.lang.String |
name
the value for the name field |
private int |
number
the value for the number field |
private org.apache.turbine.om.NumberKey |
source_id
the value for the source_id field |
private org.apache.turbine.om.NumberKey |
type_id
the value for the type_id field |
private int |
work_credits
the value for the work_credits field |
Fields inherited from class org.apache.turbine.om.BaseObject |
errMsg, is_new, modified, NEW_ID, primaryKey |
Constructor Summary | |
BaseDiscipline()
|
Method Summary | |
void |
addCourseDiscipline(CourseDiscipline l)
Method called to associate a CourseDiscipline object to this object through the CourseDiscipline foreign key attribute |
void |
addDefaultCapability(DefaultCapability l)
Method called to associate a DefaultCapability object to this object through the DefaultCapability foreign key attribute |
void |
addDisciplineInfo(DisciplineInfo l)
Method called to associate a DisciplineInfo object to this object through the DisciplineInfo foreign key attribute |
void |
addDoubleDisciplineRelatedByDisciplineOne(DoubleDiscipline l)
Method called to associate a DoubleDiscipline object to this object through the DoubleDiscipline foreign key attribute |
void |
addDoubleDisciplineRelatedByDisciplineTwo(DoubleDiscipline l)
Method called to associate a DoubleDiscipline object to this object through the DoubleDiscipline foreign key attribute |
void |
addElectivePool(ElectivePool l)
Method called to associate a ElectivePool object to this object through the ElectivePool foreign key attribute |
void |
addProfessorCapable(ProfessorCapable l)
Method called to associate a ProfessorCapable object to this object through the ProfessorCapable foreign key attribute |
void |
addRequiredPool(RequiredPool l)
Method called to associate a RequiredPool object to this object through the RequiredPool foreign key attribute |
void |
addSchedule(Schedule l)
Method called to associate a Schedule object to this object through the Schedule foreign key attribute |
void |
addStudentElective(StudentElective l)
Method called to associate a StudentElective object to this object through the StudentElective foreign key attribute |
void |
addStudentRequired(StudentRequired l)
Method called to associate a StudentRequired object to this object through the StudentRequired foreign key attribute |
Discipline |
copy()
Makes a copy of this object. |
int |
getClassCredits()
Get the ClassCredits |
java.lang.String |
getCode()
Get the Code |
java.util.Vector |
getCourseDisciplines()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getCourseDisciplines(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getCourseDisciplinesJoinCourse(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.Vector |
getDefaultCapabilitys()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getDefaultCapabilitys(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getDefaultCapabilitysJoinDepartment(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
Department |
getDepartment()
|
org.apache.turbine.om.StringKey |
getDepartmentCode()
Get the DepartmentCode |
java.util.Vector |
getDisciplineInfos()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getDisciplineInfos(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
DisciplineType |
getDisciplineType()
|
java.util.Vector |
getDoubleDisciplinesRelatedByDisciplineOne()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getDoubleDisciplinesRelatedByDisciplineOne(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getDoubleDisciplinesRelatedByDisciplineOneJoinDisciplineRelatedByDisciplineTwo(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.Vector |
getDoubleDisciplinesRelatedByDisciplineTwo()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getDoubleDisciplinesRelatedByDisciplineTwo(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getDoubleDisciplinesRelatedByDisciplineTwoJoinDisciplineRelatedByDisciplineOne(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.Vector |
getElectivePools()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getElectivePools(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getElectivePoolsJoinPoolResults(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
int |
getHours()
Get the Hours |
org.apache.turbine.om.NumberKey |
getId()
Get the Id |
java.lang.String |
getName()
Get the Name |
int |
getNumber()
Get the Number |
org.apache.turbine.om.ObjectKey |
getPrimaryKey()
returns an id that differentiates this object from others of its class. |
java.util.Vector |
getProfessorCapables()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getProfessorCapables(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getProfessorCapablesJoinProfessor(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.lang.String |
getQueryKey()
get an id that differentiates this object from others of its class. |
java.util.Vector |
getRequiredPools()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getRequiredPools(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getRequiredPoolsJoinPoolResults(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.Vector |
getSchedules()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getSchedules(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getSchedulesJoinPeriod(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getSchedulesJoinProfessor(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getSchedulesJoinYear(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
Source |
getSource()
|
org.apache.turbine.om.NumberKey |
getSourceId()
Get the SourceId |
java.util.Vector |
getStudentElectives()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getStudentElectives(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getStudentElectivesJoinStudent(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
java.util.Vector |
getStudentRequireds()
If this collection has already been initialized, returns the collection. |
java.util.Vector |
getStudentRequireds(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
protected java.util.Vector |
getStudentRequiredsJoinStudent(org.apache.turbine.util.db.Criteria criteria)
If this collection has already been initialized with an identical criteria, it returns the collection. |
org.apache.turbine.om.NumberKey |
getTypeId()
Get the TypeId |
int |
getWorkCredits()
Get the WorkCredits |
protected void |
initCourseDisciplines()
Temporary storage of collCourseDisciplines to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDefaultCapabilitys()
Temporary storage of collDefaultCapabilitys to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDisciplineInfos()
Temporary storage of collDisciplineInfos to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDoubleDisciplinesRelatedByDisciplineOne()
Temporary storage of collDoubleDisciplinesRelatedByDisciplineOne to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initDoubleDisciplinesRelatedByDisciplineTwo()
Temporary storage of collDoubleDisciplinesRelatedByDisciplineTwo to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initElectivePools()
Temporary storage of collElectivePools to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initProfessorCapables()
Temporary storage of collProfessorCapables to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initRequiredPools()
Temporary storage of collRequiredPools to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initSchedules()
Temporary storage of collSchedules to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initStudentElectives()
Temporary storage of collStudentElectives to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
protected void |
initStudentRequireds()
Temporary storage of collStudentRequireds to save a possible db hit in the event objects are add to the collection, but the complete collection is never requested. |
void |
save()
Stores the object in the database. |
void |
save(org.apache.turbine.util.db.pool.DBConnection dbCon)
Stores the object in the database. |
void |
save(java.lang.String dbName)
Stores the object in the database. |
void |
setClassCredits(int v)
Set the value of ClassCredits |
void |
setCode(java.lang.String v)
Set the value of Code |
void |
setDepartment(Department v)
Declares an association between this object and a Department object |
void |
setDepartmentCode(java.lang.String v)
Set the value of DepartmentCode as a string. |
void |
setDepartmentCode(org.apache.turbine.om.StringKey v)
Set the value of DepartmentCode |
void |
setDepartmentKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setDisciplineType(DisciplineType v)
Declares an association between this object and a DisciplineType object |
void |
setDisciplineTypeKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setHours(int v)
Set the value of Hours |
void |
setId(org.apache.turbine.om.NumberKey v)
Set the value of Id |
void |
setId(java.lang.String v)
Set the value of Id as a string. |
void |
setName(java.lang.String v)
Set the value of Name |
void |
setNumber(int v)
Set the value of Number |
void |
setPrimaryKey(org.apache.turbine.om.ObjectKey id)
Set the PrimaryKey using ObjectKey. |
void |
setPrimaryKey(java.lang.String key)
Set the PrimaryKey using a String. |
void |
setQueryKey(java.lang.String key)
set an id that differentiates this object from others of its class. |
void |
setSource(Source v)
Declares an association between this object and a Source object |
void |
setSourceId(org.apache.turbine.om.NumberKey v)
Set the value of SourceId |
void |
setSourceId(java.lang.String v)
Set the value of SourceId as a string. |
void |
setSourceKey(org.apache.turbine.om.ObjectKey key)
Provides convenient way to set a relationship based on a ObjectKey. |
void |
setTypeId(org.apache.turbine.om.NumberKey v)
Set the value of TypeId |
void |
setTypeId(java.lang.String v)
Set the value of TypeId as a string. |
void |
setWorkCredits(int v)
Set the value of WorkCredits |
Methods inherited from class org.apache.turbine.om.BaseObject |
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, registerNatives, toString, wait, wait, wait |
Field Detail |
private org.apache.turbine.om.NumberKey id
private java.lang.String code
private int number
private java.lang.String name
private int class_credits
private int work_credits
private int hours
private org.apache.turbine.om.StringKey department_code
private org.apache.turbine.om.NumberKey source_id
private org.apache.turbine.om.NumberKey type_id
private Source aSource
private Department aDepartment
private DisciplineType aDisciplineType
protected java.util.Vector collDefaultCapabilitys
private org.apache.turbine.util.db.Criteria lastDefaultCapabilitysCriteria
protected java.util.Vector collStudentRequireds
private org.apache.turbine.util.db.Criteria lastStudentRequiredsCriteria
protected java.util.Vector collStudentElectives
private org.apache.turbine.util.db.Criteria lastStudentElectivesCriteria
protected java.util.Vector collRequiredPools
private org.apache.turbine.util.db.Criteria lastRequiredPoolsCriteria
protected java.util.Vector collElectivePools
private org.apache.turbine.util.db.Criteria lastElectivePoolsCriteria
protected java.util.Vector collDisciplineInfos
private org.apache.turbine.util.db.Criteria lastDisciplineInfosCriteria
protected java.util.Vector collCourseDisciplines
private org.apache.turbine.util.db.Criteria lastCourseDisciplinesCriteria
protected java.util.Vector collProfessorCapables
private org.apache.turbine.util.db.Criteria lastProfessorCapablesCriteria
protected java.util.Vector collDoubleDisciplinesRelatedByDisciplineOne
private org.apache.turbine.util.db.Criteria lastDoubleDisciplinesRelatedByDisciplineOneCriteria
protected java.util.Vector collDoubleDisciplinesRelatedByDisciplineTwo
private org.apache.turbine.util.db.Criteria lastDoubleDisciplinesRelatedByDisciplineTwoCriteria
protected java.util.Vector collSchedules
private org.apache.turbine.util.db.Criteria lastSchedulesCriteria
private boolean alreadyInSave
Constructor Detail |
public BaseDiscipline()
Method Detail |
public org.apache.turbine.om.NumberKey getId()
public void setId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setId(java.lang.String v) throws java.lang.Exception
public java.lang.String getCode()
public void setCode(java.lang.String v)
public int getNumber()
public void setNumber(int v)
public java.lang.String getName()
public void setName(java.lang.String v)
public int getClassCredits()
public void setClassCredits(int v)
public int getWorkCredits()
public void setWorkCredits(int v)
public int getHours()
public void setHours(int v)
public org.apache.turbine.om.StringKey getDepartmentCode()
public void setDepartmentCode(org.apache.turbine.om.StringKey v) throws java.lang.Exception
public void setDepartmentCode(java.lang.String v) throws java.lang.Exception
public org.apache.turbine.om.NumberKey getSourceId()
public void setSourceId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setSourceId(java.lang.String v) throws java.lang.Exception
public org.apache.turbine.om.NumberKey getTypeId()
public void setTypeId(org.apache.turbine.om.NumberKey v) throws java.lang.Exception
public void setTypeId(java.lang.String v) throws java.lang.Exception
public void setSource(Source v) throws java.lang.Exception
Source
- vpublic Source getSource() throws java.lang.Exception
public void setSourceKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
public void setDepartment(Department v) throws java.lang.Exception
Department
- vpublic Department getDepartment() throws java.lang.Exception
public void setDepartmentKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
public void setDisciplineType(DisciplineType v) throws java.lang.Exception
DisciplineType
- vpublic DisciplineType getDisciplineType() throws java.lang.Exception
public void setDisciplineTypeKey(org.apache.turbine.om.ObjectKey key) throws java.lang.Exception
bar.setFooKey(foo.getPrimaryKey())
protected void initDefaultCapabilitys()
public void addDefaultCapability(DefaultCapability l) throws java.lang.Exception
DefaultCapability
- lpublic java.util.Vector getDefaultCapabilitys() throws java.lang.Exception
public java.util.Vector getDefaultCapabilitys(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getDefaultCapabilitysJoinDepartment(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initStudentRequireds()
public void addStudentRequired(StudentRequired l) throws java.lang.Exception
StudentRequired
- lpublic java.util.Vector getStudentRequireds() throws java.lang.Exception
public java.util.Vector getStudentRequireds(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getStudentRequiredsJoinStudent(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initStudentElectives()
public void addStudentElective(StudentElective l) throws java.lang.Exception
StudentElective
- lpublic java.util.Vector getStudentElectives() throws java.lang.Exception
public java.util.Vector getStudentElectives(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getStudentElectivesJoinStudent(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initRequiredPools()
public void addRequiredPool(RequiredPool l) throws java.lang.Exception
RequiredPool
- lpublic java.util.Vector getRequiredPools() throws java.lang.Exception
public java.util.Vector getRequiredPools(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getRequiredPoolsJoinPoolResults(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initElectivePools()
public void addElectivePool(ElectivePool l) throws java.lang.Exception
ElectivePool
- lpublic java.util.Vector getElectivePools() throws java.lang.Exception
public java.util.Vector getElectivePools(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getElectivePoolsJoinPoolResults(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initDisciplineInfos()
public void addDisciplineInfo(DisciplineInfo l) throws java.lang.Exception
DisciplineInfo
- lpublic java.util.Vector getDisciplineInfos() throws java.lang.Exception
public java.util.Vector getDisciplineInfos(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initCourseDisciplines()
public void addCourseDiscipline(CourseDiscipline l) throws java.lang.Exception
CourseDiscipline
- lpublic java.util.Vector getCourseDisciplines() throws java.lang.Exception
public java.util.Vector getCourseDisciplines(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getCourseDisciplinesJoinCourse(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initProfessorCapables()
public void addProfessorCapable(ProfessorCapable l) throws java.lang.Exception
ProfessorCapable
- lpublic java.util.Vector getProfessorCapables() throws java.lang.Exception
public java.util.Vector getProfessorCapables(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getProfessorCapablesJoinProfessor(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initDoubleDisciplinesRelatedByDisciplineOne()
public void addDoubleDisciplineRelatedByDisciplineOne(DoubleDiscipline l) throws java.lang.Exception
DoubleDiscipline
- lpublic java.util.Vector getDoubleDisciplinesRelatedByDisciplineOne() throws java.lang.Exception
public java.util.Vector getDoubleDisciplinesRelatedByDisciplineOne(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getDoubleDisciplinesRelatedByDisciplineOneJoinDisciplineRelatedByDisciplineTwo(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initDoubleDisciplinesRelatedByDisciplineTwo()
public void addDoubleDisciplineRelatedByDisciplineTwo(DoubleDiscipline l) throws java.lang.Exception
DoubleDiscipline
- lpublic java.util.Vector getDoubleDisciplinesRelatedByDisciplineTwo() throws java.lang.Exception
public java.util.Vector getDoubleDisciplinesRelatedByDisciplineTwo(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getDoubleDisciplinesRelatedByDisciplineTwoJoinDisciplineRelatedByDisciplineOne(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected void initSchedules()
public void addSchedule(Schedule l) throws java.lang.Exception
Schedule
- lpublic java.util.Vector getSchedules() throws java.lang.Exception
public java.util.Vector getSchedules(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getSchedulesJoinYear(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getSchedulesJoinProfessor(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
protected java.util.Vector getSchedulesJoinPeriod(org.apache.turbine.util.db.Criteria criteria) throws java.lang.Exception
public void save() throws java.lang.Exception
save
in class org.apache.turbine.om.BaseObject
public void save(java.lang.String dbName) throws java.lang.Exception
public void save(org.apache.turbine.util.db.pool.DBConnection dbCon) throws java.lang.Exception
public void setPrimaryKey(org.apache.turbine.om.ObjectKey id) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
ObjectKey
- idpublic void setPrimaryKey(java.lang.String key) throws java.lang.Exception
setPrimaryKey
in class org.apache.turbine.om.BaseObject
public org.apache.turbine.om.ObjectKey getPrimaryKey()
getPrimaryKey
in class org.apache.turbine.om.BaseObject
public java.lang.String getQueryKey()
getQueryKey
in interface org.apache.turbine.om.Retrievable
public void setQueryKey(java.lang.String key) throws java.lang.Exception
setQueryKey
in interface org.apache.turbine.om.Retrievable
public Discipline copy() throws java.lang.Exception
|
XPUSP - Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |