class AppInstallationStatsServiceImpl extends java.lang.Object implements AppInstallationStatsService
Modifier and Type | Field and Description |
---|---|
private javax.inject.Provider<AppInstallationRepository> |
repoProvider |
Constructor and Description |
---|
AppInstallationStatsServiceImpl(javax.inject.Provider<AppInstallationRepository> repoProvider) |
Modifier and Type | Method and Description |
---|---|
java.util.List<StatsEntry> |
getStats() |
private final javax.inject.Provider<AppInstallationRepository> repoProvider
@Inject public AppInstallationStatsServiceImpl(javax.inject.Provider<AppInstallationRepository> repoProvider)
public java.util.List<StatsEntry> getStats()
getStats
in interface AppInstallationStatsService