Uses of Class
edu.ucsb.cs156.happiercows.entities.CommonStats
Packages that use CommonStats
Package
Description
-
Uses of CommonStats in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type CommonStatsModifier and TypeMethodDescriptionCommonStatsController.allCommonStats()CommonStatsController.allCommonStatsForCommons(Long commonsId) -
Uses of CommonStats in edu.ucsb.cs156.happiercows.helpers
Method parameters in edu.ucsb.cs156.happiercows.helpers with type arguments of type CommonStatsModifier and TypeMethodDescriptionstatic ByteArrayInputStreamCommonStatsCSVHelper.toCSV(Iterable<CommonStats> stats) -
Uses of CommonStats in edu.ucsb.cs156.happiercows.repositories
Methods in edu.ucsb.cs156.happiercows.repositories that return types with arguments of type CommonStatsModifier and TypeMethodDescriptionCommonStatsRepository.findAll(org.springframework.data.domain.Sort sort) CommonStatsRepository.findAllByCommonsId(Long commonsId) -
Uses of CommonStats in edu.ucsb.cs156.happiercows.services
Methods in edu.ucsb.cs156.happiercows.services that return CommonStatsModifier and TypeMethodDescriptionCommonStatsService.createAndSaveCommonStats(Long commonsId) CommonStatsService.createCommonStats(Long commonsId)