PSE 2000 Group 4

Uses of Class
jobmatch.data.CandidateBDO

Packages that use CandidateBDO
jobmatch.business.candidate   
jobmatch.data   
 

Uses of CandidateBDO in jobmatch.business.candidate
 

Subclasses of CandidateBDO in jobmatch.business.candidate
 class Candidate
          Candidate Business Object Inherites the methods from CandidateBDO, who provides access to the database
 

Uses of CandidateBDO in jobmatch.data
 

Methods in jobmatch.data that return CandidateBDO
 CandidateBDO CandidateAccountBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the CandidateAccountDO
static CandidateBDO CandidateBDO.createVirgin()
          Like the class CandidateDO, this class acts as a factory.
static CandidateBDO CandidateBDO.createExisting(CandidateDO DO)
          The createExisting method is used to create a CandidateBDO from a CandidateDO that was returned by the CandidateQuery class.
static CandidateBDO[] CandidateBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of CandidateBDO objects representing all the rows in the Candidate table.
 CandidateBDO LanguageCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the LanguageCandidateDO
 CandidateBDO OperatingsystemCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the OperatingsystemCandidateDO
 CandidateBDO EmployerCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the EmployerCandidateDO
 CandidateBDO JobwishBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the JobwishDO
 CandidateBDO SchoolCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the SchoolCandidateDO
 CandidateBDO SoftwareCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the SoftwareCandidateDO
 CandidateBDO HobbyBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the HobbyDO
 CandidateBDO ProgrammingCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the ProgrammingCandidateDO
 CandidateBDO[] AdressBDO.getCandidateBDOArray()
          Get array of CandidateBDO objects holding CandidateDO objects that refer to the DO held by this BDO.
 CandidateBDO AdressBDO.getCandidateBDO()
          Get the single CandidateBDO object holding a CandidateDO object that refers to the DO held by this BDO.
 CandidateBDO[] CountryBDO.getCandidateBDOArray()
          Get array of CandidateBDO objects holding CandidateDO objects that refer to the DO held by this BDO.
 CandidateBDO CountryBDO.getCandidateBDO()
          Get the single CandidateBDO object holding a CandidateDO object that refers to the DO held by this BDO.
 CandidateBDO AssociationCandidateBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the AssociationCandidateDO
 CandidateBDO[] CandidateQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 CandidateBDO CandidateQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 CandidateBDO MatchQueueBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the MatchQueueDO
 CandidateBDO CandidateProfileBDO.getCandidateBDO()
          Get BDO-wrapped Candidate of the CandidateProfileDO
 

Methods in jobmatch.data with parameters of type CandidateBDO
 void CandidateAccountBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the CandidateAccountDO
 void LanguageCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the LanguageCandidateDO
 void OperatingsystemCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the OperatingsystemCandidateDO
 void EmployerCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the EmployerCandidateDO
 void JobwishBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the JobwishDO
 void SchoolCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the SchoolCandidateDO
 void SoftwareCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the SoftwareCandidateDO
 void HobbyBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the HobbyDO
 void ProgrammingCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the ProgrammingCandidateDO
 void ProfileBDO.mapCandidate_via_CandidateProfileBDO(CandidateBDO b)
          To the many-to-many relationship expressed by CandidateProfileDO, add a CandidateDO object that indirectly refers to the DO held by this BDO.
 void ProfileBDO.mapCandidate_via_CandidateProfileBDO(CandidateBDO b, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CandidateProfileDO, add a CandidateDO object that indirectly refers to the DO held by this BDO.
 void ProfileBDO.unmapCandidate_via_CandidateProfileBDO(CandidateBDO b)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the CandidateDO object that indirectly refers to the DO held by this BDO.
 void ProfileBDO.unmapCandidate_via_CandidateProfileBDO(CandidateBDO b, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the CandidateDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.addCandidateBDO(CandidateBDO rbdo)
          Add (set & commit) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void AdressBDO.addCandidateBDO(CandidateBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void AdressBDO.removeCandidateBDO(CandidateBDO rbdo)
          Remove (delete) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void AdressBDO.removeCandidateBDO(CandidateBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void CountryBDO.addCandidateBDO(CandidateBDO rbdo)
          Add (set & commit) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void CountryBDO.addCandidateBDO(CandidateBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void CountryBDO.removeCandidateBDO(CandidateBDO rbdo)
          Remove (delete) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void CountryBDO.removeCandidateBDO(CandidateBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO.
 void AssociationCandidateBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the AssociationCandidateDO
 void MatchQueueBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the MatchQueueDO
 void CandidateProfileBDO.setCandidate(CandidateBDO Candidate)
          Set Candidate of the CandidateProfileDO
 


PSE 2000 Group 4