PSE 2000 Group 4

Uses of Class
jobmatch.data.SchoolProfileBDO

Packages that use SchoolProfileBDO
jobmatch.data   
 

Uses of SchoolProfileBDO in jobmatch.data
 

Methods in jobmatch.data that return SchoolProfileBDO
 SchoolProfileBDO[] SchoolProfileQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 SchoolProfileBDO SchoolProfileQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
static SchoolProfileBDO SchoolProfileBDO.createVirgin()
          Like the class SchoolProfileDO, this class acts as a factory.
static SchoolProfileBDO SchoolProfileBDO.createExisting(SchoolProfileDO DO)
          The createExisting method is used to create a SchoolProfileBDO from a SchoolProfileDO that was returned by the SchoolProfileQuery class.
static SchoolProfileBDO[] SchoolProfileBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of SchoolProfileBDO objects representing all the rows in the SchoolProfile table.
 


PSE 2000 Group 4