PSE 2000 Group 4

Uses of Class
jobmatch.data.CompanyAccountBDO

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

Uses of CompanyAccountBDO in jobmatch.business.provider.account
 

Subclasses of CompanyAccountBDO in jobmatch.business.provider.account
 class CompanyAccount
          An Account for Companies
 

Uses of CompanyAccountBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type CompanyAccountBDO
 void CompanyBDO.addCompanyAccountBDO(CompanyAccountBDO rbdo)
          Add (set & commit) a CompanyAccountBDO object whose CompanyAccountDO refers to the DO held by this BDO.
 void CompanyBDO.addCompanyAccountBDO(CompanyAccountBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CompanyAccountBDO object whose CompanyAccountDO refers to the DO held by this BDO.
 void CompanyBDO.removeCompanyAccountBDO(CompanyAccountBDO rbdo)
          Remove (delete) a CompanyAccountBDO object whose CompanyAccountDO refers to the DO held by this BDO.
 void CompanyBDO.removeCompanyAccountBDO(CompanyAccountBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a CompanyAccountBDO object whose CompanyAccountDO refers to the DO held by this BDO.
 


PSE 2000 Group 4