PSE 2000 Group 4

Uses of Class
jobmatch.data.PersonBDO

Packages that use PersonBDO
jobmatch.data   
 

Uses of PersonBDO in jobmatch.data
 

Methods in jobmatch.data that return PersonBDO
 PersonBDO CompanyBDO.getContactBDO()
          Get BDO-wrapped Contact of the CompanyDO
 PersonBDO[] AdressBDO.getPersonBDOArray()
          Get array of PersonBDO objects holding PersonDO objects that refer to the DO held by this BDO.
 PersonBDO AdressBDO.getPersonBDO()
          Get the single PersonBDO object holding a PersonDO object that refers to the DO held by this BDO.
 PersonBDO[] CountryBDO.getPersonBDOArray()
          Get array of PersonBDO objects holding PersonDO objects that refer to the DO held by this BDO.
 PersonBDO CountryBDO.getPersonBDO()
          Get the single PersonBDO object holding a PersonDO object that refers to the DO held by this BDO.
 PersonBDO[] PersonQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 PersonBDO PersonQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
static PersonBDO PersonBDO.createVirgin()
          Like the class PersonDO, this class acts as a factory.
static PersonBDO PersonBDO.createExisting(PersonDO DO)
          The createExisting method is used to create a PersonBDO from a PersonDO that was returned by the PersonQuery class.
static PersonBDO[] PersonBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of PersonBDO objects representing all the rows in the Person table.
 

Methods in jobmatch.data with parameters of type PersonBDO
 void CompanyBDO.setContact(PersonBDO Contact)
          Set Contact of the CompanyDO
 void AdressBDO.addPersonBDO(PersonBDO rbdo)
          Add (set & commit) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void AdressBDO.addPersonBDO(PersonBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void AdressBDO.removePersonBDO(PersonBDO rbdo)
          Remove (delete) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void AdressBDO.removePersonBDO(PersonBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void CountryBDO.addPersonBDO(PersonBDO rbdo)
          Add (set & commit) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void CountryBDO.addPersonBDO(PersonBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void CountryBDO.removePersonBDO(PersonBDO rbdo)
          Remove (delete) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 void CountryBDO.removePersonBDO(PersonBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a PersonBDO object whose PersonDO refers to the DO held by this BDO.
 


PSE 2000 Group 4