Uses of Class
org.kuali.rice.kew.stats.Stats
Packages that use Stats
Package
Description
-
Uses of Stats in org.kuali.rice.kew.stats.dao
Methods in org.kuali.rice.kew.stats.dao with parameters of type StatsModifier and TypeMethodDescriptionvoidStatsDAO.DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) voidStatsDAO.NumActiveItemsReport(Stats stats) voidStatsDAO.NumberOfDocTypesReport(Stats stats) voidStatsDAO.NumInitiatedDocsByDocTypeReport(Stats stats) voidStatsDAO.NumUsersReport(Stats stats) -
Uses of Stats in org.kuali.rice.kew.stats.dao.impl
Methods in org.kuali.rice.kew.stats.dao.impl with parameters of type StatsModifier and TypeMethodDescriptionvoidStatsDaoJpa.DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) voidStatsDaoJpa.NumActiveItemsReport(Stats stats) voidStatsDaoJpa.NumberOfDocTypesReport(Stats stats) voidStatsDaoJpa.NumInitiatedDocsByDocTypeReport(Stats stats) voidStatsDaoJpa.NumUsersReport(Stats stats) -
Uses of Stats in org.kuali.rice.kew.stats.service
Methods in org.kuali.rice.kew.stats.service with parameters of type StatsModifier and TypeMethodDescriptionvoidStatsService.DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) voidStatsService.NumActiveItemsReport(Stats stats) voidStatsService.NumberOfDocTypesReport(Stats stats) voidStatsService.NumInitiatedDocsByDocTypeReport(Stats stats) voidStatsService.NumUsersReport(Stats stats) -
Uses of Stats in org.kuali.rice.kew.stats.service.impl
Methods in org.kuali.rice.kew.stats.service.impl with parameters of type StatsModifier and TypeMethodDescriptionvoidStatsServiceImpl.DocumentsRoutedReport(Stats stats, Date begDate, Date endDate) voidStatsServiceImpl.NumActiveItemsReport(Stats stats) voidStatsServiceImpl.NumberOfDocTypesReport(Stats stats) voidStatsServiceImpl.NumInitiatedDocsByDocTypeReport(Stats stats) voidStatsServiceImpl.NumUsersReport(Stats stats) -
Uses of Stats in org.kuali.rice.kew.stats.web
Methods in org.kuali.rice.kew.stats.web that return StatsMethods in org.kuali.rice.kew.stats.web with parameters of type Stats