Uses of Class
edu.ucsb.cs156.happiercows.entities.Profit
Packages that use Profit
- 
Uses of Profit in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type ProfitModifier and TypeMethodDescriptionProfitsController.allProfitsByCommonsId(Long commonsId) org.springframework.data.domain.Page<Profit>ProfitsController.allProfitsByCommonsIdPaged(int page, int size)  - 
Uses of Profit in edu.ucsb.cs156.happiercows.repositories
Methods in edu.ucsb.cs156.happiercows.repositories that return types with arguments of type ProfitModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<Profit>ProfitRepository.findAll(org.springframework.data.domain.Pageable pageable) ProfitRepository.findAllByUserCommons(UserCommons userCommons)