PSE 2000 Group 4

Uses of Class
jobmatch.data.PersonalProfileBDO

Packages that use PersonalProfileBDO
jobmatch.data   
 

Uses of PersonalProfileBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type PersonalProfileBDO
 void CountryBDO.addPersonalProfileBDO(PersonalProfileBDO rbdo)
          Add (set & commit) a PersonalProfileBDO object whose PersonalProfileDO refers to the DO held by this BDO.
 void CountryBDO.addPersonalProfileBDO(PersonalProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a PersonalProfileBDO object whose PersonalProfileDO refers to the DO held by this BDO.
 void CountryBDO.removePersonalProfileBDO(PersonalProfileBDO rbdo)
          Remove (delete) a PersonalProfileBDO object whose PersonalProfileDO refers to the DO held by this BDO.
 void CountryBDO.removePersonalProfileBDO(PersonalProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a PersonalProfileBDO object whose PersonalProfileDO refers to the DO held by this BDO.
 


PSE 2000 Group 4