PSE 2000 Group 4

Uses of Class
jobmatch.data.OperatingsystemProfileDO

Packages that use OperatingsystemProfileDO
jobmatch.data   
 

Uses of OperatingsystemProfileDO in jobmatch.data
 

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

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

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

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


PSE 2000 Group 4