Uses of Class
ntnu.idatt2016.v233.SmartMat.entity.group.Group
Packages that use Group
Package
Description
-
Uses of Group in ntnu.idatt2016.v233.SmartMat.dto.response.group
Constructors in ntnu.idatt2016.v233.SmartMat.dto.response.group with parameters of type GroupModifierConstructorDescriptionGroupDetailsResponse(Group group, List<UserAuthorityInfo> userAuthorityInfoList) -
Uses of Group in ntnu.idatt2016.v233.SmartMat.repository.group
Methods in ntnu.idatt2016.v233.SmartMat.repository.group that return types with arguments of type GroupModifier and TypeMethodDescriptionUserGroupAssoRepository.createConnectionAfterCreateGroup(String username, long groupId) Creates a new user-group association with the specified user and group IDs and assigns the user as the primary group administrator with ADMIN authority.GroupRepository.findByGroupId(long id) Finds a group by group idGroupRepository.findByGroupName(String name) Finds a group by group nameGroupRepository.findByLinkCode(String linkCode) Gets a group with a given link codeMethods in ntnu.idatt2016.v233.SmartMat.repository.group with parameters of type GroupModifier and TypeMethodDescriptionUserGroupAssoRepository.findAllByGroup(Group group) Retrieves a list of UserGroupAsso objects for the specified Group object.UserGroupAssoRepository.findAllByGroupAndUser(Group group, User user) Finds all UserGroupAsso objects associated with the specified group and user.WasteRepository.findByGroupId(Group groupId) -
Uses of Group in ntnu.idatt2016.v233.SmartMat.service.group
Methods in ntnu.idatt2016.v233.SmartMat.service.group that return GroupMethods in ntnu.idatt2016.v233.SmartMat.service.group that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupService.getGroupById(long id) Gets a group by its idGroupService.getGroupByLinkCode(String linkCode) Gets a group by its link codeGroupService.getGroupByName(String name) Gets a group by its nameGroupService.setLevelByGroupId(long id, long exp) Sets the level of the group identified by the given ID to the level corresponding to the given experience points.GroupService.updateGroup(Group group) Updates a groupMethods in ntnu.idatt2016.v233.SmartMat.service.group with parameters of type GroupModifier and TypeMethodDescriptionGroupService.createGroup(Group group) Creates a new groupGroupService.updateGroup(Group group) Updates a group