PSE 2000 Group 4

Uses of Class
jobmatch.data.SoftwareProfileBDO

Packages that use SoftwareProfileBDO
jobmatch.data   
 

Uses of SoftwareProfileBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type SoftwareProfileBDO
 void SoftwareBDO.addSoftwareProfileBDO(SoftwareProfileBDO rbdo)
          Add (set & commit) a SoftwareProfileBDO object whose SoftwareProfileDO refers to the DO held by this BDO.
 void SoftwareBDO.addSoftwareProfileBDO(SoftwareProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a SoftwareProfileBDO object whose SoftwareProfileDO refers to the DO held by this BDO.
 void SoftwareBDO.removeSoftwareProfileBDO(SoftwareProfileBDO rbdo)
          Remove (delete) a SoftwareProfileBDO object whose SoftwareProfileDO refers to the DO held by this BDO.
 void SoftwareBDO.removeSoftwareProfileBDO(SoftwareProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a SoftwareProfileBDO object whose SoftwareProfileDO refers to the DO held by this BDO.
 


PSE 2000 Group 4