Uses of Class
nl.surfnet.coin.selfservice.domain.ChartSerie

Packages that use ChartSerie
nl.surfnet.coin.selfservice.control.idpadmin   
nl.surfnet.coin.selfservice.dao   
nl.surfnet.coin.selfservice.dao.impl   
 

Uses of ChartSerie in nl.surfnet.coin.selfservice.control.idpadmin
 

Methods in nl.surfnet.coin.selfservice.control.idpadmin that return ChartSerie
 ChartSerie StatisticController.getLoginsPerSP(IdentityProvider selectedidp, String spentityid)
           
 

Uses of ChartSerie in nl.surfnet.coin.selfservice.dao
 

Methods in nl.surfnet.coin.selfservice.dao that return types with arguments of type ChartSerie
 List<ChartSerie> StatisticDao.getLoginsPerSpPerDay(String idpEntityId, String spEntityId)
          Makes a List of login data for a specific Service Provider got the Identity Provider
 

Uses of ChartSerie in nl.surfnet.coin.selfservice.dao.impl
 

Methods in nl.surfnet.coin.selfservice.dao.impl that return types with arguments of type ChartSerie
 List<ChartSerie> StatisticDaoImpl.convertStatResultsToChartSeries(List<StatResult> statResults)
          The SQL query returns a single row per date/Service provider combination.
 List<ChartSerie> StatisticDaoImpl.getLoginsPerSpPerDay(String idpEntityId, String spEntityId)
           
 



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