PSE 2000 Group 4

Uses of Class
jobmatch.data.SchoolCandidateDO

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

Uses of SchoolCandidateDO in jobmatch.business.candidate.cv
 

Constructors in jobmatch.business.candidate.cv with parameters of type SchoolCandidateDO
Formation.Formation(SchoolCandidateDO dataObject)
           
 

Uses of SchoolCandidateDO in jobmatch.data
 

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

Methods in jobmatch.data that return SchoolCandidateDO
 SchoolCandidateDO SchoolCandidateBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 SchoolCandidateDO[] GraduationBDO.getSchoolCandidateDOArray()
          Get array of SchoolCandidateDO objects that refer to the DO held by this BDO.
 SchoolCandidateDO GraduationBDO.getSchoolCandidateDO()
          Get the single SchoolCandidateDO object that refers to the DO held by this BDO.
 SchoolCandidateDO[] SchoolBDO.getSchoolCandidateDOArray()
          Get array of SchoolCandidateDO objects that refer to the DO held by this BDO.
 SchoolCandidateDO SchoolBDO.getSchoolCandidateDO()
          Get the single SchoolCandidateDO object that refers to the DO held by this BDO.
 SchoolCandidateDO[] SchoolCandidateQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 SchoolCandidateDO SchoolCandidateQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 SchoolCandidateDO[] GraduationDO.getSchoolCandidateDOArray()
          Get array of SchoolCandidateDO objects that refer to this DO.
 SchoolCandidateDO GraduationDO.getSchoolCandidateDO()
          Get the single SchoolCandidateDO object that refers to this DO.
 SchoolCandidateDO[] SchoolDO.getSchoolCandidateDOArray()
          Get array of SchoolCandidateDO objects that refer to this DO.
 SchoolCandidateDO SchoolDO.getSchoolCandidateDO()
          Get the single SchoolCandidateDO object that refers to this DO.
static SchoolCandidateDO SchoolCandidateDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static SchoolCandidateDO SchoolCandidateDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a SchoolCandidateDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static SchoolCandidateDO SchoolCandidateDO.createExisting(String handle)
          The createExisting method is used to create a SchoolCandidateDO from a string handle.
protected static SchoolCandidateDO SchoolCandidateDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a SchoolCandidateDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static SchoolCandidateDO SchoolCandidateDO.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 SchoolCandidateDO SchoolCandidateDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a SchoolCandidateDO object by searching for it in the database using the SchoolCandidateDO.PrimaryKey value in the passed RDBRow.
protected static SchoolCandidateDO SchoolCandidateDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a SchoolCandidateDO object by searching for it in the database using the passed SchoolCandidateDO.PrimaryKey.
static SchoolCandidateDO SchoolCandidateDO.createCopy(SchoolCandidateDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static SchoolCandidateDO SchoolCandidateDO.createCopy(SchoolCandidateDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 

Methods in jobmatch.data with parameters of type SchoolCandidateDO
static SchoolCandidateBDO SchoolCandidateBDO.createExisting(SchoolCandidateDO DO)
          The createExisting method is used to create a SchoolCandidateBDO from a SchoolCandidateDO that was returned by the SchoolCandidateQuery class.
 void GraduationDO.addSchoolCandidateDO(SchoolCandidateDO referrer)
          Add (set & commit) a SchoolCandidateDO object that refers to this DO.
 void GraduationDO.addSchoolCandidateDO(SchoolCandidateDO referrer, jobmatch.data.DBTransaction tran)
          Add (set & commit) a SchoolCandidateDO object that refers to this DO.
 void GraduationDO.removeSchoolCandidateDO(SchoolCandidateDO referrer)
          Remove (delete) a SchoolCandidateDO object that refers to this DO.
 void GraduationDO.removeSchoolCandidateDO(SchoolCandidateDO referrer, jobmatch.data.DBTransaction tran)
          Remove (delete) a SchoolCandidateDO object that refers to this DO.
 void SchoolDO.addSchoolCandidateDO(SchoolCandidateDO referrer)
          Add (set & commit) a SchoolCandidateDO object that refers to this DO.
 void SchoolDO.addSchoolCandidateDO(SchoolCandidateDO referrer, jobmatch.data.DBTransaction tran)
          Add (set & commit) a SchoolCandidateDO object that refers to this DO.
 void SchoolDO.removeSchoolCandidateDO(SchoolCandidateDO referrer)
          Remove (delete) a SchoolCandidateDO object that refers to this DO.
 void SchoolDO.removeSchoolCandidateDO(SchoolCandidateDO referrer, jobmatch.data.DBTransaction tran)
          Remove (delete) a SchoolCandidateDO object that refers to this DO.
static SchoolCandidateDO SchoolCandidateDO.createCopy(SchoolCandidateDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void SchoolCandidateDO.makeIdentical(SchoolCandidateDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 

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


PSE 2000 Group 4