Uses of Class
org.exoplatform.platform.gadget.services.LoginHistory.LoginCounterBean

Packages that use LoginCounterBean
org.exoplatform.platform.gadget.services.LoginHistory   
 

Uses of LoginCounterBean in org.exoplatform.platform.gadget.services.LoginHistory
 

Methods in org.exoplatform.platform.gadget.services.LoginHistory that return types with arguments of type LoginCounterBean
 List<LoginCounterBean> LoginHistoryServiceImpl.getLoginCountPerDaysInRange(String userId, long fromDate, long toDate)
          Get user's login count per days in range [fromDate..toDate]
 List<LoginCounterBean> LoginHistoryService.getLoginCountPerDaysInWeek(String userId, long week)
           
 List<LoginCounterBean> LoginHistoryServiceImpl.getLoginCountPerDaysInWeek(String userId, long week)
          Get user login count per days in given week
 List<LoginCounterBean> LoginHistoryService.getLoginCountPerMonthsInYear(String userId, long year)
           
 List<LoginCounterBean> LoginHistoryServiceImpl.getLoginCountPerMonthsInYear(String userId, long year)
          Get user login count per months in given year
 List<LoginCounterBean> LoginHistoryService.getLoginCountPerWeeksInMonths(String userId, long fromMonth, int numOfMonths)
           
 List<LoginCounterBean> LoginHistoryServiceImpl.getLoginCountPerWeeksInMonths(String userId, long fromMonth, int numOfMonths)
          Get user login count per weeks in given month
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.