Uses of Class
it.eng.spagobi.booklets.bo.ConfiguredBIDocument

Packages that use ConfiguredBIDocument
it.eng.spagobi.booklets.dao   
 

Uses of ConfiguredBIDocument in it.eng.spagobi.booklets.dao
 

Methods in it.eng.spagobi.booklets.dao that return ConfiguredBIDocument
 ConfiguredBIDocument IBookletsCmsDao.getConfigureDocument(java.lang.String pathBooklet, java.lang.String conDocIdentifier)
           
 ConfiguredBIDocument BookletsCmsDaoImpl.getConfigureDocument(java.lang.String pathBooklet, java.lang.String conDocIdentifier)
           
 

Methods in it.eng.spagobi.booklets.dao with parameters of type ConfiguredBIDocument
 void IBookletsCmsDao.addConfiguredDocument(java.lang.String pathBooklet, ConfiguredBIDocument doc)
           
 void BookletsCmsDaoImpl.addConfiguredDocument(java.lang.String pathBooklet, ConfiguredBIDocument doc)