|
PSE 2000 Group 4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AssociationCandidateDO | |
| jobmatch.data | |
| Uses of AssociationCandidateDO in jobmatch.data |
| Fields in jobmatch.data declared as AssociationCandidateDO | |
protected AssociationCandidateDO |
AssociationCandidateBDO.DO
The AssociationCandidateDO object upon which the set and get methods operate. |
| Methods in jobmatch.data that return AssociationCandidateDO | |
AssociationCandidateDO[] |
AssociationBDO.getAssociationCandidateDOArray()
Get array of AssociationCandidateDO objects that refer to the DO held by this BDO. |
AssociationCandidateDO |
AssociationBDO.getAssociationCandidateDO()
Get the single AssociationCandidateDO object that refers to the DO held by this BDO. |
AssociationCandidateDO |
AssociationCandidateBDO.getDO()
Note: This method is intended for use only by other BDO classes. |
static AssociationCandidateDO |
AssociationCandidateDO.createVirgin()
createVirgin() Creates a DO that has no ObjectId or data. |
static AssociationCandidateDO |
AssociationCandidateDO.createExisting(BigDecimal bd)
createExisting( BigDecimal ) Factory method creates a AssociationCandidateDO object by searching for it in the database using the passed BigDecimal value as the primary key. |
static AssociationCandidateDO |
AssociationCandidateDO.createExisting(String handle)
The createExisting method is used to create a AssociationCandidateDO
from a string handle. |
protected static AssociationCandidateDO |
AssociationCandidateDO.createExisting(jobmatch.data.ObjectId id)
createExisting( ObjectId ) Factory method creates a AssociationCandidateDO object by searching for it in the database using the passed ObjectID value as the primary key. |
protected static AssociationCandidateDO |
AssociationCandidateDO.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 AssociationCandidateDO |
AssociationCandidateDO.createExisting(jobmatch.data.RDBRow row)
createExisting( RDBRow ) Factory method creates a AssociationCandidateDO object by searching for it in the database using the AssociationCandidateDO.PrimaryKey value in the passed RDBRow. |
protected static AssociationCandidateDO |
AssociationCandidateDO.createExisting(jobmatch.data.RDBColumnValue pk)
createExisting( RDBColumnValue ) Factory method creates a AssociationCandidateDO object by searching for it in the database using the passed AssociationCandidateDO.PrimaryKey. |
static AssociationCandidateDO |
AssociationCandidateDO.createCopy(AssociationCandidateDataStruct data)
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static AssociationCandidateDO |
AssociationCandidateDO.createCopy(AssociationCandidateDO orig)
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
AssociationCandidateDO[] |
AssociationCandidateQuery.getDOArray()
Return array of DOs constructed from ResultSet returned by query. |
AssociationCandidateDO |
AssociationCandidateQuery.getNextDO()
Return successive DOs from array built from ResultSet returned by query. |
AssociationCandidateDO[] |
AssociationDO.getAssociationCandidateDOArray()
Get array of AssociationCandidateDO objects that refer to this DO. |
AssociationCandidateDO |
AssociationDO.getAssociationCandidateDO()
Get the single AssociationCandidateDO object that refers to this DO. |
| Methods in jobmatch.data with parameters of type AssociationCandidateDO | |
static AssociationCandidateBDO |
AssociationCandidateBDO.createExisting(AssociationCandidateDO DO)
The createExisting method is used to create a AssociationCandidateBDO
from a AssociationCandidateDO that was returned by
the AssociationCandidateQuery class. |
static AssociationCandidateDO |
AssociationCandidateDO.createCopy(AssociationCandidateDO orig)
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
protected void |
AssociationCandidateDO.makeIdentical(AssociationCandidateDO orig)
makeIdentical() Assigns the DataStruct of an existing DO to this DO. |
void |
AssociationDO.addAssociationCandidateDO(AssociationCandidateDO referrer)
Add (set & commit) a AssociationCandidateDO object that refers to this DO. |
void |
AssociationDO.addAssociationCandidateDO(AssociationCandidateDO referrer,
jobmatch.data.DBTransaction tran)
Add (set & commit) a AssociationCandidateDO object that refers to this DO. |
void |
AssociationDO.removeAssociationCandidateDO(AssociationCandidateDO referrer)
Remove (delete) a AssociationCandidateDO object that refers to this DO. |
void |
AssociationDO.removeAssociationCandidateDO(AssociationCandidateDO referrer,
jobmatch.data.DBTransaction tran)
Remove (delete) a AssociationCandidateDO object that refers to this DO. |
| Constructors in jobmatch.data with parameters of type AssociationCandidateDO | |
AssociationCandidateBDO.AssociationCandidateBDO(AssociationCandidateDO DO)
Constructor for use by classes derived from AssociationCandidateBDO. |
|
|
PSE 2000 Group 4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||