This project has retired. For details please refer to its
Attic page .
JdoRepositoryContentStatisticsDAO
org.apache.maven.archiva.database.jdo
Class JdoRepositoryContentStatisticsDAO
java.lang.Object
org.apache.maven.archiva.database.jdo.JdoRepositoryContentStatisticsDAO
All Implemented Interfaces: RepositoryContentStatisticsDAO
public class JdoRepositoryContentStatisticsDAO extends java.lang.Objectimplements RepositoryContentStatisticsDAO
JdoRepositoryContentStatisticsDAO
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
JdoRepositoryContentStatisticsDAO
public JdoRepositoryContentStatisticsDAO ()
deleteRepositoryContentStatistics
public void deleteRepositoryContentStatistics (org.apache.maven.archiva.model.RepositoryContentStatistics stats)
throws ArchivaDatabaseException
Specified by: deleteRepositoryContentStatistics
in interface RepositoryContentStatisticsDAO
Throws:
ArchivaDatabaseException
queryRepositoryContentStatistics
public java.util.List<org.apache.maven.archiva.model.RepositoryContentStatistics> queryRepositoryContentStatistics (Constraint constraint)
throws ObjectNotFoundException ,
ArchivaDatabaseException
Specified by: queryRepositoryContentStatistics
in interface RepositoryContentStatisticsDAO
Throws:
ObjectNotFoundException
ArchivaDatabaseException
saveRepositoryContentStatistics
public org.apache.maven.archiva.model.RepositoryContentStatistics saveRepositoryContentStatistics (org.apache.maven.archiva.model.RepositoryContentStatistics stats)
Specified by: saveRepositoryContentStatistics
in interface RepositoryContentStatisticsDAO