PSE 2000 Group 4

Uses of Class
jobmatch.data.CountryDO

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

Uses of CountryDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type CountryDO
Country.Country(CountryDO dataObject)
           
 

Uses of CountryDO in jobmatch.data
 

Fields in jobmatch.data declared as CountryDO
protected  CountryDO CountryBDO.DO
          The CountryDO object upon which the set and get methods operate.
 CountryDO AdressDataStruct.Country
           
 CountryDO PersonalProfileDataStruct.Nationality
           
 CountryDO CandidateDataStruct.Nationality
           
 CountryDO PersonDataStruct.Nationality
           
 

Methods in jobmatch.data that return CountryDO
 CountryDO CandidateBDO.getNationality()
          Get Nationality of the CandidateDO
 CountryDO AdressBDO.getCountry()
          Get Country of the AdressDO
 CountryDO CountryBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 CountryDO PersonalProfileBDO.getNationality()
          Get Nationality of the PersonalProfileDO
 CountryDO[] CountryQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 CountryDO CountryQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 CountryDO PersonalProfileDO.getNationality()
          Get Nationality of the PersonalProfile
 CountryDO AdressDO.getCountry()
          Get Country of the Adress
static CountryDO CountryDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static CountryDO CountryDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a CountryDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static CountryDO CountryDO.createExisting(String handle)
          The createExisting method is used to create a CountryDO from a string handle.
protected static CountryDO CountryDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a CountryDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static CountryDO CountryDO.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 CountryDO CountryDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a CountryDO object by searching for it in the database using the CountryDO.PrimaryKey value in the passed RDBRow.
protected static CountryDO CountryDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a CountryDO object by searching for it in the database using the passed CountryDO.PrimaryKey.
static CountryDO CountryDO.createCopy(CountryDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static CountryDO CountryDO.createCopy(CountryDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 CountryDO PersonDO.getNationality()
          Get Nationality of the Person
 CountryDO PersonBDO.getNationality()
          Get Nationality of the PersonDO
 CountryDO CandidateDO.getNationality()
          Get Nationality of the Candidate
 

Methods in jobmatch.data with parameters of type CountryDO
 void CandidateBDO.setNationality(CountryDO Nationality)
          Set Nationality of the CandidateDO
protected  void CandidateBDO.okToCommitNationality(CountryDO member)
          A stub method for implementing pre-commit assertions for the Nationality data member.
protected  void CandidateBDO.okToDeleteNationality(CountryDO member)
          A stub method for implementing pre-delete assertions for the Nationality data member.
 void AdressBDO.setCountry(CountryDO Country)
          Set Country of the AdressDO
protected  void AdressBDO.okToCommitCountry(CountryDO member)
          A stub method for implementing pre-commit assertions for the Country data member.
protected  void AdressBDO.okToDeleteCountry(CountryDO member)
          A stub method for implementing pre-delete assertions for the Country data member.
static CountryBDO CountryBDO.createExisting(CountryDO DO)
          The createExisting method is used to create a CountryBDO from a CountryDO that was returned by the CountryQuery class.
 void PersonalProfileBDO.setNationality(CountryDO Nationality)
          Set Nationality of the PersonalProfileDO
protected  void PersonalProfileBDO.okToCommitNationality(CountryDO member)
          A stub method for implementing pre-commit assertions for the Nationality data member.
protected  void PersonalProfileBDO.okToDeleteNationality(CountryDO member)
          A stub method for implementing pre-delete assertions for the Nationality data member.
 void CandidateQuery.setQueryNationality(CountryDO x, boolean exact)
          Set the Nationality to query.
 void CandidateQuery.setQueryNationality(CountryDO x)
          Set the Nationality to query
 void PersonalProfileQuery.setQueryNationality(CountryDO x, boolean exact)
          Set the Nationality to query.
 void PersonalProfileQuery.setQueryNationality(CountryDO x)
          Set the Nationality to query
 void PersonalProfileDO.setNationality(CountryDO Nationality)
          Set Nationality of the PersonalProfile
protected  void PersonalProfileDO.okToCommitNationality(CountryDO member)
          A stub method for implementing pre-commit assertions for the Nationality data member.
protected  void PersonalProfileDO.okToDeleteNationality(CountryDO member)
          A stub method for implementing pre-delete assertions for the Nationality data member.
 void AdressQuery.setQueryCountry(CountryDO x, boolean exact)
          Set the Country to query.
 void AdressQuery.setQueryCountry(CountryDO x)
          Set the Country to query
 void AdressDO.setCountry(CountryDO Country)
          Set Country of the Adress
protected  void AdressDO.okToCommitCountry(CountryDO member)
          A stub method for implementing pre-commit assertions for the Country data member.
protected  void AdressDO.okToDeleteCountry(CountryDO member)
          A stub method for implementing pre-delete assertions for the Country data member.
static CountryDO CountryDO.createCopy(CountryDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void CountryDO.makeIdentical(CountryDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void PersonDO.setNationality(CountryDO Nationality)
          Set Nationality of the Person
protected  void PersonDO.okToCommitNationality(CountryDO member)
          A stub method for implementing pre-commit assertions for the Nationality data member.
protected  void PersonDO.okToDeleteNationality(CountryDO member)
          A stub method for implementing pre-delete assertions for the Nationality data member.
 void PersonQuery.setQueryNationality(CountryDO x, boolean exact)
          Set the Nationality to query.
 void PersonQuery.setQueryNationality(CountryDO x)
          Set the Nationality to query
 void PersonBDO.setNationality(CountryDO Nationality)
          Set Nationality of the PersonDO
protected  void PersonBDO.okToCommitNationality(CountryDO member)
          A stub method for implementing pre-commit assertions for the Nationality data member.
protected  void PersonBDO.okToDeleteNationality(CountryDO member)
          A stub method for implementing pre-delete assertions for the Nationality data member.
 void CandidateDO.setNationality(CountryDO Nationality)
          Set Nationality of the Candidate
protected  void CandidateDO.okToCommitNationality(CountryDO member)
          A stub method for implementing pre-commit assertions for the Nationality data member.
protected  void CandidateDO.okToDeleteNationality(CountryDO member)
          A stub method for implementing pre-delete assertions for the Nationality data member.
 

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


PSE 2000 Group 4