Uses of Class
overit.geocallapp.wfm.teams.rs1.team.DTOTeam
Packages that use DTOTeam
-
Uses of DTOTeam in overit.geocallapp.wfm.teams.rs1.team
Methods in overit.geocallapp.wfm.teams.rs1.team that return types with arguments of type DTOTeamModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeam> TeamService.get(Long teamId, Collection<String> fields) Retrieves the requiredDTOTeamby calling from theTeamLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeam>> TeamService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamFilter filter) Returns the collection of all the stored teams by calling theTeamSearchEvent.