nl.surfnet.coin.selfservice.dao
Interface StatisticDao

All Known Implementing Classes:
StatisticDaoImpl

public interface StatisticDao

Service for statistics


Method Summary
 List<ChartSerie> getLoginsPerSpPerDay(String idpEntityId, String spEntityId)
          Makes a List of login data for a specific Service Provider got the Identity Provider
 

Method Detail

getLoginsPerSpPerDay

List<ChartSerie> getLoginsPerSpPerDay(String idpEntityId,
                                      String spEntityId)
Makes a List of login data for a specific Service Provider got the Identity Provider

Parameters:
idpEntityId - unique identifier of the Identity provider
spEntityId - unique identifier of the Service provider
Returns:
List of StatResult


Copyright © 2012 SURFnet bv, The Netherlands. All Rights Reserved.