PSE 2000 Group 4

Uses of Class
jobmatch.data.GraduationDO

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

Uses of GraduationDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type GraduationDO
Graduation.Graduation(GraduationDO dataObject)
           
 

Uses of GraduationDO in jobmatch.data
 

Fields in jobmatch.data declared as GraduationDO
protected  GraduationDO GraduationBDO.DO
          The GraduationDO object upon which the set and get methods operate.
 GraduationDO SchoolCandidateDataStruct.Diploma
           
 

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

Methods in jobmatch.data with parameters of type GraduationDO
 void SchoolCandidateBDO.setDiploma(GraduationDO Diploma)
          Set Diploma of the SchoolCandidateDO
protected  void SchoolCandidateBDO.okToCommitDiploma(GraduationDO member)
          A stub method for implementing pre-commit assertions for the Diploma data member.
protected  void SchoolCandidateBDO.okToDeleteDiploma(GraduationDO member)
          A stub method for implementing pre-delete assertions for the Diploma data member.
static GraduationBDO GraduationBDO.createExisting(GraduationDO DO)
          The createExisting method is used to create a GraduationBDO from a GraduationDO that was returned by the GraduationQuery class.
 void SchoolBDO.mapGraduation_via_SchoolCandidateDO(GraduationDO d)
          To the many-to-many relationship expressed by SchoolCandidateDO, add a GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolBDO.mapGraduation_via_SchoolCandidateDO(GraduationDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by SchoolCandidateDO, add a GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolBDO.unmapGraduation_via_SchoolCandidateDO(GraduationDO d)
          From the many-to-many relationship expressed by SchoolCandidateDO, remove (delete) the GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolBDO.unmapGraduation_via_SchoolCandidateDO(GraduationDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by SchoolCandidateDO, remove (delete) the GraduationDO object that indirectly refers to the DO held by this BDO.
 void SchoolCandidateQuery.setQueryDiploma(GraduationDO x, boolean exact)
          Set the Diploma to query.
 void SchoolCandidateQuery.setQueryDiploma(GraduationDO x)
          Set the Diploma to query
static GraduationDO GraduationDO.createCopy(GraduationDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void GraduationDO.makeIdentical(GraduationDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void SchoolDO.mapGraduation_via_SchoolCandidateDO(GraduationDO d)
          To the many-to-many relationship expressed by SchoolCandidateDO, add a GraduationDO object that indirectly refers to this DO.
 void SchoolDO.mapGraduation_via_SchoolCandidateDO(GraduationDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by SchoolCandidateDO, add a GraduationDO object that indirectly refers to this DO.
 void SchoolDO.unmapGraduation_via_SchoolCandidateDO(GraduationDO d)
          From the many-to-many relationship expressed by SchoolCandidateDO, remove (delete) the GraduationDO object that indirectly refers to this DO.
 void SchoolDO.unmapGraduation_via_SchoolCandidateDO(GraduationDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by SchoolCandidateDO, remove (delete) the GraduationDO object that indirectly refers to this DO.
 void SchoolCandidateDO.setDiploma(GraduationDO Diploma)
          Set Diploma of the SchoolCandidate
protected  void SchoolCandidateDO.okToCommitDiploma(GraduationDO member)
          A stub method for implementing pre-commit assertions for the Diploma data member.
protected  void SchoolCandidateDO.okToDeleteDiploma(GraduationDO member)
          A stub method for implementing pre-delete assertions for the Diploma data member.
 

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


PSE 2000 Group 4