|
PSE 2000 Group 4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
jobmatch.data.CandidateDO
Data core class, used to set, retrieve the CandidateDO information.
| Field Summary | |
static jobmatch.data.RDBColumn |
Adress
|
static jobmatch.data.RDBColumn |
AIESECMember
|
static jobmatch.data.RDBColumn |
Birthdate
|
static jobmatch.data.RDBColumn |
Competence
|
static jobmatch.data.RDBColumn |
Email
|
static jobmatch.data.RDBColumn |
Fax
|
static jobmatch.data.RDBColumn |
Fname
|
protected static boolean |
isView
|
static jobmatch.data.RDBColumn |
Lname
|
static jobmatch.data.RDBColumn |
Natel
|
static jobmatch.data.RDBColumn |
Nationality
|
static jobmatch.data.RDBColumn |
Phone
|
static jobmatch.data.RDBColumn |
Picture
|
static jobmatch.data.RDBColumn |
PrimaryKey
|
static jobmatch.data.RDBColumn |
Residence
|
static jobmatch.data.RDBColumn |
Sex
|
static jobmatch.data.RDBColumn |
Status
|
static jobmatch.data.RDBTable |
table
static final data members name the table and columns for this DO. |
static jobmatch.data.RDBColumn |
URL
|
| Constructor Summary | |
protected |
CandidateDO()
Protected constructor. |
protected |
CandidateDO(boolean is_view)
Protected constructor. |
protected |
CandidateDO(jobmatch.data.ObjectId id)
Protected constructor used by createExisting(ObjectId) above. |
protected |
CandidateDO(ResultSet rs)
Protected constructor. |
| Method Summary | |
void |
addCandidateAccountDO(CandidateAccountDO referrer)
Add (set & commit) a CandidateAccountDO object that refers to this DO. |
void |
addCandidateAccountDO(CandidateAccountDO referrer,
jobmatch.data.DBTransaction tran)
Add (set & commit) a CandidateAccountDO object that refers to this DO. |
void |
addCandidateProfileDO(CandidateProfileDO referrer)
Add (set & commit) a CandidateProfileDO object that refers to this DO. |
void |
addCandidateProfileDO(CandidateProfileDO referrer,
jobmatch.data.DBTransaction tran)
Add (set & commit) a CandidateProfileDO object that refers to this DO. |
void |
addMatchQueueDO(MatchQueueDO referrer)
Add (set & commit) a MatchQueueDO object that refers to this DO. |
void |
addMatchQueueDO(MatchQueueDO referrer,
jobmatch.data.DBTransaction tran)
Add (set & commit) a MatchQueueDO object that refers to this DO. |
protected void |
afterAnySet()
|
protected void |
beforeAnyGet()
The developer of a Business Object that derives from this class can override the methods:
beforeAnyGet
beforeAnySet
afterAnySet
to handle any general assertions or cleanup needed
for get and set methods. |
protected void |
beforeAnySet()
|
void |
commit()
Inserts/Updates the DO into its table. |
void |
commit(jobmatch.data.DBTransaction dbt)
Inserts/Updates the DO into its table. |
static CandidateDO |
createCopy(CandidateDataStruct data)
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static CandidateDO |
createCopy(CandidateDO orig)
createCopy() Creates a DO that has no ObjectId but has a copy of an existing DO's data. |
static CandidateDO |
createExisting(BigDecimal bd)
createExisting( BigDecimal ) Factory method creates a CandidateDO object by searching for it in the database using the passed BigDecimal value as the primary key. |
protected static CandidateDO |
createExisting(jobmatch.data.ObjectId id)
createExisting( ObjectId ) Factory method creates a CandidateDO object by searching for it in the database using the passed ObjectID value as the primary key. |
protected static CandidateDO |
createExisting(jobmatch.data.RDBColumnValue pk)
createExisting( RDBColumnValue ) Factory method creates a CandidateDO object by searching for it in the database using the passed CandidateDO.PrimaryKey. |
protected static CandidateDO |
createExisting(jobmatch.data.RDBRow row)
createExisting( RDBRow ) Factory method creates a CandidateDO object by searching for it in the database using the CandidateDO.PrimaryKey value in the passed RDBRow. |
protected static CandidateDO |
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. |
static CandidateDO |
createExisting(String handle)
The createExisting method is used to create a CandidateDO
from a string handle. |
static CandidateDO |
createVirgin()
createVirgin() Creates a DO that has no ObjectId or data. |
void |
delete()
Deletes the DO from its table. |
void |
delete(jobmatch.data.DBTransaction dbt)
Deletes the DO from its table. |
AdressDO |
getAdress()
Get Adress of the Candidate |
boolean |
getAIESECMember()
Get AIESECMember of the Candidate |
Date |
getBirthdate()
Get Birthdate of the Candidate |
CandidateAccountDO |
getCandidateAccountDO()
Get the single CandidateAccountDO object that refers to this DO. |
CandidateAccountDO[] |
getCandidateAccountDOArray()
Get array of CandidateAccountDO objects that refer to this DO. |
CandidateProfileDO |
getCandidateProfileDO()
Get the single CandidateProfileDO object that refers to this DO. |
CandidateProfileDO[] |
getCandidateProfileDOArray()
Get array of CandidateProfileDO objects that refer to this DO. |
String |
getCompetence()
Get Competence of the Candidate |
PreparedStatement |
getDeleteStatement(jobmatch.data.DBConnection conn)
Prepares the statement used to delete this object from the database. |
String |
getEmail()
Get Email of the Candidate |
String |
getFax()
Get Fax of the Candidate |
String |
getFname()
Get Fname of the Candidate |
String |
getHandle()
The methods
getHandle
hasMatchingHandle
are used by Presentation Objects that need to populate
HTML select lists with Data Objects as options. |
PreparedStatement |
getInsertStatement(jobmatch.data.DBConnection conn)
Prepares the statement used to insert this object into the database. |
String |
getLname()
Get Lname of the Candidate |
MatchQueueDO |
getMatchQueueDO()
Get the single MatchQueueDO object that refers to this DO. |
MatchQueueDO[] |
getMatchQueueDOArray()
Get array of MatchQueueDO objects that refer to this DO. |
String |
getNatel()
Get Natel of the Candidate |
CountryDO |
getNationality()
Get Nationality of the Candidate |
String |
getPhone()
Get Phone of the Candidate |
PictureDO |
getPicture()
Get Picture of the Candidate |
ProfileDO[] |
getProfileDOArray_via_CandidateProfile()
From the many-to-many relationship expressed by CandidateProfileDO, get array of ProfileDO objects that indirectly refer to this DO. |
String |
getResidence()
Get Residence of the Candidate |
String |
getSex()
Get Sex of the Candidate |
boolean |
getStatus()
Get Status of the Candidate |
protected String |
getTableName()
Return Candidate as the name of the table in the database which contains CandidateDO objects. |
PreparedStatement |
getUpdateStatement(jobmatch.data.DBConnection conn)
Prepares the statement used to update this object in the database. |
String |
getURL()
Get URL of the Candidate |
boolean |
hasMatchingHandle(String handle)
hasMatchingHandle |
boolean |
isLoaded()
isLoaded() Returns true if the data for this objects has been retrieved from the database. |
boolean |
isReadOnly()
isReadOnly() Returns true if the data for this object has been marked read-only. |
void |
loadData()
loadData() Load the fields for the DO from the database. |
protected void |
makeIdentical(CandidateDO orig)
makeIdentical() Assigns the DataStruct of an existing DO to this DO. |
void |
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 |
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. |
protected void |
modifyDO(jobmatch.data.DBTransaction dbt,
boolean delete)
Modifies the DO within its table. |
protected void |
okToCommit()
A stub method for implementing pre-commit assertions for this CandidateDO. |
protected void |
okToCommitAdress(AdressDO member)
A stub method for implementing pre-commit assertions for the Adress data member. |
protected void |
okToCommitNationality(CountryDO member)
A stub method for implementing pre-commit assertions for the Nationality data member. |
protected void |
okToCommitPicture(PictureDO member)
A stub method for implementing pre-commit assertions for the Picture data member. |
protected void |
okToDelete()
A stub method for implementing pre-delete assertions for this CandidateDO. |
protected void |
okToDeleteAdress(AdressDO member)
A stub method for implementing pre-delete assertions for the Adress data member. |
protected void |
okToDeleteNationality(CountryDO member)
A stub method for implementing pre-delete assertions for the Nationality data member. |
protected void |
okToDeletePicture(PictureDO member)
A stub method for implementing pre-delete assertions for the Picture data member. |
void |
reload()
reload() Causes the DO to refresh itself from the database the next time a set or get method is called. |
void |
removeCandidateAccountDO(CandidateAccountDO referrer)
Remove (delete) a CandidateAccountDO object that refers to this DO. |
void |
removeCandidateAccountDO(CandidateAccountDO referrer,
jobmatch.data.DBTransaction tran)
Remove (delete) a CandidateAccountDO object that refers to this DO. |
void |
removeCandidateProfileDO(CandidateProfileDO referrer)
Remove (delete) a CandidateProfileDO object that refers to this DO. |
void |
removeCandidateProfileDO(CandidateProfileDO referrer,
jobmatch.data.DBTransaction tran)
Remove (delete) a CandidateProfileDO object that refers to this DO. |
void |
removeMatchQueueDO(MatchQueueDO referrer)
Remove (delete) a MatchQueueDO object that refers to this DO. |
void |
removeMatchQueueDO(MatchQueueDO referrer,
jobmatch.data.DBTransaction tran)
Remove (delete) a MatchQueueDO object that refers to this DO. |
void |
setAdress(AdressDO Adress)
Set Adress of the Candidate |
void |
setAIESECMember(boolean AIESECMember)
Set AIESECMember of the Candidate |
void |
setBirthdate(Date Birthdate)
Set Birthdate of the Candidate |
void |
setCompetence(String Competence)
Set Competence of the Candidate |
void |
setEmail(String Email)
Set Email of the Candidate |
void |
setFax(String Fax)
Set Fax of the Candidate |
void |
setFname(String Fname)
Set Fname of the Candidate |
void |
setLname(String Lname)
Set Lname of the Candidate |
void |
setNatel(String Natel)
Set Natel of the Candidate |
void |
setNationality(CountryDO Nationality)
Set Nationality of the Candidate |
void |
setPhone(String Phone)
Set Phone of the Candidate |
void |
setPicture(PictureDO Picture)
Set Picture of the Candidate |
void |
setResidence(String Residence)
Set Residence of the Candidate |
void |
setSex(String Sex)
Set Sex of the Candidate |
void |
setStatus(boolean Status)
Set Status of the Candidate |
void |
setURL(String URL)
Set URL of the Candidate |
String |
toString()
|
String |
toString(int indentCount)
|
void |
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 |
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. |
| Field Detail |
public static final jobmatch.data.RDBTable table
public static final jobmatch.data.RDBColumn PrimaryKey
protected static final boolean isView
public static final jobmatch.data.RDBColumn Picture
public static final jobmatch.data.RDBColumn Email
public static final jobmatch.data.RDBColumn Fax
public static final jobmatch.data.RDBColumn Adress
public static final jobmatch.data.RDBColumn Fname
public static final jobmatch.data.RDBColumn Lname
public static final jobmatch.data.RDBColumn Natel
public static final jobmatch.data.RDBColumn Phone
public static final jobmatch.data.RDBColumn Residence
public static final jobmatch.data.RDBColumn Sex
public static final jobmatch.data.RDBColumn Birthdate
public static final jobmatch.data.RDBColumn Nationality
public static final jobmatch.data.RDBColumn URL
public static final jobmatch.data.RDBColumn AIESECMember
public static final jobmatch.data.RDBColumn Competence
public static final jobmatch.data.RDBColumn Status
| Constructor Detail |
protected CandidateDO(boolean is_view)
throws jobmatch.data.ObjectIdException,
jobmatch.data.DatabaseManagerException
protected CandidateDO()
throws jobmatch.data.ObjectIdException,
jobmatch.data.DatabaseManagerException
protected CandidateDO(jobmatch.data.ObjectId id)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
id - The ObjectId for the object.
protected CandidateDO(ResultSet rs)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
rs - Result set from which to obtain product data.| Method Detail |
protected String getTableName()
CoreDOpublic boolean isReadOnly()
public boolean isLoaded()
public void loadData()
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException
protected void beforeAnyGet()
beforeAnyGet
beforeAnySet
afterAnySet
to handle any general assertions or cleanup needed
for get and set methods.
protected void beforeAnySet()
throws Exception
protected void afterAnySet()
public static CandidateDO createVirgin()
throws jobmatch.data.DatabaseManagerException,
jobmatch.data.ObjectIdException
public static CandidateDO createExisting(BigDecimal bd)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
bd - The BigDecimal representation of the ObjectId for the object.public static CandidateDO createExisting(String handle)
CandidateDO
from a string handle.
protected static CandidateDO createExisting(jobmatch.data.ObjectId id)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
id - The ObjectId for the object.
protected static CandidateDO createExisting(ResultSet rs)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
rs - The ResultSet returned by the Query class for
an existing Data Object stored in the database.
protected static CandidateDO createExisting(jobmatch.data.RDBRow row)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
RDBRow - A row returned by QueryBuilder.getNextRow().
protected static CandidateDO createExisting(jobmatch.data.RDBColumnValue pk)
throws SQLException,
jobmatch.data.ObjectIdException,
jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException
RDBColumnValue - a PrimaryKey column value from a row
that was returned by QueryBuilder.getNextRow().
public static CandidateDO createCopy(CandidateDataStruct data)
throws jobmatch.data.DatabaseManagerException,
jobmatch.data.ObjectIdException
data - The data struct to copy values from.
public static CandidateDO createCopy(CandidateDO orig)
throws jobmatch.data.DatabaseManagerException,
jobmatch.data.ObjectIdException
orig - The original DO to copy.public void reload()
public String getHandle()
throws jobmatch.data.DatabaseManagerException
getHandle
hasMatchingHandle
are used by Presentation Objects that need to populate
HTML select lists with Data Objects as options.
The getHandle() method is used
to set the value for each option,
and the hasMatchingHandle()
methods are used to lookup the Data Object when the selection has
been made.
- Returns:
- id of this DO as a string
If an object id can't be allocated for this object.
- Throws:
- jobmatch.data.DatabaseManagerException - If a connection to the database cannot be established, etc.
public boolean hasMatchingHandle(String handle)
handle - String version of DO idgetHandleprotected void makeIdentical(CandidateDO orig)
orig - The original DO.
public PictureDO getPicture()
throws jobmatch.data.DataObjectException
public void setPicture(PictureDO Picture)
throws jobmatch.data.DataObjectException
Picture - of the Candidate
public String getEmail()
throws jobmatch.data.DataObjectException
public void setEmail(String Email)
throws jobmatch.data.DataObjectException
Email - of the Candidate
public String getFax()
throws jobmatch.data.DataObjectException
public void setFax(String Fax)
throws jobmatch.data.DataObjectException
Fax - of the Candidate
public AdressDO getAdress()
throws jobmatch.data.DataObjectException
public void setAdress(AdressDO Adress)
throws jobmatch.data.DataObjectException
Adress - of the Candidate
public String getFname()
throws jobmatch.data.DataObjectException
public void setFname(String Fname)
throws jobmatch.data.DataObjectException
Fname - of the Candidate
public String getLname()
throws jobmatch.data.DataObjectException
public void setLname(String Lname)
throws jobmatch.data.DataObjectException
Lname - of the Candidate
public String getNatel()
throws jobmatch.data.DataObjectException
public void setNatel(String Natel)
throws jobmatch.data.DataObjectException
Natel - of the Candidate
public String getPhone()
throws jobmatch.data.DataObjectException
public void setPhone(String Phone)
throws jobmatch.data.DataObjectException
Phone - of the Candidate
public String getResidence()
throws jobmatch.data.DataObjectException
public void setResidence(String Residence)
throws jobmatch.data.DataObjectException
Residence - of the Candidate
public String getSex()
throws jobmatch.data.DataObjectException
public void setSex(String Sex)
throws jobmatch.data.DataObjectException
Sex - of the Candidate
public Date getBirthdate()
throws jobmatch.data.DataObjectException
public void setBirthdate(Date Birthdate)
throws jobmatch.data.DataObjectException
Birthdate - of the Candidate
public CountryDO getNationality()
throws jobmatch.data.DataObjectException
public void setNationality(CountryDO Nationality)
throws jobmatch.data.DataObjectException
Nationality - of the Candidate
public String getURL()
throws jobmatch.data.DataObjectException
public void setURL(String URL)
throws jobmatch.data.DataObjectException
URL - of the Candidate
public boolean getAIESECMember()
throws jobmatch.data.DataObjectException
public void setAIESECMember(boolean AIESECMember)
throws jobmatch.data.DataObjectException
AIESECMember - of the Candidate
public String getCompetence()
throws jobmatch.data.DataObjectException
public void setCompetence(String Competence)
throws jobmatch.data.DataObjectException
Competence - of the Candidate
public boolean getStatus()
throws jobmatch.data.DataObjectException
public void setStatus(boolean Status)
throws jobmatch.data.DataObjectException
Status - of the Candidate
public PreparedStatement getInsertStatement(jobmatch.data.DBConnection conn)
throws SQLException
conn - the database connection.
public PreparedStatement getUpdateStatement(jobmatch.data.DBConnection conn)
throws SQLException
conn - the database connection
public PreparedStatement getDeleteStatement(jobmatch.data.DBConnection conn)
throws SQLException
conn - the database connectionpublic String toString()
public String toString(int indentCount)
public CandidateAccountDO[] getCandidateAccountDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public CandidateAccountDO getCandidateAccountDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException,
jobmatch.data.NonUniqueQueryException
public void addCandidateAccountDO(CandidateAccountDO referrer)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateAccountDO to be set to point to this DO and committed.
public void addCandidateAccountDO(CandidateAccountDO referrer,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateAccountDO to be set to point to this DO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removeCandidateAccountDO(CandidateAccountDO referrer)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateAccountDO to be deleted.
public void removeCandidateAccountDO(CandidateAccountDO referrer,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateAccountDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public CandidateProfileDO[] getCandidateProfileDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public CandidateProfileDO getCandidateProfileDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException,
jobmatch.data.NonUniqueQueryException
public void addCandidateProfileDO(CandidateProfileDO referrer)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateProfileDO to be set to point to this DO and committed.
public void addCandidateProfileDO(CandidateProfileDO referrer,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateProfileDO to be set to point to this DO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removeCandidateProfileDO(CandidateProfileDO referrer)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateProfileDO to be deleted.
public void removeCandidateProfileDO(CandidateProfileDO referrer,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - CandidateProfileDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public MatchQueueDO[] getMatchQueueDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public MatchQueueDO getMatchQueueDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException,
jobmatch.data.NonUniqueQueryException
public void addMatchQueueDO(MatchQueueDO referrer)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - MatchQueueDO to be set to point to this DO and committed.
public void addMatchQueueDO(MatchQueueDO referrer,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - MatchQueueDO to be set to point to this DO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removeMatchQueueDO(MatchQueueDO referrer)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - MatchQueueDO to be deleted.
public void removeMatchQueueDO(MatchQueueDO referrer,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
referrer - MatchQueueDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public ProfileDO[] getProfileDOArray_via_CandidateProfile()
throws jobmatch.data.DataObjectException
public void mapProfile_via_CandidateProfileDO(ProfileDO d)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
d - The ProfileDO to add to the CandidateProfileDO mapping
for this DO.
public void mapProfile_via_CandidateProfileDO(ProfileDO d,
jobmatch.data.DBTransaction tran)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
b - The ProfileDO to add to the CandidateProfileDO mapping for this DO.
public void unmapProfile_via_CandidateProfileDO(ProfileDO d)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
d - The ProfileDO to remove from the CandidateProfileDO mapping
for this DO.
public void unmapProfile_via_CandidateProfileDO(ProfileDO d,
jobmatch.data.DBTransaction tran)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
b - The ProfileDO to remove from the CandidateProfileDO mapping
for this DO.
protected void okToCommit()
throws jobmatch.data.RefAssertionException
protected void okToDelete()
throws jobmatch.data.RefAssertionException
public void commit()
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
public void commit(jobmatch.data.DBTransaction dbt)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
dbt - The transaction object to use for this operation.
public void delete()
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
public void delete(jobmatch.data.DBTransaction dbt)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
dbt - The transaction object to use for this operation.
protected void okToCommitPicture(PictureDO member)
throws jobmatch.data.RefAssertionException
protected void okToDeletePicture(PictureDO member)
throws jobmatch.data.RefAssertionException
protected void okToCommitAdress(AdressDO member)
throws jobmatch.data.RefAssertionException
protected void okToDeleteAdress(AdressDO member)
throws jobmatch.data.RefAssertionException
protected void okToCommitNationality(CountryDO member)
throws jobmatch.data.RefAssertionException
protected void okToDeleteNationality(CountryDO member)
throws jobmatch.data.RefAssertionException
protected void modifyDO(jobmatch.data.DBTransaction dbt,
boolean delete)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
dbt - The transaction object to use for this operation.delete - True if doing a delete, otherwise doing insert/update.
|
PSE 2000 Group 4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||