PSE 2000 Group 4

Uses of Class
jobmatch.data.AssociationBDO

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

Uses of AssociationBDO in jobmatch.business.entity
 

Subclasses of AssociationBDO in jobmatch.business.entity
 class Association
          Association Business Object
 

Uses of AssociationBDO in jobmatch.data
 

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

Methods in jobmatch.data with parameters of type AssociationBDO
 void AssociationCandidateBDO.setAssociation(AssociationBDO Association)
          Set Association of the AssociationCandidateDO
 


PSE 2000 Group 4