Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
br.usp.ime.xpusp.om.Discipline

Uses of Discipline in br.usp.ime.xpusp.om
 

Fields in br.usp.ime.xpusp.om declared as Discipline
(package private)  Discipline ElectivePoolResults.discipline
           
private  Discipline BaseDefaultCapability.aDiscipline
           
private  Discipline BaseDoubleDiscipline.aDisciplineRelatedByDisciplineOne
           
private  Discipline BaseDoubleDiscipline.aDisciplineRelatedByDisciplineTwo
           
private  Discipline BaseProfessorCapable.aDiscipline
           
private  Discipline BaseCourseElective.aDiscipline
           
private  Discipline BaseElectivePool.aDiscipline
           
private  Discipline BaseRequiredPool.aDiscipline
           
private  Discipline BaseStudentElective.aDiscipline
           
private  Discipline BaseStudentRequired.aDiscipline
           
private  Discipline BaseDisciplineInfo.aDiscipline
           
private  Discipline BaseCourseRequired.aDiscipline
           
 

Methods in br.usp.ime.xpusp.om that return Discipline
 Discipline ElectivePoolResults.getDiscipline()
          Get the value of discipline.
 Discipline BaseDefaultCapability.getDiscipline()
           
 Discipline BaseDoubleDiscipline.getDisciplineRelatedByDisciplineOne()
           
 Discipline BaseDoubleDiscipline.getDisciplineRelatedByDisciplineTwo()
           
 Discipline BaseProfessorCapable.getDiscipline()
           
 Discipline BaseCourseElective.getDiscipline()
           
 Discipline BaseElectivePool.getDiscipline()
           
 Discipline BaseRequiredPool.getDiscipline()
           
 Discipline BaseStudentElective.getDiscipline()
           
 Discipline BaseStudentRequired.getDiscipline()
           
 Discipline BaseDisciplineInfo.getDiscipline()
           
static Discipline DisciplinePeer.firstByCode(java.lang.String code)
           
static Discipline BaseDisciplinePeer.row2Object(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(ObjectKey pk)
          Retrieve a single object by pk
static Discipline BaseDisciplinePeer.retrieveByPK(ObjectKey pk, DBConnection dbcon)
          Retrieve a single object by pk
 Discipline BaseDiscipline.copy()
          Makes a copy of this object.
 Discipline BaseCourseRequired.getDiscipline()
           
 

Methods in br.usp.ime.xpusp.om with parameters of type Discipline
 void ElectivePoolResults.setDiscipline(Discipline v)
          Set the value of discipline.
 void BaseDefaultCapability.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 BaseProfessorCapable.setDiscipline(Discipline v)
          Declares an association between this object and a Discipline object
 void BaseCourseElective.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 BaseRequiredPool.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 BaseStudentRequired.setDiscipline(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 BaseDisciplineType.addDiscipline(Discipline l)
          Method called to associate a Discipline object to this object through the Discipline foreign key attribute
 boolean Professor.isCapable(Discipline d)
           
static void BaseDisciplinePeer.populateObject(Record row, int offset, Discipline obj)
          Populates an object from a resultset row starting from a specified offset.
static Criteria BaseDisciplinePeer.buildCriteria(Discipline obj)
          Build a Criteria object from the data object for this peer
 void BaseDepartment.addDiscipline(Discipline l)
          Method called to associate a Discipline object to this object through the Discipline foreign key attribute
 void BaseCourseRequired.setDiscipline(Discipline v)
          Declares an association between this object and a Discipline object
 

Constructors in br.usp.ime.xpusp.om with parameters of type Discipline
ElectivePoolResults(Discipline discipline)
           
CourseElective(Course course, Discipline discipline, int semester)
           
CourseRequired(Course course, Discipline discipline, int semester)