PSE 2000 Group 4

Uses of Class
jobmatch.data.ProgrammingBDO

Packages that use ProgrammingBDO
jobmatch.business.entity   
jobmatch.data   
 

Uses of ProgrammingBDO in jobmatch.business.entity
 

Subclasses of ProgrammingBDO in jobmatch.business.entity
 class Programming
          Programming Business Object
 

Uses of ProgrammingBDO in jobmatch.data
 

Methods in jobmatch.data that return ProgrammingBDO
 ProgrammingBDO ProgrammingCandidateBDO.getLanguageBDO()
          Get BDO-wrapped Language of the ProgrammingCandidateDO
static ProgrammingBDO ProgrammingBDO.createVirgin()
          Like the class ProgrammingDO, this class acts as a factory.
static ProgrammingBDO ProgrammingBDO.createExisting(ProgrammingDO DO)
          The createExisting method is used to create a ProgrammingBDO from a ProgrammingDO that was returned by the ProgrammingQuery class.
static ProgrammingBDO[] ProgrammingBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of ProgrammingBDO objects representing all the rows in the Programming table.
 ProgrammingBDO[] ProgrammingQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 ProgrammingBDO ProgrammingQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 ProgrammingBDO ProgrammingProfileBDO.getLanguageBDO()
          Get BDO-wrapped Language of the ProgrammingProfileDO
 

Methods in jobmatch.data with parameters of type ProgrammingBDO
 void ProgrammingCandidateBDO.setLanguage(ProgrammingBDO Language)
          Set Language of the ProgrammingCandidateDO
 void ProgrammingProfileBDO.setLanguage(ProgrammingBDO Language)
          Set Language of the ProgrammingProfileDO
 


PSE 2000 Group 4