PSE 2000 Group 4

Uses of Class
jobmatch.data.GraduationBDO

Packages that use GraduationBDO
jobmatch.business.entity   
jobmatch.data   
 

Uses of GraduationBDO in jobmatch.business.entity
 

Subclasses of GraduationBDO in jobmatch.business.entity
 class Graduation
          Graduation Business Object
 

Uses of GraduationBDO in jobmatch.data
 

Methods in jobmatch.data that return GraduationBDO
 GraduationBDO SchoolCandidateBDO.getDiplomaBDO()
          Get BDO-wrapped Diploma of the SchoolCandidateDO
static GraduationBDO GraduationBDO.createVirgin()
          Like the class GraduationDO, this class acts as a factory.
static GraduationBDO GraduationBDO.createExisting(GraduationDO DO)
          The createExisting method is used to create a GraduationBDO from a GraduationDO that was returned by the GraduationQuery class.
static GraduationBDO[] GraduationBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of GraduationBDO objects representing all the rows in the Graduation table.
 GraduationBDO[] GraduationQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 GraduationBDO GraduationQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 

Methods in jobmatch.data with parameters of type GraduationBDO
 void SchoolCandidateBDO.setDiploma(GraduationBDO Diploma)
          Set Diploma of the SchoolCandidateDO
 void SchoolBDO.mapGraduation_via_SchoolCandidateBDO(GraduationBDO b)
          To the many-to-many relationship expressed by SchoolCandidateDO, add a GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolBDO.mapGraduation_via_SchoolCandidateBDO(GraduationBDO b, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by SchoolCandidateDO, add a GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolBDO.unmapGraduation_via_SchoolCandidateBDO(GraduationBDO b)
          From the many-to-many relationship expressed by SchoolCandidateDO, remove (delete) the GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolBDO.unmapGraduation_via_SchoolCandidateBDO(GraduationBDO b, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by SchoolCandidateDO, remove (delete) the GraduationDO object that indirectly refers to the DO held by this BDO.
 


PSE 2000 Group 4