PSE 2000 Group 4

Uses of Class
jobmatch.data.OperatingsystemProfileBDO

Packages that use OperatingsystemProfileBDO
jobmatch.data   
 

Uses of OperatingsystemProfileBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type OperatingsystemProfileBDO
 void OperatingsystemBDO.addOperatingsystemProfileBDO(OperatingsystemProfileBDO rbdo)
          Add (set & commit) a OperatingsystemProfileBDO object whose OperatingsystemProfileDO refers to the DO held by this BDO.
 void OperatingsystemBDO.addOperatingsystemProfileBDO(OperatingsystemProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Add (set & commit) a OperatingsystemProfileBDO object whose OperatingsystemProfileDO refers to the DO held by this BDO.
 void OperatingsystemBDO.removeOperatingsystemProfileBDO(OperatingsystemProfileBDO rbdo)
          Remove (delete) a OperatingsystemProfileBDO object whose OperatingsystemProfileDO refers to the DO held by this BDO.
 void OperatingsystemBDO.removeOperatingsystemProfileBDO(OperatingsystemProfileBDO rbdo, jobmatch.data.DBTransaction tran)
          Remove (delete) a OperatingsystemProfileBDO object whose OperatingsystemProfileDO refers to the DO held by this BDO.
 


PSE 2000 Group 4