PSE 2000 Group 4

Uses of Class
jobmatch.data.ProviderAccountBDO

Packages that use ProviderAccountBDO
jobmatch.business.provider.account   
jobmatch.data   
 

Uses of ProviderAccountBDO in jobmatch.business.provider.account
 

Subclasses of ProviderAccountBDO in jobmatch.business.provider.account
 class ProviderAccount
          An Account for Administrators
 

Uses of ProviderAccountBDO in jobmatch.data
 

Methods in jobmatch.data that return ProviderAccountBDO
static ProviderAccountBDO ProviderAccountBDO.createVirgin()
          Like the class ProviderAccountDO, this class acts as a factory.
static ProviderAccountBDO ProviderAccountBDO.createExisting(ProviderAccountDO DO)
          The createExisting method is used to create a ProviderAccountBDO from a ProviderAccountDO that was returned by the ProviderAccountQuery class.
static ProviderAccountBDO[] ProviderAccountBDO.getBDOarray()
          The getBDOarray method performs a database query to return an array of ProviderAccountBDO objects representing all the rows in the ProviderAccount table.
 ProviderAccountBDO[] ProviderAccountQuery.getBDOArray()
          Return array of BDOs constructed from ResultSet returned by query.
 ProviderAccountBDO ProviderAccountQuery.getNextBDO()
          Return successive BDOs from array built from ResultSet returned by query.
 


PSE 2000 Group 4