Uses of Class
org.sonar.core.purge.PurgeableSnapshotDto

Packages that use PurgeableSnapshotDto
org.sonar.core.purge   
 

Uses of PurgeableSnapshotDto in org.sonar.core.purge
 

Methods in org.sonar.core.purge that return PurgeableSnapshotDto
 PurgeableSnapshotDto PurgeableSnapshotDto.setDate(Date date)
           
 PurgeableSnapshotDto PurgeableSnapshotDto.setHasEvents(boolean b)
           
 PurgeableSnapshotDto PurgeableSnapshotDto.setLast(boolean last)
           
 PurgeableSnapshotDto PurgeableSnapshotDto.setSnapshotId(long snapshotId)
           
 

Methods in org.sonar.core.purge that return types with arguments of type PurgeableSnapshotDto
 List<PurgeableSnapshotDto> PurgeDao.selectPurgeableSnapshots(long resourceId)
           
 List<PurgeableSnapshotDto> PurgeMapper.selectPurgeableSnapshotsWithEvents(long resourceId)
           
 List<PurgeableSnapshotDto> PurgeMapper.selectPurgeableSnapshotsWithoutEvents(long resourceId)
           
 

Methods in org.sonar.core.purge with parameters of type PurgeableSnapshotDto
 int PurgeableSnapshotDto.compareTo(PurgeableSnapshotDto other)
           
 



Copyright © 2009-2012 SonarSource. All Rights Reserved.