PSE 2000 Group 4

Uses of Class
jobmatch.data.PictureBDO

Packages that use PictureBDO
jobmatch.data   
 

Uses of PictureBDO in jobmatch.data
 

Methods in jobmatch.data that return PictureBDO
 PictureBDO CandidateBDO.getPictureBDO()
          Get BDO-wrapped Picture of the CandidateDO
 PictureBDO[] PictureQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 PictureBDO PictureQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
static PictureBDO PictureBDO.createVirgin()
          Like the class PictureDO, this class acts as a factory.
static PictureBDO PictureBDO.createExisting(PictureDO DO)
          The createExisting method is used to create a PictureBDO from a PictureDO that was returned by the PictureQuery class.
static PictureBDO[] PictureBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of PictureBDO objects representing all the rows in the Picture table.
 PictureBDO PersonBDO.getPictureBDO()
          Get BDO-wrapped Picture of the PersonDO
 

Methods in jobmatch.data with parameters of type PictureBDO
 void CandidateBDO.setPicture(PictureBDO Picture)
          Set Picture of the CandidateDO
 void PersonBDO.setPicture(PictureBDO Picture)
          Set Picture of the PersonDO
 


PSE 2000 Group 4