Uses of Class
edu.ucsb.cs156.frontiers.entities.Team
Packages that use Team
Package
Description
-
Uses of Team in edu.ucsb.cs156.frontiers.controllers
Methods in edu.ucsb.cs156.frontiers.controllers that return TeamModifier and TypeMethodDescriptionTeamsController.getTeamById(Long id, Long courseId) This method returns a single team by its idThis method creates a new Team.Methods in edu.ucsb.cs156.frontiers.controllers that return types with arguments of type Team -
Uses of Team in edu.ucsb.cs156.frontiers.repositories
Methods in edu.ucsb.cs156.frontiers.repositories that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamRepository.findByCourseId(Long courseId) TeamRepository.findByCourseIdAndName(Long courseId, String name) TeamRepository.findByCourseIdOrderByNameAsc(Long courseId) Methods in edu.ucsb.cs156.frontiers.repositories with parameters of type TeamModifier and TypeMethodDescriptionTeamMemberRepository.findByTeamAndRosterStudent(Team team, RosterStudent rosterStudent) -
Uses of Team in edu.ucsb.cs156.frontiers.services
Methods in edu.ucsb.cs156.frontiers.services with parameters of type TeamModifier and TypeMethodDescriptionGithubTeamService.createOrGetTeamId(Team team, Course course) Creates a team on GitHub if it doesn't exist, or returns the existing team ID.