PSE 2000 Group 4

Uses of Class
jobmatch.data.CandidateAccountBDO

Packages that use CandidateAccountBDO
jobmatch.business.provider.account   
jobmatch.data   
 

Uses of CandidateAccountBDO in jobmatch.business.provider.account
 

Subclasses of CandidateAccountBDO in jobmatch.business.provider.account
 class CandidateAccount
          An Account for Candidates
 

Uses of CandidateAccountBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type CandidateAccountBDO
 void CandidateBDO.addCandidateAccountBDO(CandidateAccountBDO rbdo)
          Add (set & commit) a CandidateAccountBDO object whose CandidateAccountDO refers to the DO held by this BDO.
 void CandidateBDO.addCandidateAccountBDO(CandidateAccountBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CandidateAccountBDO object whose CandidateAccountDO refers to the DO held by this BDO.
 void CandidateBDO.removeCandidateAccountBDO(CandidateAccountBDO rbdo)
          Remove (delete) a CandidateAccountBDO object whose CandidateAccountDO refers to the DO held by this BDO.
 void CandidateBDO.removeCandidateAccountBDO(CandidateAccountBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a CandidateAccountBDO object whose CandidateAccountDO refers to the DO held by this BDO.
 


PSE 2000 Group 4