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

Packages that use SbiChecks
it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata   
it.eng.spagobi.behaviouralmodel.check.dao   
it.eng.spagobi.tools.importexport   
 

Uses of SbiChecks in it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata that return SbiChecks
 SbiChecks SbiParuseCkId.getSbiChecks()
          Gets the sbi checks.
 

Methods in it.eng.spagobi.behaviouralmodel.analyticaldriver.metadata with parameters of type SbiChecks
 void SbiParuseCkId.setSbiChecks(SbiChecks sbiChecks)
          Sets the sbi checks.
 

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

Methods in it.eng.spagobi.behaviouralmodel.check.dao 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.tools.importexport
 

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