Uses of Class
org.exoplatform.timetracker.dto.Team
Packages that use Team
Package
Description
-
Uses of Team in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type TeamModifierConstructorDescriptionTeamMember(String id, String userName, String role, Team team) Constructor for TeamMember.Constructor parameters in org.exoplatform.timetracker.dto with type arguments of type Team -
Uses of Team in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type TeamModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTeamManagementREST.createTeam(Team team) createTeam.javax.ws.rs.core.ResponseTeamManagementREST.updateTeam(Team team) updateTeam. -
Uses of Team in org.exoplatform.timetracker.service
Methods in org.exoplatform.timetracker.service that return TeamModifier and TypeMethodDescriptionTeamService.createTeam(Team team) Create new Team that will be available for all users.TeamService.updateTeam(Team team) Update an existing Project on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamService.getTeams()Retrieves the list of Teams with offset, limit and a keyword that can be emptyTeamService.getTeamsList(String userName) Retrieves the list of Teams with offset, limit and a keyword that can be emptyMethods in org.exoplatform.timetracker.service with parameters of type TeamModifier and TypeMethodDescriptionTeamService.createTeam(Team team) Create new Team that will be available for all users.TeamService.updateTeam(Team team) Update an existing Project on datasource.Method parameters in org.exoplatform.timetracker.service with type arguments of type TeamModifier and TypeMethodDescriptionActivityRecordService.generateTSCode(List<Team> teams, ActivityRecord record, String exportType) -
Uses of Team in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return TeamModifier and TypeMethodDescriptionTeamStorage.createTeam(Team team) createTeam.TeamStorage.getDtoByGroupId(String groupId) getDtoByGroupId.TeamStorage.getTeamById(String teamId) getTeamById.TeamStorage.toDTO(org.exoplatform.services.organization.Group group) toDTO.TeamStorage.updateTeam(Team team) updateTeam.Methods in org.exoplatform.timetracker.storage that return types with arguments of type TeamModifier and TypeMethodDescriptionTeamStorage.getTeams()getTeams.TeamStorage.getTeamsByUser(String userName) getTeamsByUser.toDtos.toDtos_.Methods in org.exoplatform.timetracker.storage with parameters of type TeamModifier and TypeMethodDescriptionTeamStorage.createTeam(Team team) createTeam.TeamStorage.updateTeam(Team team) updateTeam.