|
PSE 2000 Group 4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatchQueueBDO | |
| jobmatch.data | |
| Uses of MatchQueueBDO in jobmatch.data |
| Methods in jobmatch.data that return MatchQueueBDO | |
MatchQueueBDO[] |
CandidateBDO.getMatchQueueBDOArray()
Get array of MatchQueueBDO objects holding MatchQueueDO objects that refer to the DO held by this BDO. |
MatchQueueBDO |
CandidateBDO.getMatchQueueBDO()
Get the single MatchQueueBDO object holding a MatchQueueDO object that refers to the DO held by this BDO. |
MatchQueueBDO[] |
MatchQueueQuery.getBDOArray()
Return array of BDOs constructed from ResultSet returned by query. |
MatchQueueBDO |
MatchQueueQuery.getNextBDO()
Return successive BDOs from array built from ResultSet returned by query. |
static MatchQueueBDO |
MatchQueueBDO.createVirgin()
Like the class MatchQueueDO,
this class acts as a factory. |
static MatchQueueBDO |
MatchQueueBDO.createExisting(MatchQueueDO DO)
The createExisting method is used to create a MatchQueueBDO
from a MatchQueueDO that was returned by
the MatchQueueQuery class. |
static MatchQueueBDO[] |
MatchQueueBDO.getBDOarray()
The getBDOarray method performs a database query to return an array of MatchQueueBDO objects
representing all the rows in the MatchQueue table. |
| Methods in jobmatch.data with parameters of type MatchQueueBDO | |
void |
CandidateBDO.addMatchQueueBDO(MatchQueueBDO rbdo)
Add (set & commit) a MatchQueueBDO object whose MatchQueueDO refers to the DO held by this BDO. |
void |
CandidateBDO.addMatchQueueBDO(MatchQueueBDO rbdo,
jobmatch.data.DBTransaction tran)
Add (set & commit) a MatchQueueBDO object whose MatchQueueDO refers to the DO held by this BDO. |
void |
CandidateBDO.removeMatchQueueBDO(MatchQueueBDO rbdo)
Remove (delete) a MatchQueueBDO object whose MatchQueueDO refers to the DO held by this BDO. |
void |
CandidateBDO.removeMatchQueueBDO(MatchQueueBDO rbdo,
jobmatch.data.DBTransaction tran)
Remove (delete) a MatchQueueBDO object whose MatchQueueDO refers to the DO held by this BDO. |
|
PSE 2000 Group 4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||