Class JDBCStatisticsDAO
java.lang.Object
org.silverpeas.mobile.server.dao.statistics.JDBCStatisticsDAO
- All Implemented Interfaces:
StatisticsDAO
- Author:
- svu
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JDBCStatisticsDAO
public JDBCStatisticsDAO()
-
-
Method Details
-
saveLoginEvent
public void saveLoginEvent(long userId, short platform, String appVersion, String osVersion, String ipAddress, String countryCode, String device) - Specified by:
saveLoginEventin interfaceStatisticsDAO
-