Uses of Class
ntnu.idatt2016.v233.SmartMat.dto.request.product.AllergyRequest
Packages that use AllergyRequest
-
Uses of AllergyRequest in ntnu.idatt2016.v233.SmartMat.controller.user
Methods in ntnu.idatt2016.v233.SmartMat.controller.user with parameters of type AllergyRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
UserController.addAllergyToUser
(AllergyRequest allergyRequest, org.springframework.security.core.Authentication authentication) Adds the specified allergy to the user with the given username.org.springframework.http.ResponseEntity<String>
UserController.deleteAllergyFromUser
(AllergyRequest allergyRequest, org.springframework.security.core.Authentication authentication) Deletes the specified allergy from the user with the given username.