PSE 2000 Group 4

Uses of Class
jobmatch.data.IndustryDO

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

Uses of IndustryDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type IndustryDO
Industry.Industry(IndustryDO dataObject)
           
 

Uses of IndustryDO in jobmatch.data
 

Fields in jobmatch.data declared as IndustryDO
protected  IndustryDO IndustryBDO.DO
          The IndustryDO object upon which the set and get methods operate.
 IndustryDO CompanyDataStruct.Industry
           
 IndustryDO JobwishDataStruct.Industry
           
 

Methods in jobmatch.data that return IndustryDO
 IndustryDO JobwishBDO.getIndustry()
          Get Industry of the JobwishDO
 IndustryDO CompanyBDO.getIndustry()
          Get Industry of the CompanyDO
 IndustryDO[] AdressBDO.getIndustryDOArray_via_Company()
          From the many-to-many relationship expressed by CompanyDO, get array of IndustryDO objects that indirectly refer to the DO held by this BDO.
 IndustryDO IndustryBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 IndustryDO CompanyDO.getIndustry()
          Get Industry of the Company
 IndustryDO JobwishDO.getIndustry()
          Get Industry of the Jobwish
 IndustryDO[] AdressDO.getIndustryDOArray_via_Company()
          From the many-to-many relationship expressed by CompanyDO, get array of IndustryDO objects that indirectly refer to this DO.
 IndustryDO[] IndustryQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 IndustryDO IndustryQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
static IndustryDO IndustryDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static IndustryDO IndustryDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a IndustryDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static IndustryDO IndustryDO.createExisting(String handle)
          The createExisting method is used to create a IndustryDO from a string handle.
protected static IndustryDO IndustryDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a IndustryDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static IndustryDO IndustryDO.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 IndustryDO IndustryDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a IndustryDO object by searching for it in the database using the IndustryDO.PrimaryKey value in the passed RDBRow.
protected static IndustryDO IndustryDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a IndustryDO object by searching for it in the database using the passed IndustryDO.PrimaryKey.
static IndustryDO IndustryDO.createCopy(IndustryDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static IndustryDO IndustryDO.createCopy(IndustryDO 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 IndustryDO
 void JobwishBDO.setIndustry(IndustryDO Industry)
          Set Industry of the JobwishDO
protected  void JobwishBDO.okToCommitIndustry(IndustryDO member)
          A stub method for implementing pre-commit assertions for the Industry data member.
protected  void JobwishBDO.okToDeleteIndustry(IndustryDO member)
          A stub method for implementing pre-delete assertions for the Industry data member.
 void CompanyBDO.setIndustry(IndustryDO Industry)
          Set Industry of the CompanyDO
protected  void CompanyBDO.okToCommitIndustry(IndustryDO member)
          A stub method for implementing pre-commit assertions for the Industry data member.
protected  void CompanyBDO.okToDeleteIndustry(IndustryDO member)
          A stub method for implementing pre-delete assertions for the Industry data member.
 void AdressBDO.mapIndustry_via_CompanyDO(IndustryDO d)
          To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.mapIndustry_via_CompanyDO(IndustryDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.unmapIndustry_via_CompanyDO(IndustryDO d)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO.
 void AdressBDO.unmapIndustry_via_CompanyDO(IndustryDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO.
static IndustryBDO IndustryBDO.createExisting(IndustryDO DO)
          The createExisting method is used to create a IndustryBDO from a IndustryDO that was returned by the IndustryQuery class.
 void CompanyQuery.setQueryIndustry(IndustryDO x, boolean exact)
          Set the Industry to query.
 void CompanyQuery.setQueryIndustry(IndustryDO x)
          Set the Industry to query
 void CompanyDO.setIndustry(IndustryDO Industry)
          Set Industry of the Company
protected  void CompanyDO.okToCommitIndustry(IndustryDO member)
          A stub method for implementing pre-commit assertions for the Industry data member.
protected  void CompanyDO.okToDeleteIndustry(IndustryDO member)
          A stub method for implementing pre-delete assertions for the Industry data member.
 void JobwishDO.setIndustry(IndustryDO Industry)
          Set Industry of the Jobwish
protected  void JobwishDO.okToCommitIndustry(IndustryDO member)
          A stub method for implementing pre-commit assertions for the Industry data member.
protected  void JobwishDO.okToDeleteIndustry(IndustryDO member)
          A stub method for implementing pre-delete assertions for the Industry data member.
 void AdressDO.mapIndustry_via_CompanyDO(IndustryDO d)
          To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to this DO.
 void AdressDO.mapIndustry_via_CompanyDO(IndustryDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to this DO.
 void AdressDO.unmapIndustry_via_CompanyDO(IndustryDO d)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to this DO.
 void AdressDO.unmapIndustry_via_CompanyDO(IndustryDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to this DO.
static IndustryDO IndustryDO.createCopy(IndustryDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void IndustryDO.makeIdentical(IndustryDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 

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


PSE 2000 Group 4