PSE 2000 Group 4

Uses of Class
jobmatch.data.ProfileBDO

Packages that use ProfileBDO
jobmatch.business.company.profile   
jobmatch.data   
 

Uses of ProfileBDO in jobmatch.business.company.profile
 

Subclasses of ProfileBDO in jobmatch.business.company.profile
 class Profile
          Represents a Profile
 

Uses of ProfileBDO in jobmatch.data
 

Methods in jobmatch.data that return ProfileBDO
 ProfileBDO[] CompanyBDO.getProfileBDOArray()
          Get array of ProfileBDO objects holding ProfileDO objects that refer to the DO held by this BDO.
 ProfileBDO CompanyBDO.getProfileBDO()
          Get the single ProfileBDO object holding a ProfileDO object that refers to the DO held by this BDO.
static ProfileBDO ProfileBDO.createVirgin()
          Like the class ProfileDO, this class acts as a factory.
static ProfileBDO ProfileBDO.createExisting(ProfileDO DO)
          The createExisting method is used to create a ProfileBDO from a ProfileDO that was returned by the ProfileQuery class.
static ProfileBDO[] ProfileBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of ProfileBDO objects representing all the rows in the Profile table.
 ProfileBDO PersonalProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the PersonalProfileDO
 ProfileBDO LanguageProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the LanguageProfileDO
 ProfileBDO OperatingsystemProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the OperatingsystemProfileDO
 ProfileBDO SchoolProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the SchoolProfileDO
 ProfileBDO SoftwareProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the SoftwareProfileDO
 ProfileBDO ProgrammingProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the ProgrammingProfileDO
 ProfileBDO[] ProfileQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 ProfileBDO ProfileQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 ProfileBDO CandidateProfileBDO.getProfileBDO()
          Get BDO-wrapped Profile of the CandidateProfileDO
 

Methods in jobmatch.data with parameters of type ProfileBDO
 void CandidateBDO.mapProfile_via_CandidateProfileBDO(ProfileBDO b)
          To the many-to-many relationship expressed by CandidateProfileDO, add a ProfileDO object that indirectly refers to the DO held by this BDO.
 void CandidateBDO.mapProfile_via_CandidateProfileBDO(ProfileBDO b, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CandidateProfileDO, add a ProfileDO object that indirectly refers to the DO held by this BDO.
 void CandidateBDO.unmapProfile_via_CandidateProfileBDO(ProfileBDO b)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the ProfileDO object that indirectly refers to the DO held by this BDO.
 void CandidateBDO.unmapProfile_via_CandidateProfileBDO(ProfileBDO b, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the ProfileDO object that indirectly refers to the DO held by this BDO.
 void CompanyBDO.addProfileBDO(ProfileBDO rbdo)
          Add (set & commit) a ProfileBDO object whose ProfileDO refers to the DO held by this BDO.
 void CompanyBDO.addProfileBDO(ProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a ProfileBDO object whose ProfileDO refers to the DO held by this BDO.
 void CompanyBDO.removeProfileBDO(ProfileBDO rbdo)
          Remove (delete) a ProfileBDO object whose ProfileDO refers to the DO held by this BDO.
 void CompanyBDO.removeProfileBDO(ProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a ProfileBDO object whose ProfileDO refers to the DO held by this BDO.
 void PersonalProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the PersonalProfileDO
 void LanguageProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the LanguageProfileDO
 void OperatingsystemProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the OperatingsystemProfileDO
 void SchoolProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the SchoolProfileDO
 void SoftwareProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the SoftwareProfileDO
 void ProgrammingProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the ProgrammingProfileDO
 void CandidateProfileBDO.setProfile(ProfileBDO Profile)
          Set Profile of the CandidateProfileDO
 


PSE 2000 Group 4