Uses of Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.exception.goal.ActiveGoalLimitExceededException
Packages that use ActiveGoalLimitExceededException
Package
Description
-
Uses of ActiveGoalLimitExceededException in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that throw ActiveGoalLimitExceededExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<GoalResponseDTO> GoalController.createUserGoal
(GoalCreateDTO goalDTO, org.springframework.security.core.userdetails.UserDetails userDetails) Creates a saving goal -
Uses of ActiveGoalLimitExceededException in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that throw ActiveGoalLimitExceededExceptionModifier and TypeMethodDescriptionGoalService.save
(GoalCreateDTO goalDTO, User user) Saves a goal entity.