Uses of Class
it.eng.spagobi.analiticalmodel.document.bo.Snapshot

Packages that use Snapshot
it.eng.spagobi.analiticalmodel.document.dao   
it.eng.spagobi.tools.scheduler.utils   
 

Uses of Snapshot in it.eng.spagobi.analiticalmodel.document.dao
 

Methods in it.eng.spagobi.analiticalmodel.document.dao that return Snapshot
 Snapshot SnapshotDAOHibImpl.loadSnapshot(java.lang.Integer idSnap)
           
 Snapshot ISnapshotDAO.loadSnapshot(java.lang.Integer idSnap)
          Load a snapshot.
 

Uses of Snapshot in it.eng.spagobi.tools.scheduler.utils
 

Methods in it.eng.spagobi.tools.scheduler.utils that return Snapshot
static Snapshot SchedulerUtilities.getNamedHistorySnapshot(java.util.List allsnapshots, java.lang.String namesnap, int hist)
          Gets the named history snapshot.