PSE 2000 Group 4

Uses of Class
jobmatch.data.AreaBDO

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

Uses of AreaBDO in jobmatch.business.entity
 

Subclasses of AreaBDO in jobmatch.business.entity
 class Area
          Area Business Object
 

Uses of AreaBDO in jobmatch.data
 

Methods in jobmatch.data that return AreaBDO
 AreaBDO JobwishBDO.getAreaBDO()
          Get BDO-wrapped Area of the JobwishDO
static AreaBDO AreaBDO.createVirgin()
          Like the class AreaDO, this class acts as a factory.
static AreaBDO AreaBDO.createExisting(AreaDO DO)
          The createExisting method is used to create a AreaBDO from a AreaDO that was returned by the AreaQuery class.
static AreaBDO[] AreaBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of AreaBDO objects representing all the rows in the Area table.
 AreaBDO[] AreaQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 AreaBDO AreaQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 

Methods in jobmatch.data with parameters of type AreaBDO
 void JobwishBDO.setArea(AreaBDO Area)
          Set Area of the JobwishDO
 


PSE 2000 Group 4