PSE 2000 Group 4

Uses of Class
jobmatch.data.SoftwareBDO

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

Uses of SoftwareBDO in jobmatch.business.entity
 

Subclasses of SoftwareBDO in jobmatch.business.entity
 class Software
          Software Business Object
 

Uses of SoftwareBDO in jobmatch.data
 

Methods in jobmatch.data that return SoftwareBDO
 SoftwareBDO SoftwareCandidateBDO.getSoftwareBDO()
          Get BDO-wrapped Software of the SoftwareCandidateDO
static SoftwareBDO SoftwareBDO.createVirgin()
          Like the class SoftwareDO, this class acts as a factory.
static SoftwareBDO SoftwareBDO.createExisting(SoftwareDO DO)
          The createExisting method is used to create a SoftwareBDO from a SoftwareDO that was returned by the SoftwareQuery class.
static SoftwareBDO[] SoftwareBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of SoftwareBDO objects representing all the rows in the Software table.
 SoftwareBDO[] SoftwareQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 SoftwareBDO SoftwareQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 SoftwareBDO SoftwareProfileBDO.getSoftwareBDO()
          Get BDO-wrapped Software of the SoftwareProfileDO
 

Methods in jobmatch.data with parameters of type SoftwareBDO
 void SoftwareCandidateBDO.setSoftware(SoftwareBDO Software)
          Set Software of the SoftwareCandidateDO
 void SoftwareProfileBDO.setSoftware(SoftwareBDO Software)
          Set Software of the SoftwareProfileDO
 


PSE 2000 Group 4