Uses of Class
edu.ucsb.cs156.happiercows.entities.Commons
Packages that use Commons
-
Uses of Commons in edu.ucsb.cs156.happiercows.controllers
Methods in edu.ucsb.cs156.happiercows.controllers that return CommonsMethods in edu.ucsb.cs156.happiercows.controllers that return types with arguments of type CommonsModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Commons>
CommonsController.deleteUserFromCommon
(Long commonsId, Long userId) Methods in edu.ucsb.cs156.happiercows.controllers with parameters of type Commons -
Uses of Commons in edu.ucsb.cs156.happiercows.jobs
Methods in edu.ucsb.cs156.happiercows.jobs with parameters of type CommonsModifier and TypeMethodDescriptionstatic double
MilkTheCowsJob.calculateMilkingProfit
(Commons commons, UserCommons userCommons) Calculate the profit for a user from milking their cows.void
MilkTheCowsJob.milkCows
(JobContext ctx, Commons commons, UserCommons userCommons) This method performs the function of milking the cows for a single userCommons.