JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
edu.ucsb.cs156.happiercows.entities.Profit
Packages that use
Profit
Package
Description
edu.ucsb.cs156.happiercows.controllers
edu.ucsb.cs156.happiercows.repositories
Uses of
Profit
in
edu.ucsb.cs156.happiercows.controllers
Methods in
edu.ucsb.cs156.happiercows.controllers
that return types with arguments of type
Profit
Modifier and Type
Method
Description
Iterable
<
Profit
>
ProfitsController.
allProfitsByCommonsId
(
Long
commonsId)
Uses of
Profit
in
edu.ucsb.cs156.happiercows.repositories
Methods in
edu.ucsb.cs156.happiercows.repositories
that return types with arguments of type
Profit
Modifier and Type
Method
Description
Iterable
<
Profit
>
ProfitRepository.
findAllByUserCommons
(
UserCommons
userCommons)