PSE 2000 Group 4

Uses of Class
jobmatch.data.IndustryBDO

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

Uses of IndustryBDO in jobmatch.business.entity
 

Subclasses of IndustryBDO in jobmatch.business.entity
 class Industry
          Industry Business Object
 

Uses of IndustryBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type IndustryBDO
 void JobwishBDO.setIndustry(IndustryBDO Industry)
          Set Industry of the JobwishDO
 void CompanyBDO.setIndustry(IndustryBDO Industry)
          Set Industry of the CompanyDO
 void AdressBDO.mapIndustry_via_CompanyBDO(IndustryBDO b)
          To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.mapIndustry_via_CompanyBDO(IndustryBDO b, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.unmapIndustry_via_CompanyBDO(IndustryBDO b)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.unmapIndustry_via_CompanyBDO(IndustryBDO b, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO.
 


PSE 2000 Group 4