Uses of Class
it.eng.spagobi.metadata.SbiChecks

Packages that use SbiChecks
it.eng.spagobi.bo.dao.hibernate   
it.eng.spagobi.importexport   
it.eng.spagobi.metadata   
 

Uses of SbiChecks in it.eng.spagobi.bo.dao.hibernate
 

Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type SbiChecks
 Check CheckDAOHibImpl.toCheck(SbiChecks hibCheck)
          From the hibernate BI value constraint at input, gives the corrispondent Check object.
 

Uses of SbiChecks in it.eng.spagobi.importexport
 

Methods in it.eng.spagobi.importexport that return SbiChecks
static SbiChecks ImportUtilities.makeNewSbiCheck(SbiChecks check)
          Creates a new hibernate check object
static SbiChecks ImportUtilities.makeNewSbiCheck(SbiChecks check, java.lang.Integer id)
          Creates a new hibernate check object
 

Methods in it.eng.spagobi.importexport with parameters of type SbiChecks
 void MetadataAssociations.insertCoupleCheck(SbiChecks exp, SbiChecks curr)
          Inserts a couple of checks into the associations
static SbiChecks ImportUtilities.makeNewSbiCheck(SbiChecks check)
          Creates a new hibernate check object
static SbiChecks ImportUtilities.makeNewSbiCheck(SbiChecks check, java.lang.Integer id)
          Creates a new hibernate check object
 

Uses of SbiChecks in it.eng.spagobi.metadata
 

Fields in it.eng.spagobi.metadata declared as SbiChecks
private  SbiChecks SbiParuseCkId.sbiChecks
           
 

Methods in it.eng.spagobi.metadata that return SbiChecks
 SbiChecks SbiParuseCkId.getSbiChecks()
           
 

Methods in it.eng.spagobi.metadata with parameters of type SbiChecks
 void SbiParuseCkId.setSbiChecks(SbiChecks sbiChecks)