PSE 2000 Group 4

Uses of Class
jobmatch.data.LanguagecapabilityDO

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

Uses of LanguagecapabilityDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type LanguagecapabilityDO
LanguageCapability.LanguageCapability(LanguagecapabilityDO dataObject)
           
 

Uses of LanguagecapabilityDO in jobmatch.data
 

Fields in jobmatch.data declared as LanguagecapabilityDO
protected  LanguagecapabilityDO LanguagecapabilityBDO.DO
          The LanguagecapabilityDO object upon which the set and get methods operate.
 LanguagecapabilityDO LanguageProfileDataStruct.MinWritten
           
 LanguagecapabilityDO LanguageProfileDataStruct.MinSpoken
           
 LanguagecapabilityDO LanguageCandidateDataStruct.Written
           
 LanguagecapabilityDO LanguageCandidateDataStruct.Spoken
           
 

Methods in jobmatch.data that return LanguagecapabilityDO
 LanguagecapabilityDO LanguageCandidateBDO.getWritten()
          Get Written of the LanguageCandidateDO
 LanguagecapabilityDO LanguageCandidateBDO.getSpoken()
          Get Spoken of the LanguageCandidateDO
 LanguagecapabilityDO LanguagecapabilityBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
static LanguagecapabilityDO LanguagecapabilityDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static LanguagecapabilityDO LanguagecapabilityDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a LanguagecapabilityDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static LanguagecapabilityDO LanguagecapabilityDO.createExisting(String handle)
          The createExisting method is used to create a LanguagecapabilityDO from a string handle.
protected static LanguagecapabilityDO LanguagecapabilityDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a LanguagecapabilityDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static LanguagecapabilityDO LanguagecapabilityDO.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 LanguagecapabilityDO LanguagecapabilityDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a LanguagecapabilityDO object by searching for it in the database using the LanguagecapabilityDO.PrimaryKey value in the passed RDBRow.
protected static LanguagecapabilityDO LanguagecapabilityDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a LanguagecapabilityDO object by searching for it in the database using the passed LanguagecapabilityDO.PrimaryKey.
static LanguagecapabilityDO LanguagecapabilityDO.createCopy(LanguagecapabilityDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static LanguagecapabilityDO LanguagecapabilityDO.createCopy(LanguagecapabilityDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
 LanguagecapabilityDO LanguageProfileBDO.getMinWritten()
          Get MinWritten of the LanguageProfileDO
 LanguagecapabilityDO LanguageProfileBDO.getMinSpoken()
          Get MinSpoken of the LanguageProfileDO
 LanguagecapabilityDO LanguageCandidateDO.getWritten()
          Get Written of the LanguageCandidate
 LanguagecapabilityDO LanguageCandidateDO.getSpoken()
          Get Spoken of the LanguageCandidate
 LanguagecapabilityDO LanguageProfileDO.getMinWritten()
          Get MinWritten of the LanguageProfile
 LanguagecapabilityDO LanguageProfileDO.getMinSpoken()
          Get MinSpoken of the LanguageProfile
 LanguagecapabilityDO[] LanguagecapabilityQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 LanguagecapabilityDO LanguagecapabilityQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
 

Methods in jobmatch.data with parameters of type LanguagecapabilityDO
 void LanguageCandidateBDO.setWritten(LanguagecapabilityDO Written)
          Set Written of the LanguageCandidateDO
 void LanguageCandidateBDO.setSpoken(LanguagecapabilityDO Spoken)
          Set Spoken of the LanguageCandidateDO
protected  void LanguageCandidateBDO.okToCommitWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the Written data member.
protected  void LanguageCandidateBDO.okToDeleteWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the Written data member.
protected  void LanguageCandidateBDO.okToCommitSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the Spoken data member.
protected  void LanguageCandidateBDO.okToDeleteSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the Spoken data member.
static LanguagecapabilityBDO LanguagecapabilityBDO.createExisting(LanguagecapabilityDO DO)
          The createExisting method is used to create a LanguagecapabilityBDO from a LanguagecapabilityDO that was returned by the LanguagecapabilityQuery class.
static LanguagecapabilityDO LanguagecapabilityDO.createCopy(LanguagecapabilityDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void LanguagecapabilityDO.makeIdentical(LanguagecapabilityDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 void LanguageProfileBDO.setMinWritten(LanguagecapabilityDO MinWritten)
          Set MinWritten of the LanguageProfileDO
 void LanguageProfileBDO.setMinSpoken(LanguagecapabilityDO MinSpoken)
          Set MinSpoken of the LanguageProfileDO
protected  void LanguageProfileBDO.okToCommitMinWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the MinWritten data member.
protected  void LanguageProfileBDO.okToDeleteMinWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the MinWritten data member.
protected  void LanguageProfileBDO.okToCommitMinSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the MinSpoken data member.
protected  void LanguageProfileBDO.okToDeleteMinSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the MinSpoken data member.
 void LanguageCandidateQuery.setQueryWritten(LanguagecapabilityDO x, boolean exact)
          Set the Written to query.
 void LanguageCandidateQuery.setQueryWritten(LanguagecapabilityDO x)
          Set the Written to query
 void LanguageCandidateQuery.setQuerySpoken(LanguagecapabilityDO x, boolean exact)
          Set the Spoken to query.
 void LanguageCandidateQuery.setQuerySpoken(LanguagecapabilityDO x)
          Set the Spoken to query
 void LanguageCandidateDO.setWritten(LanguagecapabilityDO Written)
          Set Written of the LanguageCandidate
 void LanguageCandidateDO.setSpoken(LanguagecapabilityDO Spoken)
          Set Spoken of the LanguageCandidate
protected  void LanguageCandidateDO.okToCommitWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the Written data member.
protected  void LanguageCandidateDO.okToDeleteWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the Written data member.
protected  void LanguageCandidateDO.okToCommitSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the Spoken data member.
protected  void LanguageCandidateDO.okToDeleteSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the Spoken data member.
 void LanguageProfileDO.setMinWritten(LanguagecapabilityDO MinWritten)
          Set MinWritten of the LanguageProfile
 void LanguageProfileDO.setMinSpoken(LanguagecapabilityDO MinSpoken)
          Set MinSpoken of the LanguageProfile
protected  void LanguageProfileDO.okToCommitMinWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the MinWritten data member.
protected  void LanguageProfileDO.okToDeleteMinWritten(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the MinWritten data member.
protected  void LanguageProfileDO.okToCommitMinSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-commit assertions for the MinSpoken data member.
protected  void LanguageProfileDO.okToDeleteMinSpoken(LanguagecapabilityDO member)
          A stub method for implementing pre-delete assertions for the MinSpoken data member.
 void LanguageProfileQuery.setQueryMinWritten(LanguagecapabilityDO x, boolean exact)
          Set the MinWritten to query.
 void LanguageProfileQuery.setQueryMinWritten(LanguagecapabilityDO x)
          Set the MinWritten to query
 void LanguageProfileQuery.setQueryMinSpoken(LanguagecapabilityDO x, boolean exact)
          Set the MinSpoken to query.
 void LanguageProfileQuery.setQueryMinSpoken(LanguagecapabilityDO x)
          Set the MinSpoken to query
 

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


PSE 2000 Group 4