PSE 2000 Group 4

Uses of Class
jobmatch.data.CompanyDO

Packages that use CompanyDO
jobmatch.business.company   
jobmatch.data   
 

Uses of CompanyDO in jobmatch.business.company
 

Constructors in jobmatch.business.company with parameters of type CompanyDO
Company.Company(CompanyDO dataObject)
           
 

Uses of CompanyDO in jobmatch.data
 

Fields in jobmatch.data declared as CompanyDO
protected  CompanyDO CompanyBDO.DO
          The CompanyDO object upon which the set and get methods operate.
 CompanyDO ProfileDataStruct.Company
           
 CompanyDO CompanyAccountDataStruct.Company
           
 

Methods in jobmatch.data that return CompanyDO
 CompanyDO CompanyAccountBDO.getCompany()
          Get Company of the CompanyAccountDO
 CompanyDO CompanyBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 CompanyDO ProfileBDO.getCompany()
          Get Company of the ProfileDO
 CompanyDO[] AdressBDO.getCompanyDOArray()
          Get array of CompanyDO objects that refer to the DO held by this BDO.
 CompanyDO AdressBDO.getCompanyDO()
          Get the single CompanyDO object that refers to the DO held by this BDO.
 CompanyDO[] IndustryBDO.getCompanyDOArray()
          Get array of CompanyDO objects that refer to the DO held by this BDO.
 CompanyDO IndustryBDO.getCompanyDO()
          Get the single CompanyDO object that refers to the DO held by this BDO.
 CompanyDO CompanyAccountDO.getCompany()
          Get Company of the CompanyAccount
 CompanyDO ProfileDO.getCompany()
          Get Company of the Profile
 CompanyDO[] CompanyQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 CompanyDO CompanyQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
static CompanyDO CompanyDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static CompanyDO CompanyDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a CompanyDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static CompanyDO CompanyDO.createExisting(String handle)
          The createExisting method is used to create a CompanyDO from a string handle.
protected static CompanyDO CompanyDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a CompanyDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static CompanyDO CompanyDO.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 CompanyDO CompanyDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a CompanyDO object by searching for it in the database using the CompanyDO.PrimaryKey value in the passed RDBRow.
protected static CompanyDO CompanyDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a CompanyDO object by searching for it in the database using the passed CompanyDO.PrimaryKey.
static CompanyDO CompanyDO.createCopy(CompanyDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static CompanyDO CompanyDO.createCopy(CompanyDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 CompanyDO[] AdressDO.getCompanyDOArray()
          Get array of CompanyDO objects that refer to this DO.
 CompanyDO AdressDO.getCompanyDO()
          Get the single CompanyDO object that refers to this DO.
 CompanyDO[] IndustryDO.getCompanyDOArray()
          Get array of CompanyDO objects that refer to this DO.
 CompanyDO IndustryDO.getCompanyDO()
          Get the single CompanyDO object that refers to this DO.
 

Methods in jobmatch.data with parameters of type CompanyDO
 void CompanyAccountBDO.setCompany(CompanyDO Company)
          Set Company of the CompanyAccountDO
protected  void CompanyAccountBDO.okToCommitCompany(CompanyDO member)
          A stub method for implementing pre-commit assertions for the Company data member.
protected  void CompanyAccountBDO.okToDeleteCompany(CompanyDO member)
          A stub method for implementing pre-delete assertions for the Company data member.
static CompanyBDO CompanyBDO.createExisting(CompanyDO DO)
          The createExisting method is used to create a CompanyBDO from a CompanyDO that was returned by the CompanyQuery class.
 void ProfileBDO.setCompany(CompanyDO Company)
          Set Company of the ProfileDO
protected  void ProfileBDO.okToCommitCompany(CompanyDO member)
          A stub method for implementing pre-commit assertions for the Company data member.
protected  void ProfileBDO.okToDeleteCompany(CompanyDO member)
          A stub method for implementing pre-delete assertions for the Company data member.
 void CompanyAccountDO.setCompany(CompanyDO Company)
          Set Company of the CompanyAccount
protected  void CompanyAccountDO.okToCommitCompany(CompanyDO member)
          A stub method for implementing pre-commit assertions for the Company data member.
protected  void CompanyAccountDO.okToDeleteCompany(CompanyDO member)
          A stub method for implementing pre-delete assertions for the Company data member.
 void ProfileDO.setCompany(CompanyDO Company)
          Set Company of the Profile
protected  void ProfileDO.okToCommitCompany(CompanyDO member)
          A stub method for implementing pre-commit assertions for the Company data member.
protected  void ProfileDO.okToDeleteCompany(CompanyDO member)
          A stub method for implementing pre-delete assertions for the Company data member.
static CompanyDO CompanyDO.createCopy(CompanyDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void CompanyDO.makeIdentical(CompanyDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void CompanyAccountQuery.setQueryCompany(CompanyDO x, boolean exact)
          Set the Company to query.
 void CompanyAccountQuery.setQueryCompany(CompanyDO x)
          Set the Company to query
 void AdressDO.addCompanyDO(CompanyDO referrer)
          Add (set & commit) a CompanyDO object that refers to this DO.
 void AdressDO.addCompanyDO(CompanyDO referrer, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CompanyDO object that refers to this DO.
 void AdressDO.removeCompanyDO(CompanyDO referrer)
          Remove (delete) a CompanyDO object that refers to this DO.
 void AdressDO.removeCompanyDO(CompanyDO referrer, jobmatch.data.DBTransaction tran)
          Remove (delete) a CompanyDO object that refers to this DO.
 void IndustryDO.addCompanyDO(CompanyDO referrer)
          Add (set & commit) a CompanyDO object that refers to this DO.
 void IndustryDO.addCompanyDO(CompanyDO referrer, jobmatch.data.DBTransaction tran)
          Add (set & commit) a CompanyDO object that refers to this DO.
 void IndustryDO.removeCompanyDO(CompanyDO referrer)
          Remove (delete) a CompanyDO object that refers to this DO.
 void IndustryDO.removeCompanyDO(CompanyDO referrer, jobmatch.data.DBTransaction tran)
          Remove (delete) a CompanyDO object that refers to this DO.
 void ProfileQuery.setQueryCompany(CompanyDO x, boolean exact)
          Set the Company to query.
 void ProfileQuery.setQueryCompany(CompanyDO x)
          Set the Company to query
 

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


PSE 2000 Group 4