PSE 2000 Group 4

Uses of Class
jobmatch.data.ProgrammingProfileBDO

Packages that use ProgrammingProfileBDO
jobmatch.data   
 

Uses of ProgrammingProfileBDO in jobmatch.data
 

Methods in jobmatch.data that return ProgrammingProfileBDO
 ProgrammingProfileBDO[] ProgrammingBDO.getProgrammingProfileBDOArray()
          Get array of ProgrammingProfileBDO objects holding ProgrammingProfileDO objects that refer to the DO held by this BDO.
 ProgrammingProfileBDO ProgrammingBDO.getProgrammingProfileBDO()
          Get the single ProgrammingProfileBDO object holding a ProgrammingProfileDO object that refers to the DO held by this BDO.
 ProgrammingProfileBDO[] ProgrammingProfileQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 ProgrammingProfileBDO ProgrammingProfileQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
static ProgrammingProfileBDO ProgrammingProfileBDO.createVirgin()
          Like the class ProgrammingProfileDO, this class acts as a factory.
static ProgrammingProfileBDO ProgrammingProfileBDO.createExisting(ProgrammingProfileDO DO)
          The createExisting method is used to create a ProgrammingProfileBDO from a ProgrammingProfileDO that was returned by the ProgrammingProfileQuery class.
static ProgrammingProfileBDO[] ProgrammingProfileBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of ProgrammingProfileBDO objects representing all the rows in the ProgrammingProfile table.
 

Methods in jobmatch.data with parameters of type ProgrammingProfileBDO
 void ProgrammingBDO.addProgrammingProfileBDO(ProgrammingProfileBDO rbdo)
          Add (set & commit) a ProgrammingProfileBDO object whose ProgrammingProfileDO refers to the DO held by this BDO.
 void ProgrammingBDO.addProgrammingProfileBDO(ProgrammingProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a ProgrammingProfileBDO object whose ProgrammingProfileDO refers to the DO held by this BDO.
 void ProgrammingBDO.removeProgrammingProfileBDO(ProgrammingProfileBDO rbdo)
          Remove (delete) a ProgrammingProfileBDO object whose ProgrammingProfileDO refers to the DO held by this BDO.
 void ProgrammingBDO.removeProgrammingProfileBDO(ProgrammingProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a ProgrammingProfileBDO object whose ProgrammingProfileDO refers to the DO held by this BDO.
 


PSE 2000 Group 4