Uses of Class
edu.ucsb.cs156.happiercows.entities.CommonStats
Package
Description
-
Uses of CommonStats in edu.ucsb.cs156.happiercows.controllers
Modifier and TypeMethodDescriptionCommonStatsController.allCommonStats()
CommonStatsController.allCommonStatsForCommons
(Long commonsId) -
Uses of CommonStats in edu.ucsb.cs156.happiercows.helpers
Modifier and TypeMethodDescriptionstatic ByteArrayInputStream
CommonStatsCSVHelper.toCSV
(Iterable<CommonStats> stats) -
Uses of CommonStats in edu.ucsb.cs156.happiercows.repositories
Modifier and TypeMethodDescriptionCommonStatsRepository.findAll
(org.springframework.data.domain.Sort sort) CommonStatsRepository.findAllByCommonsId
(Long commonsId) -
Uses of CommonStats in edu.ucsb.cs156.happiercows.services
Modifier and TypeMethodDescriptionCommonStatsService.createAndSaveCommonStats
(Long commonsId) CommonStatsService.createCommonStats
(Long commonsId)