|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO
it.eng.spagobi.bo.dao.hibernate.CheckDAOHibImpl
public class CheckDAOHibImpl
Defines the Hibernate implementations for all DAO methods, for a value constraint.
Constructor Summary | |
---|---|
CheckDAOHibImpl()
|
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. |
Check |
toCheck(SbiChecks hibCheck)
From the hibernate BI value constraint at input, gives the corrispondent Check object. |
Methods inherited from class it.eng.spagobi.bo.dao.hibernate.AbstractHibernateDAO |
---|
getSession, logException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CheckDAOHibImpl()
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 Check toCheck(SbiChecks hibCheck)
Check
object.
hibCheck
- The hybernate value constraint at input
Check
objectpublic 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 |