Uses of Class
org.exoplatform.cs.entity.StatLogEntity
-
Packages that use StatLogEntity Package Description org.exoplatform.cs.dao org.exoplatform.cs.service -
-
Uses of StatLogEntity in org.exoplatform.cs.dao
Methods in org.exoplatform.cs.dao that return types with arguments of type StatLogEntity Modifier and Type Method Description List<StatLogEntity>StatLogDAO. getAllStatsByType(String type)List<StatLogEntity>StatLogDAO. getAllStatsByTypeAndDates(String type, Calendar from, Calendar to)List<StatLogEntity>StatLogDAO. getMonthlyStatsByType(String type)List<StatLogEntity>StatLogDAO. getMonthlyStatsByTypeAndDates(String type, Calendar from, Calendar to)List<StatLogEntity>StatLogDAO. getStatsByTypeAndDate(String type, Calendar statDate)List<StatLogEntity>StatLogDAO. getWeeklyStatsByType(String type)List<StatLogEntity>StatLogDAO. getWeeklyStatsByTypeAndDates(String type, Calendar from, Calendar to) -
Uses of StatLogEntity in org.exoplatform.cs.service
Methods in org.exoplatform.cs.service that return StatLogEntity Modifier and Type Method Description StatLogEntityStatsService. save(StatLogEntity entity)Methods in org.exoplatform.cs.service with parameters of type StatLogEntity Modifier and Type Method Description StatLogEntityStatsService. save(StatLogEntity entity)
-