Uses of Class
org.exoplatform.timetracker.dto.Team
-
Packages that use Team Package Description org.exoplatform.timetracker.dto org.exoplatform.timetracker.rest org.exoplatform.timetracker.service org.exoplatform.timetracker.storage -
-
Uses of Team in org.exoplatform.timetracker.dto
Constructors in org.exoplatform.timetracker.dto with parameters of type Team Constructor Description TeamMember(java.lang.String id, java.lang.String userName, java.lang.String role, Team team)Constructor for TeamMember.Constructor parameters in org.exoplatform.timetracker.dto with type arguments of type Team Constructor Description Activity(java.lang.Long id, Type type, SubType subType, ActivityCode activityCode, SubActivityCode subActivityCode, java.lang.String label, Project project, Feature feature, java.util.List<Team> teams)Constructor for Activity. -
Uses of Team in org.exoplatform.timetracker.rest
Methods in org.exoplatform.timetracker.rest with parameters of type Team Modifier and Type Method Description javax.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 Team Modifier and Type Method Description TeamTeamService. createTeam(Team team)Create new Team that will be available for all users.TeamTeamService. updateTeam(Team team)Update an existing Project on datasource.Methods in org.exoplatform.timetracker.service that return types with arguments of type Team Modifier and Type Method Description java.util.List<Team>TeamService. getTeams()Retrieves the list of Teams with offset, limit and a keyword that can be emptyjava.util.List<Team>TeamService. getTeamsList(java.lang.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 Team Modifier and Type Method Description TeamTeamService. createTeam(Team team)Create new Team that will be available for all users.TeamTeamService. updateTeam(Team team)Update an existing Project on datasource. -
Uses of Team in org.exoplatform.timetracker.storage
Methods in org.exoplatform.timetracker.storage that return Team Modifier and Type Method Description TeamTeamStorage. createTeam(Team team)createTeam.TeamTeamStorage. getDtoByGroupId(java.lang.String groupId)getDtoByGroupId.TeamTeamStorage. getTeamById(java.lang.String teamId)getTeamById.TeamTeamStorage. toDTO(org.exoplatform.services.organization.Group group)toDTO.TeamTeamStorage. updateTeam(Team team)updateTeam.Methods in org.exoplatform.timetracker.storage that return types with arguments of type Team Modifier and Type Method Description java.util.List<Team>TeamStorage. getTeams()getTeams.java.util.List<Team>TeamStorage. getTeamsByUser(java.lang.String userName)getTeamsByUser.java.util.List<Team>TeamStorage. toDtos(java.util.List<org.exoplatform.services.organization.Group> teams)toDtos.java.util.List<Team>TeamStorage. toDtos_(java.util.List<java.lang.String> teams)toDtos_.Methods in org.exoplatform.timetracker.storage with parameters of type Team Modifier and Type Method Description TeamTeamStorage. createTeam(Team team)createTeam.TeamTeamStorage. updateTeam(Team team)updateTeam.
-