Uses of Class
it.eng.spagobi.bo.Check

Packages that use Check
it.eng.spagobi.bo.dao   
it.eng.spagobi.bo.dao.hibernate   
it.eng.spagobi.bo.dao.jdbc   
it.eng.spagobi.importexport   
it.eng.spagobi.services.modules   
 

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)
           
 

Uses of Check in it.eng.spagobi.importexport
 

Methods in it.eng.spagobi.importexport with parameters of type Check
 void ExporterMetadata.insertCheck(Check check, org.hibernate.Session session)
          Insert a check into the exported database
 void ExporterMetadata.insertParuseCheck(ParameterUse parUse, Check check, org.hibernate.Session session)
          Insert an association between a parameter use and a check into the exported database
 

Uses of Check in it.eng.spagobi.services.modules
 

Methods in it.eng.spagobi.services.modules that return Check
private  Check DetailChecksModule.recoverCheckDetails(it.eng.spago.base.SourceBean request)