PSE 2000 Group 4

Uses of Class
jobmatch.data.JobwishDO

Packages that use JobwishDO
jobmatch.business.candidate.cv   
jobmatch.data   
 

Uses of JobwishDO in jobmatch.business.candidate.cv
 

Constructors in jobmatch.business.candidate.cv with parameters of type JobwishDO
Jobwish.Jobwish(JobwishDO dataObject)
           
 

Uses of JobwishDO in jobmatch.data
 

Fields in jobmatch.data declared as JobwishDO
protected  JobwishDO JobwishBDO.DO
          The JobwishDO object upon which the set and get methods operate.
 

Methods in jobmatch.data that return JobwishDO
 JobwishDO JobwishBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
static JobwishDO JobwishDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static JobwishDO JobwishDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a JobwishDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static JobwishDO JobwishDO.createExisting(String handle)
          The createExisting method is used to create a JobwishDO from a string handle.
protected static JobwishDO JobwishDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a JobwishDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static JobwishDO JobwishDO.createExisting(ResultSet rs)
          createExisting( ResultSet ) Factory method used to create an instance of this class to represent a Data Object already existing in the database.
protected static JobwishDO JobwishDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a JobwishDO object by searching for it in the database using the JobwishDO.PrimaryKey value in the passed RDBRow.
protected static JobwishDO JobwishDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a JobwishDO object by searching for it in the database using the passed JobwishDO.PrimaryKey.
static JobwishDO JobwishDO.createCopy(JobwishDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static JobwishDO JobwishDO.createCopy(JobwishDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 JobwishDO[] JobwishQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 JobwishDO JobwishQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 

Methods in jobmatch.data with parameters of type JobwishDO
static JobwishBDO JobwishBDO.createExisting(JobwishDO DO)
          The createExisting method is used to create a JobwishBDO from a JobwishDO that was returned by the JobwishQuery class.
static JobwishDO JobwishDO.createCopy(JobwishDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void JobwishDO.makeIdentical(JobwishDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 

Constructors in jobmatch.data with parameters of type JobwishDO
JobwishBDO.JobwishBDO(JobwishDO DO)
          Constructor for use by classes derived from JobwishBDO.
 


PSE 2000 Group 4