@Repository public class StatisticDaoImpl extends Object implements StatisticDao
| Constructor and Description |
|---|
StatisticDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ChartSerie> |
getLoginsPerSpPerDay()
Makes a List of login data per Service Provider
|
List<ChartSerie> |
getLoginsPerSpPerDay(String idpEntityId)
Makes a List of login data per Service Provider got the Identity Provider
|
void |
setEbJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate ebJdbcTemplate) |
public List<ChartSerie> getLoginsPerSpPerDay(String idpEntityId)
StatisticDaogetLoginsPerSpPerDay in interface StatisticDaoidpEntityId - unique identifier of the Identity providerChartSeriepublic List<ChartSerie> getLoginsPerSpPerDay()
StatisticDaogetLoginsPerSpPerDay in interface StatisticDaoChartSeriepublic void setEbJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate ebJdbcTemplate)
Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.