|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Check | |
it.eng.spagobi.bo.dao | |
it.eng.spagobi.bo.dao.hibernate | |
it.eng.spagobi.bo.dao.jdbc |
Uses of Check in it.eng.spagobi.bo.dao |
Methods in it.eng.spagobi.bo.dao that return Check | |
Check |
ICheckDAO.loadCheckByID(java.lang.Integer id)
Loads all detail information for a value constraint identified by its id . |
Methods in it.eng.spagobi.bo.dao with parameters of type Check | |
void |
ICheckDAO.eraseCheck(Check check)
Implements the query to erase a value constraint. |
void |
ICheckDAO.insertCheck(Check check)
Implements the query to insert a value constraint. |
void |
ICheckDAO.modifyCheck(Check check)
Implements the query to modify a value constraint. |
Uses of Check in it.eng.spagobi.bo.dao.hibernate |
Methods in it.eng.spagobi.bo.dao.hibernate that return Check | |
Check |
CheckDAOHibImpl.loadCheckByID(java.lang.Integer id)
|
Check |
CheckDAOHibImpl.toCheck(SbiChecks hibCheck)
From the hibernate BI value constraint at input, gives the corrispondent Check object. |
Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type Check | |
void |
CheckDAOHibImpl.eraseCheck(Check check)
|
void |
CheckDAOHibImpl.insertCheck(Check check)
|
void |
CheckDAOHibImpl.modifyCheck(Check check)
|
Uses of Check in it.eng.spagobi.bo.dao.jdbc |
Methods in it.eng.spagobi.bo.dao.jdbc that return Check | |
Check |
CheckDAOImpl.loadCheckByID(java.lang.Integer id)
|
Methods in it.eng.spagobi.bo.dao.jdbc with parameters of type Check | |
void |
CheckDAOImpl.eraseCheck(Check check)
|
void |
CheckDAOImpl.insertCheck(Check check)
|
void |
CheckDAOImpl.modifyCheck(Check check)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |