PSE 2000 Group 4

Uses of Class
jobmatch.data.AdressDO

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

Uses of AdressDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type AdressDO
Address.Address(AdressDO dataObject)
           
 

Uses of AdressDO in jobmatch.data
 

Fields in jobmatch.data declared as AdressDO
protected  AdressDO AdressBDO.DO
          The AdressDO object upon which the set and get methods operate.
 AdressDO CompanyDataStruct.Adress
           
 AdressDO EmployerDataStruct.Adress
           
 AdressDO CandidateDataStruct.Adress
           
 AdressDO PersonDataStruct.Adress
           
 

Methods in jobmatch.data that return AdressDO
 AdressDO CandidateBDO.getAdress()
          Get Adress of the CandidateDO
 AdressDO CompanyBDO.getAdress()
          Get Adress of the CompanyDO
 AdressDO AdressBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 AdressDO[] CountryBDO.getAdressDOArray()
          Get array of AdressDO objects that refer to the DO held by this BDO.
 AdressDO CountryBDO.getAdressDO()
          Get the single AdressDO object that refers to the DO held by this BDO.
 AdressDO EmployerBDO.getAdress()
          Get Adress of the EmployerDO
 AdressDO[] IndustryBDO.getAdressDOArray_via_Company()
          From the many-to-many relationship expressed by CompanyDO, get array of AdressDO objects that indirectly refer to the DO held by this BDO.
 AdressDO EmployerDO.getAdress()
          Get Adress of the Employer
 AdressDO CompanyDO.getAdress()
          Get Adress of the Company
 AdressDO[] AdressQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 AdressDO AdressQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
static AdressDO AdressDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static AdressDO AdressDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a AdressDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static AdressDO AdressDO.createExisting(String handle)
          The createExisting method is used to create a AdressDO from a string handle.
protected static AdressDO AdressDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a AdressDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static AdressDO AdressDO.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 AdressDO AdressDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a AdressDO object by searching for it in the database using the AdressDO.PrimaryKey value in the passed RDBRow.
protected static AdressDO AdressDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a AdressDO object by searching for it in the database using the passed AdressDO.PrimaryKey.
static AdressDO AdressDO.createCopy(AdressDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static AdressDO AdressDO.createCopy(AdressDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 AdressDO[] CountryDO.getAdressDOArray()
          Get array of AdressDO objects that refer to this DO.
 AdressDO CountryDO.getAdressDO()
          Get the single AdressDO object that refers to this DO.
 AdressDO[] IndustryDO.getAdressDOArray_via_Company()
          From the many-to-many relationship expressed by CompanyDO, get array of AdressDO objects that indirectly refer to this DO.
 AdressDO PersonDO.getAdress()
          Get Adress of the Person
 AdressDO PersonBDO.getAdress()
          Get Adress of the PersonDO
 AdressDO CandidateDO.getAdress()
          Get Adress of the Candidate
 

Methods in jobmatch.data with parameters of type AdressDO
 void CandidateBDO.setAdress(AdressDO Adress)
          Set Adress of the CandidateDO
protected  void CandidateBDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void CandidateBDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
 void CompanyBDO.setAdress(AdressDO Adress)
          Set Adress of the CompanyDO
protected  void CompanyBDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void CompanyBDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
static AdressBDO AdressBDO.createExisting(AdressDO DO)
          The createExisting method is used to create a AdressBDO from a AdressDO that was returned by the AdressQuery class.
 void EmployerBDO.setAdress(AdressDO Adress)
          Set Adress of the EmployerDO
protected  void EmployerBDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void EmployerBDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
 void IndustryBDO.mapAdress_via_CompanyDO(AdressDO d)
          To the many-to-many relationship expressed by CompanyDO, add a AdressDO object that indirectly refers to the DO held by this BDO.
 void IndustryBDO.mapAdress_via_CompanyDO(AdressDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CompanyDO, add a AdressDO object that indirectly refers to the DO held by this BDO.
 void IndustryBDO.unmapAdress_via_CompanyDO(AdressDO d)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the AdressDO object that indirectly refers to the DO held by this BDO.
 void IndustryBDO.unmapAdress_via_CompanyDO(AdressDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the AdressDO object that indirectly refers to the DO held by this BDO.
 void EmployerDO.setAdress(AdressDO Adress)
          Set Adress of the Employer
protected  void EmployerDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void EmployerDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
 void CompanyQuery.setQueryAdress(AdressDO x, boolean exact)
          Set the Adress to query.
 void CompanyQuery.setQueryAdress(AdressDO x)
          Set the Adress to query
 void CandidateQuery.setQueryAdress(AdressDO x, boolean exact)
          Set the Adress to query.
 void CandidateQuery.setQueryAdress(AdressDO x)
          Set the Adress to query
 void CompanyDO.setAdress(AdressDO Adress)
          Set Adress of the Company
protected  void CompanyDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void CompanyDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
static AdressDO AdressDO.createCopy(AdressDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void AdressDO.makeIdentical(AdressDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void CountryDO.addAdressDO(AdressDO referrer)
          Add (set & commit) a AdressDO object that refers to this DO.
 void CountryDO.addAdressDO(AdressDO referrer, jobmatch.data.DBTransaction tran)
          Add (set & commit) a AdressDO object that refers to this DO.
 void CountryDO.removeAdressDO(AdressDO referrer)
          Remove (delete) a AdressDO object that refers to this DO.
 void CountryDO.removeAdressDO(AdressDO referrer, jobmatch.data.DBTransaction tran)
          Remove (delete) a AdressDO object that refers to this DO.
 void IndustryDO.mapAdress_via_CompanyDO(AdressDO d)
          To the many-to-many relationship expressed by CompanyDO, add a AdressDO object that indirectly refers to this DO.
 void IndustryDO.mapAdress_via_CompanyDO(AdressDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CompanyDO, add a AdressDO object that indirectly refers to this DO.
 void IndustryDO.unmapAdress_via_CompanyDO(AdressDO d)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the AdressDO object that indirectly refers to this DO.
 void IndustryDO.unmapAdress_via_CompanyDO(AdressDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CompanyDO, remove (delete) the AdressDO object that indirectly refers to this DO.
 void PersonDO.setAdress(AdressDO Adress)
          Set Adress of the Person
protected  void PersonDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void PersonDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
 void EmployerQuery.setQueryAdress(AdressDO x, boolean exact)
          Set the Adress to query.
 void EmployerQuery.setQueryAdress(AdressDO x)
          Set the Adress to query
 void PersonQuery.setQueryAdress(AdressDO x, boolean exact)
          Set the Adress to query.
 void PersonQuery.setQueryAdress(AdressDO x)
          Set the Adress to query
 void PersonBDO.setAdress(AdressDO Adress)
          Set Adress of the PersonDO
protected  void PersonBDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void PersonBDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
 void CandidateDO.setAdress(AdressDO Adress)
          Set Adress of the Candidate
protected  void CandidateDO.okToCommitAdress(AdressDO member)
          A stub method for implementing pre-commit assertions for the Adress data member.
protected  void CandidateDO.okToDeleteAdress(AdressDO member)
          A stub method for implementing pre-delete assertions for the Adress data member.
 

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


PSE 2000 Group 4