|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.dao.jdbc.AbstractJdbcDAO
it.eng.spagobi.bo.dao.jdbc.CheckDAOImpl
Defines the JDBC implementations for all DAO methods, for a value constraint.
Constructor Summary | |
CheckDAOImpl()
|
Method Summary | |
void |
eraseCheck(Check check)
Implements the query to erase a value constraint. |
void |
insertCheck(Check check)
Implements the query to insert a value constraint. |
boolean |
isReferenced(java.lang.String checkId)
|
java.util.List |
loadAllChecks()
Loads all detail information for all value constraints. |
Check |
loadCheckByID(java.lang.Integer id)
Loads all detail information for a value constraint identified by its id . |
void |
modifyCheck(Check check)
Implements the query to modify a value constraint. |
Methods inherited from class it.eng.spagobi.bo.dao.jdbc.AbstractJdbcDAO |
getConnection |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CheckDAOImpl()
Method Detail |
public java.util.List loadAllChecks() throws EMFUserError
ICheckDAO
Check
object. After that,
all value constraints are stored into a List
, which is returned.
loadAllChecks
in interface ICheckDAO
EMFUserError
- If an Exception occurredICheckDAO.loadAllChecks()
public Check loadCheckByID(java.lang.Integer id) throws EMFUserError
ICheckDAO
id
. All these information are stored into a
Check
object, which is
returned.
loadCheckByID
in interface ICheckDAO
id
- The id for the value constraint to load
Check
object containing all loaded information
EMFUserError
- If an Exception occurredICheckDAO.loadCheckByID(java.lang.Integer)
public void eraseCheck(Check check) throws EMFUserError
ICheckDAO
Check
object.
eraseCheck
in interface ICheckDAO
check
- The object containing all delete information
EMFUserError
- If an Exception occurredICheckDAO.eraseCheck(it.eng.spagobi.bo.Check)
public void insertCheck(Check check) throws EMFUserError
ICheckDAO
Check
object.
insertCheck
in interface ICheckDAO
check
- The object containing all insert information
EMFUserError
- If an Exception occurredICheckDAO.insertCheck(it.eng.spagobi.bo.Check)
public void modifyCheck(Check check) throws EMFUserError
ICheckDAO
Check
object.
modifyCheck
in interface ICheckDAO
check
- The object containing all modify information
EMFUserError
- If an Exception occurredICheckDAO.modifyCheck(it.eng.spagobi.bo.Check)
public boolean isReferenced(java.lang.String checkId) throws EMFUserError
isReferenced
in interface ICheckDAO
EMFUserError
ICheckDAO.isReferenced(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |