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

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

Uses of SbiParuse in it.eng.spagobi.bo.dao
 

Methods in it.eng.spagobi.bo.dao that return SbiParuse
 SbiParuse IParameterUseDAO.loadById(java.lang.Integer id)
          Loads all detail information for a parameter use mode identified by its id.
 

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

Methods in it.eng.spagobi.bo.dao.hibernate that return SbiParuse
 SbiParuse ParameterUseDAOHibImpl.loadById(java.lang.Integer id)
           
 

Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type SbiParuse
 void ParameterUseDAOHibImpl.fillParameterUse(ParameterUse aParameterUse, SbiParuse hibParUse)
          Fill an empty ParameterUse object extracting data from a SbiParuse object
 ParameterUse ParameterUseDAOHibImpl.toParameterUse(SbiParuse hibParUse)
          From the hibernate Parameter Use mode at input, gives the corrispondent ParameterUse object.
 

Uses of SbiParuse in it.eng.spagobi.importexport
 

Methods in it.eng.spagobi.importexport that return SbiParuse
static SbiParuse ImportUtilities.makeNewSbiParuse(SbiParuse paruse)
          Creates a new hibernate parameter use object
static SbiParuse ImportUtilities.makeNewSbiParuse(SbiParuse paruse, java.lang.Integer id)
          Creates a new hibernate parameter use object
 

Methods in it.eng.spagobi.importexport with parameters of type SbiParuse
 void MetadataAssociations.insertCoupleParuse(SbiParuse exp, SbiParuse curr)
          Inserts a couple of parameter uses into the associations
static SbiParuse ImportUtilities.makeNewSbiParuse(SbiParuse paruse)
          Creates a new hibernate parameter use object
static SbiParuse ImportUtilities.makeNewSbiParuse(SbiParuse paruse, java.lang.Integer id)
          Creates a new hibernate parameter use object
 

Uses of SbiParuse in it.eng.spagobi.metadata
 

Methods in it.eng.spagobi.metadata that return SbiParuse
 SbiParuse SbiParuseDetId.getSbiParuse()
           
 SbiParuse SbiParuseCkId.getSbiParuse()
           
 SbiParuse SbiObjParuseId.getSbiParuse()
           
 

Methods in it.eng.spagobi.metadata with parameters of type SbiParuse
 void SbiParuseDetId.setSbiParuse(SbiParuse sbiParuse)
           
 void SbiParuseCkId.setSbiParuse(SbiParuse sbiParuse)
           
 void SbiObjParuseId.setSbiParuse(SbiParuse sbiParuse)