This project has retired. For details please refer to its
Attic page.
RepositoryContentStatisticsDAO
org.apache.maven.archiva.database
Interface RepositoryContentStatisticsDAO
- All Known Implementing Classes:
- JdoRepositoryContentStatisticsDAO
public interface RepositoryContentStatisticsDAO
RepositoryContentStatisticsDAO
queryRepositoryContentStatistics
java.util.List<org.apache.maven.archiva.model.RepositoryContentStatistics> queryRepositoryContentStatistics(Constraint constraint)
throws ObjectNotFoundException,
ArchivaDatabaseException
- Throws:
ObjectNotFoundException
ArchivaDatabaseException
saveRepositoryContentStatistics
org.apache.maven.archiva.model.RepositoryContentStatistics saveRepositoryContentStatistics(org.apache.maven.archiva.model.RepositoryContentStatistics stats)
deleteRepositoryContentStatistics
void deleteRepositoryContentStatistics(org.apache.maven.archiva.model.RepositoryContentStatistics stats)
throws ArchivaDatabaseException
- Throws:
ArchivaDatabaseException