|
PSE 2000 Group 4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--jobmatch.data.AdressBDO
AdressBDO contains the same set and get methods as the AdressDO class. Business Object (BO) classes typically need these set and get methods. So by deriving a BO from a BDO, or by implementing a BO that contains a BDO, the developer of the BO is spared some work.
| Field Summary | |
protected AdressDO |
DO
The AdressDO object upon which the set and get methods operate. |
| Constructor Summary | |
AdressBDO()
Constructor required by AdressBDO.create methods. |
|
AdressBDO(AdressDO DO)
Constructor for use by classes derived from AdressBDO. |
|
| Method Summary | |
void |
addCandidateBDO(CandidateBDO rbdo)
Add (set & commit) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO. |
void |
addCandidateBDO(CandidateBDO rbdo,
jobmatch.data.DBTransaction tran)
Add (set & commit) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO. |
void |
addCompanyBDO(CompanyBDO rbdo)
Add (set & commit) a CompanyBDO object whose CompanyDO refers to the DO held by this BDO. |
void |
addCompanyBDO(CompanyBDO rbdo,
jobmatch.data.DBTransaction tran)
Add (set & commit) a CompanyBDO object whose CompanyDO refers to the DO held by this BDO. |
void |
addEmployerBDO(EmployerBDO rbdo)
Add (set & commit) a EmployerBDO object whose EmployerDO refers to the DO held by this BDO. |
void |
addEmployerBDO(EmployerBDO rbdo,
jobmatch.data.DBTransaction tran)
Add (set & commit) a EmployerBDO object whose EmployerDO refers to the DO held by this BDO. |
void |
addPersonBDO(PersonBDO rbdo)
Add (set & commit) a PersonBDO object whose PersonDO refers to the DO held by this BDO. |
void |
addPersonBDO(PersonBDO rbdo,
jobmatch.data.DBTransaction tran)
Add (set & commit) a PersonBDO object whose PersonDO refers to the DO held by this BDO. |
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 AdressBDO |
createExisting(AdressDO DO)
The createExisting method is used to create a AdressBDO
from a AdressDO that was returned by
the AdressQuery class. |
static AdressBDO |
createVirgin()
Like the class AdressDO,
this class acts as a factory. |
void |
delete()
Deletes the DO from its table. |
void |
delete(jobmatch.data.DBTransaction dbt)
Deletes the DO from its table. |
static AdressBDO[] |
getBDOarray()
The getBDOarray method performs a database query to return an array of AdressBDO objects
representing all the rows in the Adress table. |
CandidateBDO |
getCandidateBDO()
Get the single CandidateBDO object holding a CandidateDO object that refers to the DO held by this BDO. |
CandidateBDO[] |
getCandidateBDOArray()
Get array of CandidateBDO objects holding CandidateDO objects that refer to the DO held by this BDO. |
CandidateDO |
getCandidateDO()
Get the single CandidateDO object that refers to the DO held by this BDO. |
CandidateDO[] |
getCandidateDOArray()
Get array of CandidateDO objects that refer to the DO held by this BDO. |
String |
getCity()
Get City of the AdressDO |
CompanyBDO |
getCompanyBDO()
Get the single CompanyBDO object holding a CompanyDO object that refers to the DO held by this BDO. |
CompanyBDO[] |
getCompanyBDOArray()
Get array of CompanyBDO objects holding CompanyDO objects that refer to the DO held by this BDO. |
CompanyDO |
getCompanyDO()
Get the single CompanyDO object that refers to the DO held by this BDO. |
CompanyDO[] |
getCompanyDOArray()
Get array of CompanyDO objects that refer to the DO held by this BDO. |
CountryDO |
getCountry()
Get Country of the AdressDO |
CountryBDO |
getCountryBDO()
Get BDO-wrapped Country of the AdressDO |
AdressDO |
getDO()
Note: This method is intended for use only by other BDO classes. |
EmployerBDO |
getEmployerBDO()
Get the single EmployerBDO object holding a EmployerDO object that refers to the DO held by this BDO. |
EmployerBDO[] |
getEmployerBDOArray()
Get array of EmployerBDO objects holding EmployerDO objects that refer to the DO held by this BDO. |
EmployerDO |
getEmployerDO()
Get the single EmployerDO object that refers to the DO held by this BDO. |
EmployerDO[] |
getEmployerDOArray()
Get array of EmployerDO objects that refer to the DO held by this BDO. |
String |
getHandle()
The methods
getHandle
hasMatchingHandle
are used by Presentation Objects that need to populate
HTML select lists with AdressBDO objects as options. |
String |
getHouseNumber()
Get HouseNumber of the AdressDO |
IndustryDO[] |
getIndustryDOArray_via_Company()
From the many-to-many relationship expressed by CompanyDO, get array of IndustryDO objects that indirectly refer to the DO held by this BDO. |
PersonBDO |
getPersonBDO()
Get the single PersonBDO object holding a PersonDO object that refers to the DO held by this BDO. |
PersonBDO[] |
getPersonBDOArray()
Get array of PersonBDO objects holding PersonDO objects that refer to the DO held by this BDO. |
PersonDO |
getPersonDO()
Get the single PersonDO object that refers to the DO held by this BDO. |
PersonDO[] |
getPersonDOArray()
Get array of PersonDO objects that refer to the DO held by this BDO. |
String |
getStreet()
Get Street of the AdressDO |
String |
getZIP()
Get ZIP of the AdressDO |
boolean |
hasMatchingHandle(String handle)
|
void |
mapIndustry_via_CompanyBDO(IndustryBDO b)
To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO. |
void |
mapIndustry_via_CompanyBDO(IndustryBDO b,
jobmatch.data.DBTransaction tran)
To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO. |
void |
mapIndustry_via_CompanyDO(IndustryDO d)
To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO. |
void |
mapIndustry_via_CompanyDO(IndustryDO d,
jobmatch.data.DBTransaction tran)
To the many-to-many relationship expressed by CompanyDO, add a IndustryDO object that indirectly refers to the DO held by this BDO. |
protected void |
modifyDO(jobmatch.data.DBTransaction dbt,
boolean delete)
Modifies the DO within its table. |
protected void |
okToCommitCountry(CountryDO member)
A stub method for implementing pre-commit assertions for the Country data member. |
protected void |
okToDeleteCountry(CountryDO member)
A stub method for implementing pre-delete assertions for the Country data member. |
void |
removeCandidateBDO(CandidateBDO rbdo)
Remove (delete) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO. |
void |
removeCandidateBDO(CandidateBDO rbdo,
jobmatch.data.DBTransaction tran)
Remove (delete) a CandidateBDO object whose CandidateDO refers to the DO held by this BDO. |
void |
removeCompanyBDO(CompanyBDO rbdo)
Remove (delete) a CompanyBDO object whose CompanyDO refers to the DO held by this BDO. |
void |
removeCompanyBDO(CompanyBDO rbdo,
jobmatch.data.DBTransaction tran)
Remove (delete) a CompanyBDO object whose CompanyDO refers to the DO held by this BDO. |
void |
removeEmployerBDO(EmployerBDO rbdo)
Remove (delete) a EmployerBDO object whose EmployerDO refers to the DO held by this BDO. |
void |
removeEmployerBDO(EmployerBDO rbdo,
jobmatch.data.DBTransaction tran)
Remove (delete) a EmployerBDO object whose EmployerDO refers to the DO held by this BDO. |
void |
removePersonBDO(PersonBDO rbdo)
Remove (delete) a PersonBDO object whose PersonDO refers to the DO held by this BDO. |
void |
removePersonBDO(PersonBDO rbdo,
jobmatch.data.DBTransaction tran)
Remove (delete) a PersonBDO object whose PersonDO refers to the DO held by this BDO. |
void |
setCity(String City)
Set City of the AdressDO |
void |
setCountry(CountryBDO Country)
Set Country of the AdressDO |
void |
setCountry(CountryDO Country)
Set Country of the AdressDO |
void |
setHouseNumber(String HouseNumber)
Set HouseNumber of the AdressDO |
void |
setStreet(String Street)
Set Street of the AdressDO |
void |
setZIP(String ZIP)
Set ZIP of the AdressDO |
String |
toString()
for debugging |
void |
unmapIndustry_via_CompanyBDO(IndustryBDO b)
From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO. |
void |
unmapIndustry_via_CompanyBDO(IndustryBDO b,
jobmatch.data.DBTransaction tran)
From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO. |
void |
unmapIndustry_via_CompanyDO(IndustryDO d)
From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO. |
void |
unmapIndustry_via_CompanyDO(IndustryDO d,
jobmatch.data.DBTransaction tran)
From the many-to-many relationship expressed by CompanyDO, remove (delete) the IndustryDO object that indirectly refers to the DO held by this BDO. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected AdressDO DO
| Constructor Detail |
public AdressBDO(AdressDO DO)
AdressBDO.
Example usage:
class CustomerBO extends CustomerBDO {
// a BDO class is commonly extended in order to implement:
public void beforeAnySet() throws Exception {
if ( CustomerDO should not be altered )
throw new ApplicationException( "ERROR" );
}
public CustomerBO( CustomerDO DO ) {
super( DO );
}
}
class SomePresentationLayerClass {
public CustomerBO findCustomer( String name ) {
CustomerQuery q = new CustomerQuery();
q.setQueryName( name );
CustomerDO DO = q.getNextDO();
// Here the CustomerBO ctor fires the CustomerBDO ctor.
return new CustomerBO( DO );
}
}
public AdressBDO()
throws Exception
AdressBDO.create methods.| Method Detail |
public AdressDO getDO()
public static AdressBDO createVirgin()
throws Exception
AdressDO,
this class acts as a factory.
Business Object (BO) classes typically need these set and get methods.
So by deriving a BO from a BDO, or by implementing a BO that
contains one or more BDOs, the developer of the BO is spared some work.public static AdressBDO createExisting(AdressDO DO)
AdressBDO
from a AdressDO that was returned by
the AdressQuery class.
public static AdressBDO[] getBDOarray()
throws jobmatch.data.DataObjectException
AdressBDO objects
representing all the rows in the Adress table.
This method is a minimal example of using a Query class.
To restrict the set of objects returned, you could
invoke query.setXxx(), where Xxx
is an Attribute of AdressDO which was
marked as "Can be queried" in the DODS Attribute Editor.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 String getHandle()
throws jobmatch.data.DatabaseManagerException
getHandle
hasMatchingHandle
are used by Presentation Objects that need to populate
HTML select lists with AdressBDO 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.
This AdressBDO object holds a reference to a AdressDO object.
The id of this AdressBDO is the id of its AdressDO.
- Returns:
- id of this BDO 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 representation of the id for this BDOgetHandlepublic String toString()
public String getStreet()
throws jobmatch.data.DataObjectException
public void setStreet(String Street)
throws jobmatch.data.DataObjectException
Street - of the AdressDO
public String getHouseNumber()
throws jobmatch.data.DataObjectException
public void setHouseNumber(String HouseNumber)
throws jobmatch.data.DataObjectException
HouseNumber - of the AdressDO
public String getZIP()
throws jobmatch.data.DataObjectException
public void setZIP(String ZIP)
throws jobmatch.data.DataObjectException
ZIP - of the AdressDO
public String getCity()
throws jobmatch.data.DataObjectException
public void setCity(String City)
throws jobmatch.data.DataObjectException
City - of the AdressDO
public CountryDO getCountry()
throws jobmatch.data.DataObjectException
public void setCountry(CountryDO Country)
throws jobmatch.data.DataObjectException
Country - of the AdressDO
public CountryBDO getCountryBDO()
throws jobmatch.data.DataObjectException
public void setCountry(CountryBDO Country)
throws jobmatch.data.DataObjectException
BDO-wrapped - Country of the AdressDO
public CandidateDO[] getCandidateDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public CandidateDO getCandidateDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public CandidateBDO[] getCandidateBDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public CandidateBDO getCandidateBDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public void addCandidateBDO(CandidateBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - CandidateBDO to be set to point to this BDO and committed.
public void addCandidateBDO(CandidateBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - CandidateBDO to be set to point to this BDO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removeCandidateBDO(CandidateBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - CandidateBDO to be deleted.
public void removeCandidateBDO(CandidateBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - CandidateBDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public CompanyDO[] getCompanyDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public CompanyDO getCompanyDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public CompanyBDO[] getCompanyBDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public CompanyBDO getCompanyBDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public void addCompanyBDO(CompanyBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - CompanyBDO to be set to point to this BDO and committed.
public void addCompanyBDO(CompanyBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - CompanyBDO to be set to point to this BDO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removeCompanyBDO(CompanyBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - CompanyBDO to be deleted.
public void removeCompanyBDO(CompanyBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - CompanyBDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public EmployerDO[] getEmployerDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public EmployerDO getEmployerDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public EmployerBDO[] getEmployerBDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public EmployerBDO getEmployerBDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public void addEmployerBDO(EmployerBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - EmployerBDO to be set to point to this BDO and committed.
public void addEmployerBDO(EmployerBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - EmployerBDO to be set to point to this BDO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removeEmployerBDO(EmployerBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - EmployerBDO to be deleted.
public void removeEmployerBDO(EmployerBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - EmployerBDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public PersonDO[] getPersonDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public PersonDO getPersonDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public PersonBDO[] getPersonBDOArray()
throws jobmatch.data.DataObjectException,
jobmatch.data.QueryException
public PersonBDO getPersonBDO()
throws jobmatch.data.DataObjectException,
jobmatch.data.NonUniqueQueryException,
jobmatch.data.QueryException
public void addPersonBDO(PersonBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - PersonBDO to be set to point to this BDO and committed.
public void addPersonBDO(PersonBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
rbdo - PersonBDO to be set to point to this BDO and committed.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public void removePersonBDO(PersonBDO rbdo)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - PersonBDO to be deleted.
public void removePersonBDO(PersonBDO rbdo,
jobmatch.data.DBTransaction tran)
throws SQLException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.DataObjectException,
jobmatch.data.RefAssertionException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
r - PersonBDO to be deleted.tran - The transaction to be used for the commit.
If null, a new transaction is created.
public IndustryDO[] getIndustryDOArray_via_Company()
throws jobmatch.data.DataObjectException
public void mapIndustry_via_CompanyDO(IndustryDO d)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
d - The IndustryDO to add to the CompanyDO mapping
for this BDO.
public void mapIndustry_via_CompanyDO(IndustryDO d,
jobmatch.data.DBTransaction tran)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
d - The IndustryDO to add to the CompanyDO mapping
for this BDO.
public void mapIndustry_via_CompanyBDO(IndustryBDO b)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
b - The IndustryBDO to add to the CompanyDO mapping
for this BDO.
public void mapIndustry_via_CompanyBDO(IndustryBDO b,
jobmatch.data.DBTransaction tran)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
b - The IndustryBDO to add to the CompanyDO mapping
for this BDO.
public void unmapIndustry_via_CompanyDO(IndustryDO d)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
d - The IndustryDO to remove from the CompanyDO mapping
for this BDO.
public void unmapIndustry_via_CompanyDO(IndustryDO d,
jobmatch.data.DBTransaction tran)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
d - The IndustryDO to remove from the CompanyDO mapping
for this BDO.
public void unmapIndustry_via_CompanyBDO(IndustryBDO b)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
b - The IndustryBDO to remove from the CompanyDO mapping
for this BDO.
public void unmapIndustry_via_CompanyBDO(IndustryBDO b,
jobmatch.data.DBTransaction tran)
throws jobmatch.data.DataObjectException,
jobmatch.data.DatabaseManagerException,
jobmatch.data.RefAssertionException,
SQLException,
jobmatch.data.DBRowUpdateException,
jobmatch.data.QueryException
b - The IndustryBDO to remove from the CompanyDO mapping
for this BDO.
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 okToCommitCountry(CountryDO member)
throws jobmatch.data.RefAssertionException
protected void okToDeleteCountry(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 | |||||||||