PSE 2000 Group 4

Uses of Class
jobmatch.data.AssociationDO

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

Uses of AssociationDO in jobmatch.business.entity
 

Constructors in jobmatch.business.entity with parameters of type AssociationDO
Association.Association(AssociationDO dataObject)
           
 

Uses of AssociationDO in jobmatch.data
 

Fields in jobmatch.data declared as AssociationDO
protected  AssociationDO AssociationBDO.DO
          The AssociationDO object upon which the set and get methods operate.
 AssociationDO AssociationCandidateDataStruct.Association
           
 

Methods in jobmatch.data that return AssociationDO
 AssociationDO AssociationBDO.getDO()
          Note: This method is intended for use only by other BDO classes.
 AssociationDO AssociationCandidateBDO.getAssociation()
          Get Association of the AssociationCandidateDO
 AssociationDO AssociationCandidateDO.getAssociation()
          Get Association of the AssociationCandidate
 AssociationDO[] AssociationQuery.getDOArray()
          Return array of DOs constructed from ResultSet returned by query.
 AssociationDO AssociationQuery.getNextDO()
          Return successive DOs from array built from ResultSet returned by query.
static AssociationDO AssociationDO.createVirgin()
          createVirgin() Creates a DO that has no ObjectId or data.
static AssociationDO AssociationDO.createExisting(BigDecimal bd)
          createExisting( BigDecimal ) Factory method creates a AssociationDO object by searching for it in the database using the passed BigDecimal value as the primary key.
static AssociationDO AssociationDO.createExisting(String handle)
          The createExisting method is used to create a AssociationDO from a string handle.
protected static AssociationDO AssociationDO.createExisting(jobmatch.data.ObjectId id)
          createExisting( ObjectId ) Factory method creates a AssociationDO object by searching for it in the database using the passed ObjectID value as the primary key.
protected static AssociationDO AssociationDO.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 AssociationDO AssociationDO.createExisting(jobmatch.data.RDBRow row)
          createExisting( RDBRow ) Factory method creates a AssociationDO object by searching for it in the database using the AssociationDO.PrimaryKey value in the passed RDBRow.
protected static AssociationDO AssociationDO.createExisting(jobmatch.data.RDBColumnValue pk)
          createExisting( RDBColumnValue ) Factory method creates a AssociationDO object by searching for it in the database using the passed AssociationDO.PrimaryKey.
static AssociationDO AssociationDO.createCopy(AssociationDataStruct data)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
static AssociationDO AssociationDO.createCopy(AssociationDO 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 AssociationDO
static AssociationBDO AssociationBDO.createExisting(AssociationDO DO)
          The createExisting method is used to create a AssociationBDO from a AssociationDO that was returned by the AssociationQuery class.
 void AssociationCandidateBDO.setAssociation(AssociationDO Association)
          Set Association of the AssociationCandidateDO
protected  void AssociationCandidateBDO.okToCommitAssociation(AssociationDO member)
          A stub method for implementing pre-commit assertions for the Association data member.
protected  void AssociationCandidateBDO.okToDeleteAssociation(AssociationDO member)
          A stub method for implementing pre-delete assertions for the Association data member.
 void AssociationCandidateDO.setAssociation(AssociationDO Association)
          Set Association of the AssociationCandidate
protected  void AssociationCandidateDO.okToCommitAssociation(AssociationDO member)
          A stub method for implementing pre-commit assertions for the Association data member.
protected  void AssociationCandidateDO.okToDeleteAssociation(AssociationDO member)
          A stub method for implementing pre-delete assertions for the Association data member.
 void AssociationCandidateQuery.setQueryAssociation(AssociationDO x, boolean exact)
          Set the Association to query.
 void AssociationCandidateQuery.setQueryAssociation(AssociationDO x)
          Set the Association to query
static AssociationDO AssociationDO.createCopy(AssociationDO orig)
          createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data.
protected  void AssociationDO.makeIdentical(AssociationDO orig)
          makeIdentical() Assigns the DataStruct of an existing DO to this DO.
 

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


PSE 2000 Group 4