Uses of Class
org.sonar.api.database.model.AsyncMeasureSnapshot

Packages that use AsyncMeasureSnapshot
org.sonar.jpa.dao   
 

Uses of AsyncMeasureSnapshot in org.sonar.jpa.dao
 

Methods in org.sonar.jpa.dao that return AsyncMeasureSnapshot
 AsyncMeasureSnapshot AsyncMeasuresDao.createAsyncMeasureSnapshot(Long asyncMeasureId, Integer snapshotId, Date AsyncMeasureDate, Date snapshotDate, Integer metricId, Integer projectId)
           
 AsyncMeasureSnapshot AsyncMeasuresDao.getLastAsyncMeasureSnapshot(Integer projetcId, Integer metricId, Date date)
           
 AsyncMeasureSnapshot AsyncMeasuresDao.getNextAsyncMeasureSnapshot(Integer projetcId, Integer metricId, Date date)
           
 

Methods in org.sonar.jpa.dao that return types with arguments of type AsyncMeasureSnapshot
 List<AsyncMeasureSnapshot> AsyncMeasuresDao.getAsyncMeasureSnapshotsFromSnapshotId(Integer snapshotId, List<Integer> metricIdsToExclude)
           
 List<AsyncMeasureSnapshot> AsyncMeasuresDao.getNextAsyncMeasureSnapshotsUntilDate(MeasureModel asyncMeasure, Date endDate)
           
 List<AsyncMeasureSnapshot> AsyncMeasuresDao.getPreviousAsyncMeasureSnapshots(Integer projectId, Date beginDate, Date endDate)
           
 

Methods in org.sonar.jpa.dao with parameters of type AsyncMeasureSnapshot
 void AsyncMeasuresDao.removeSnapshotFromAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot)
           
 void AsyncMeasuresDao.updateAsyncMeasureSnapshot(AsyncMeasureSnapshot asyncMeasureSnapshot, Snapshot snapshot)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.