PSE 2000 Group 4

Uses of Class
jobmatch.data.ProfileDO

Packages that use ProfileDO
jobmatch.business.company.profile   
jobmatch.data   
 

Uses of ProfileDO in jobmatch.business.company.profile
 

Constructors in jobmatch.business.company.profile with parameters of type ProfileDO
Profile.Profile(ProfileDO dataObject)
           
 

Uses of ProfileDO in jobmatch.data
 

Fields in jobmatch.data declared as ProfileDO
protected  ProfileDO ProfileBDO.DO
          The ProfileDO object upon which the set and get methods operate.
 ProfileDO TreeLeafDataStruct.Profile
           
 ProfileDO CandidateProfileDataStruct.Profile
           
 

Methods in jobmatch.data that return ProfileDO
 ProfileDO[] CandidateBDO.getProfileDOArray_via_CandidateProfile()
          From the many-to-many relationship expressed by CandidateProfileDO, get array of ProfileDO objects that indirectly refer to the DO held by this BDO.
 ProfileDO[] CompanyBDO.getProfileDOArray()
          Get array of ProfileDO objects that refer to the DO held by this BDO.
 ProfileDO CompanyBDO.getProfileDO()
          Get the single ProfileDO object that refers to the DO held by this BDO.
 ProfileDO ProfileBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 ProfileDO TreeLeafDO.getProfile()
          Get Profile of the NewDBTable
 ProfileDO CandidateProfileDO.getProfile()
          Get Profile of the CandidateProfile
 ProfileDO PersonalProfileBDO.getProfile()
          Get Profile of the PersonalProfileDO
static ProfileDO ProfileDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static ProfileDO ProfileDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a ProfileDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static ProfileDO ProfileDO.createExisting(String handle)
          The createExisting method is used to create a ProfileDO from a string handle.
protected static ProfileDO ProfileDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a ProfileDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static ProfileDO ProfileDO.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 ProfileDO ProfileDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a ProfileDO object by searching for it in the database using the ProfileDO.PrimaryKey value in the passed RDBRow.
protected static ProfileDO ProfileDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a ProfileDO object by searching for it in the database using the passed ProfileDO.PrimaryKey.
static ProfileDO ProfileDO.createCopy(ProfileDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static ProfileDO ProfileDO.createCopy(ProfileDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 ProfileDO LanguageProfileBDO.getProfile()
          Get Profile of the LanguageProfileDO
 ProfileDO OperatingsystemProfileBDO.getProfile()
          Get Profile of the OperatingsystemProfileDO
 ProfileDO[] CompanyDO.getProfileDOArray()
          Get array of ProfileDO objects that refer to this DO.
 ProfileDO CompanyDO.getProfileDO()
          Get the single ProfileDO object that refers to this DO.
 ProfileDO SchoolProfileBDO.getProfile()
          Get Profile of the SchoolProfileDO
 ProfileDO SoftwareProfileBDO.getProfile()
          Get Profile of the SoftwareProfileDO
 ProfileDO ProgrammingProfileBDO.getProfile()
          Get Profile of the ProgrammingProfileDO
 ProfileDO[] ProfileQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 ProfileDO ProfileQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 ProfileDO CandidateProfileBDO.getProfile()
          Get Profile of the CandidateProfileDO
 ProfileDO[] CandidateDO.getProfileDOArray_via_CandidateProfile()
          From the many-to-many relationship expressed by CandidateProfileDO, get array of ProfileDO objects that indirectly refer to this DO.
 

Methods in jobmatch.data with parameters of type ProfileDO
 void CandidateBDO.mapProfile_via_CandidateProfileDO(ProfileDO d)
          To the many-to-many relationship expressed by CandidateProfileDO, add a ProfileDO object that indirectly refers to the DO held by this BDO.
 void CandidateBDO.mapProfile_via_CandidateProfileDO(ProfileDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CandidateProfileDO, add a ProfileDO object that indirectly refers to the DO held by this BDO.
 void CandidateBDO.unmapProfile_via_CandidateProfileDO(ProfileDO d)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the ProfileDO object that indirectly refers to the DO held by this BDO.
 void CandidateBDO.unmapProfile_via_CandidateProfileDO(ProfileDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the ProfileDO object that indirectly refers to the DO held by this BDO.
static ProfileBDO ProfileBDO.createExisting(ProfileDO DO)
          The createExisting method is used to create a ProfileBDO from a ProfileDO that was returned by the ProfileQuery class.
 void TreeLeafDO.setProfile(ProfileDO Profile)
          Set Profile of the NewDBTable
protected  void TreeLeafDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void TreeLeafDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
protected  void ComputerRequestDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void ComputerRequestDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
protected  void OperatingsystemProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void OperatingsystemProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void CandidateProfileDO.setProfile(ProfileDO Profile)
          Set Profile of the CandidateProfile
protected  void CandidateProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void CandidateProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void PersonalProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the PersonalProfileDO
protected  void PersonalProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void PersonalProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
protected  void SchoolProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void SchoolProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
static ProfileDO ProfileDO.createCopy(ProfileDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void ProfileDO.makeIdentical(ProfileDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
protected  void ProgrammingProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void ProgrammingProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void LanguageProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the LanguageProfileDO
protected  void LanguageProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void LanguageProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void OperatingsystemProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the OperatingsystemProfileDO
protected  void OperatingsystemProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void OperatingsystemProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void CompanyDO.addProfileDO(ProfileDO referrer)
          Add (set & commit) a ProfileDO object that refers to this DO.
 void CompanyDO.addProfileDO(ProfileDO referrer, jobmatch.data.DBTransaction tran)
          Add (set & commit) a ProfileDO object that refers to this DO.
 void CompanyDO.removeProfileDO(ProfileDO referrer)
          Remove (delete) a ProfileDO object that refers to this DO.
 void CompanyDO.removeProfileDO(ProfileDO referrer, jobmatch.data.DBTransaction tran)
          Remove (delete) a ProfileDO object that refers to this DO.
 void PersonalProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void PersonalProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
 void CandidateProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void CandidateProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
protected  void PersonalProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void PersonalProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void SchoolProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void SchoolProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
protected  void SoftwareProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void SoftwareProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void SchoolProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the SchoolProfileDO
protected  void SchoolProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void SchoolProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void SoftwareProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void SoftwareProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
protected  void LanguageProfileDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void LanguageProfileDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void OperatingsystemProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void OperatingsystemProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
 void SoftwareProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the SoftwareProfileDO
protected  void SoftwareProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void SoftwareProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void ProgrammingProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void ProgrammingProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
 void ProgrammingProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the ProgrammingProfileDO
protected  void ProgrammingProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void ProgrammingProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void CandidateProfileBDO.setProfile(ProfileDO Profile)
          Set Profile of the CandidateProfileDO
protected  void CandidateProfileBDO.okToCommitProfile(ProfileDO member)
          A stub method for implementing pre-commit assertions for the Profile data member.
protected  void CandidateProfileBDO.okToDeleteProfile(ProfileDO member)
          A stub method for implementing pre-delete assertions for the Profile data member.
 void LanguageProfileQuery.setQueryProfile(ProfileDO x, boolean exact)
          Set the Profile to query.
 void LanguageProfileQuery.setQueryProfile(ProfileDO x)
          Set the Profile to query
 void CandidateDO.mapProfile_via_CandidateProfileDO(ProfileDO d)
          To the many-to-many relationship expressed by CandidateProfileDO, add a ProfileDO object that indirectly refers to this DO.
 void CandidateDO.mapProfile_via_CandidateProfileDO(ProfileDO d, jobmatch.data.DBTransaction tran)
          To the many-to-many relationship expressed by CandidateProfileDO, add a ProfileDO object that indirectly refers to this DO.
 void CandidateDO.unmapProfile_via_CandidateProfileDO(ProfileDO d)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the ProfileDO object that indirectly refers to this DO.
 void CandidateDO.unmapProfile_via_CandidateProfileDO(ProfileDO d, jobmatch.data.DBTransaction tran)
          From the many-to-many relationship expressed by CandidateProfileDO, remove (delete) the ProfileDO object that indirectly refers to this DO.
 

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


PSE 2000 Group 4