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

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

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

Methods in it.eng.spagobi.bo.dao that return SbiObjPar
 SbiObjPar IBIObjectParameterDAO.loadById(java.lang.Integer id)
          Loads all detail information for a BI Object Parameter identified by its objParId.
 

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

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

Methods in it.eng.spagobi.bo.dao.hibernate with parameters of type SbiObjPar
 BIObjectParameter BIObjectParameterDAOHibImpl.toBIObjectParameter(SbiObjPar hiObjPar)
          From the hibernate BI object parameter at input, gives the corrispondent BIObjectParameter object.
 

Uses of SbiObjPar in it.eng.spagobi.importexport
 

Methods in it.eng.spagobi.importexport that return SbiObjPar
static SbiObjPar ImportUtilities.makeNewSbiObjpar(SbiObjPar objpar)
          Creates a new hibernate biobject parameter object
static SbiObjPar ImportUtilities.makeNewSbiObjpar(SbiObjPar objpar, java.lang.Integer id)
          Creates a new hibernate biobject parameter object
 

Methods in it.eng.spagobi.importexport with parameters of type SbiObjPar
 void MetadataAssociations.insertCoupleObjpar(SbiObjPar exp, SbiObjPar curr)
          Inserts a couple of objpar into the associations
static SbiObjPar ImportUtilities.makeNewSbiObjpar(SbiObjPar objpar)
          Creates a new hibernate biobject parameter object
static SbiObjPar ImportUtilities.makeNewSbiObjpar(SbiObjPar objpar, java.lang.Integer id)
          Creates a new hibernate biobject parameter object
 

Uses of SbiObjPar in it.eng.spagobi.metadata
 

Methods in it.eng.spagobi.metadata that return SbiObjPar
 SbiObjPar SbiObjParuseId.getSbiObjPar()
           
 SbiObjPar SbiObjParuseId.getSbiObjParFather()
           
 

Methods in it.eng.spagobi.metadata with parameters of type SbiObjPar
 void SbiObjParuseId.setSbiObjPar(SbiObjPar sbiObjPar)
           
 void SbiObjParuseId.setSbiObjParFather(SbiObjPar sbiObjParFather)