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

Packages that use Check
it.eng.spagobi.behaviouralmodel.check.dao   
it.eng.spagobi.tools.importexport   
 

Uses of Check in it.eng.spagobi.behaviouralmodel.check.dao
 

Methods in it.eng.spagobi.behaviouralmodel.check.dao that return Check
 Check ICheckDAO.loadCheckByID(java.lang.Integer id)
          Loads all detail information for a value constraint identified by its id.
 Check CheckDAOHibImpl.loadCheckByID(java.lang.Integer id)
          Load check by id.
 Check CheckDAOHibImpl.toCheck(SbiChecks hibCheck)
          From the hibernate BI value constraint at input, gives the corrispondent Check object.
 

Methods in it.eng.spagobi.behaviouralmodel.check.dao with parameters of type Check
 void ICheckDAO.eraseCheck(Check check)
          Implements the query to erase a value constraint.
 void CheckDAOHibImpl.eraseCheck(Check check)
          Erase check.
 void ICheckDAO.insertCheck(Check check)
          Implements the query to insert a value constraint.
 void CheckDAOHibImpl.insertCheck(Check check)
          Insert check.
 void ICheckDAO.modifyCheck(Check check)
          Implements the query to modify a value constraint.
 void CheckDAOHibImpl.modifyCheck(Check check)
          Modify check.
 

Uses of Check in it.eng.spagobi.tools.importexport
 

Methods in it.eng.spagobi.tools.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.