Uses of Class
ntnu.idatt2016.v233.SmartMat.entity.group.Achievement
Packages that use Achievement
Package
Description
-
Uses of Achievement in ntnu.idatt2016.v233.SmartMat.controller.group
Methods in ntnu.idatt2016.v233.SmartMat.controller.group that return types with arguments of type AchievementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Achievement>
AchievementController.getAchievement
(String achievementName) Gets an achievement from the databaseorg.springframework.http.ResponseEntity<List<Achievement>>
AchievementController.getAchievements()
Gets all achievements from the database -
Uses of Achievement in ntnu.idatt2016.v233.SmartMat.repository.group
Methods in ntnu.idatt2016.v233.SmartMat.repository.group that return types with arguments of type AchievementModifier and TypeMethodDescriptionAchievementRepository.findByAchievementName
(String achievementName) Finds an achievement by its name -
Uses of Achievement in ntnu.idatt2016.v233.SmartMat.service.user
Methods in ntnu.idatt2016.v233.SmartMat.service.user that return types with arguments of type AchievementModifier and TypeMethodDescriptionAchievementService.getAchievement
(String achievementName) Gets an achievement from the databaseAchievementService.getAchievements()
Gets all achievements from the database