PSE 2000 Group 4

Uses of Class
jobmatch.data.SchooltypeDO

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

Uses of SchooltypeDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type SchooltypeDO
Schooltype.Schooltype(SchooltypeDO dataObject)
           
 

Uses of SchooltypeDO in jobmatch.data
 

Fields in jobmatch.data declared as SchooltypeDO
protected  SchooltypeDO SchooltypeBDO.DO
          The SchooltypeDO object upon which the set and get methods operate.
 SchooltypeDO SchoolProfileDataStruct.MinSchoolType
           
 SchooltypeDO SchoolProfileDataStruct.MaxSchoolType
           
 SchooltypeDO SchoolDataStruct.Type
           
 

Methods in jobmatch.data that return SchooltypeDO
 SchooltypeDO SchooltypeBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 SchooltypeDO SchoolBDO.getType()
          Get Type of the SchoolDO
 SchooltypeDO SchoolProfileDO.getMinSchoolType()
          Get MinSchoolType of the SchoolProfile
 SchooltypeDO SchoolProfileDO.getMaxSchoolType()
          Get MaxSchoolType of the SchoolProfile
static SchooltypeDO SchooltypeDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static SchooltypeDO SchooltypeDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a SchooltypeDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static SchooltypeDO SchooltypeDO.createExisting(String handle)
          The createExisting method is used to create a SchooltypeDO from a string handle.
protected static SchooltypeDO SchooltypeDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a SchooltypeDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static SchooltypeDO SchooltypeDO.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 SchooltypeDO SchooltypeDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a SchooltypeDO object by searching for it in the database using the SchooltypeDO.PrimaryKey value in the passed RDBRow.
protected static SchooltypeDO SchooltypeDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a SchooltypeDO object by searching for it in the database using the passed SchooltypeDO.PrimaryKey.
static SchooltypeDO SchooltypeDO.createCopy(SchooltypeDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static SchooltypeDO SchooltypeDO.createCopy(SchooltypeDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 SchooltypeDO SchoolDO.getType()
          Get Type of the School
 SchooltypeDO SchoolProfileBDO.getMinSchoolType()
          Get MinSchoolType of the SchoolProfileDO
 SchooltypeDO SchoolProfileBDO.getMaxSchoolType()
          Get MaxSchoolType of the SchoolProfileDO
 SchooltypeDO[] SchooltypeQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 SchooltypeDO SchooltypeQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 

Methods in jobmatch.data with parameters of type SchooltypeDO
static SchooltypeBDO SchooltypeBDO.createExisting(SchooltypeDO DO)
          The createExisting method is used to create a SchooltypeBDO from a SchooltypeDO that was returned by the SchooltypeQuery class.
 void SchoolBDO.setType(SchooltypeDO Type)
          Set Type of the SchoolDO
protected  void SchoolBDO.okToCommitType(SchooltypeDO member)
          A stub method for implementing pre-commit assertions for the Type data member.
protected  void SchoolBDO.okToDeleteType(SchooltypeDO member)
          A stub method for implementing pre-delete assertions for the Type data member.
 void SchoolProfileDO.setMinSchoolType(SchooltypeDO MinSchoolType)
          Set MinSchoolType of the SchoolProfile
 void SchoolProfileDO.setMaxSchoolType(SchooltypeDO MaxSchoolType)
          Set MaxSchoolType of the SchoolProfile
protected  void SchoolProfileDO.okToCommitMinSchoolType(SchooltypeDO member)
          A stub method for implementing pre-commit assertions for the MinSchoolType data member.
protected  void SchoolProfileDO.okToDeleteMinSchoolType(SchooltypeDO member)
          A stub method for implementing pre-delete assertions for the MinSchoolType data member.
protected  void SchoolProfileDO.okToCommitMaxSchoolType(SchooltypeDO member)
          A stub method for implementing pre-commit assertions for the MaxSchoolType data member.
protected  void SchoolProfileDO.okToDeleteMaxSchoolType(SchooltypeDO member)
          A stub method for implementing pre-delete assertions for the MaxSchoolType data member.
static SchooltypeDO SchooltypeDO.createCopy(SchooltypeDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void SchooltypeDO.makeIdentical(SchooltypeDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void SchoolDO.setType(SchooltypeDO Type)
          Set Type of the School
protected  void SchoolDO.okToCommitType(SchooltypeDO member)
          A stub method for implementing pre-commit assertions for the Type data member.
protected  void SchoolDO.okToDeleteType(SchooltypeDO member)
          A stub method for implementing pre-delete assertions for the Type data member.
 void SchoolProfileBDO.setMinSchoolType(SchooltypeDO MinSchoolType)
          Set MinSchoolType of the SchoolProfileDO
 void SchoolProfileBDO.setMaxSchoolType(SchooltypeDO MaxSchoolType)
          Set MaxSchoolType of the SchoolProfileDO
protected  void SchoolProfileBDO.okToCommitMinSchoolType(SchooltypeDO member)
          A stub method for implementing pre-commit assertions for the MinSchoolType data member.
protected  void SchoolProfileBDO.okToDeleteMinSchoolType(SchooltypeDO member)
          A stub method for implementing pre-delete assertions for the MinSchoolType data member.
protected  void SchoolProfileBDO.okToCommitMaxSchoolType(SchooltypeDO member)
          A stub method for implementing pre-commit assertions for the MaxSchoolType data member.
protected  void SchoolProfileBDO.okToDeleteMaxSchoolType(SchooltypeDO member)
          A stub method for implementing pre-delete assertions for the MaxSchoolType data member.
 void SchoolQuery.setQueryType(SchooltypeDO x, boolean exact)
          Set the Type to query.
 void SchoolQuery.setQueryType(SchooltypeDO x)
          Set the Type to query
 

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


PSE 2000 Group 4