PSE 2000 Group 4

Uses of Class
jobmatch.data.CandidateProfileBDO

Packages that use CandidateProfileBDO
jobmatch.data   
 

Uses of CandidateProfileBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type CandidateProfileBDO
 void CandidateBDO.addCandidateProfileBDO(CandidateProfileBDO rbdo)
          Add (set & commit) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void CandidateBDO.addCandidateProfileBDO(CandidateProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void CandidateBDO.removeCandidateProfileBDO(CandidateProfileBDO rbdo)
          Remove (delete) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void CandidateBDO.removeCandidateProfileBDO(CandidateProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void ProfileBDO.addCandidateProfileBDO(CandidateProfileBDO rbdo)
          Add (set & commit) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void ProfileBDO.addCandidateProfileBDO(CandidateProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void ProfileBDO.removeCandidateProfileBDO(CandidateProfileBDO rbdo)
          Remove (delete) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 void ProfileBDO.removeCandidateProfileBDO(CandidateProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a CandidateProfileBDO object whose CandidateProfileDO refers to the DO held by this BDO.
 


PSE 2000 Group 4