Uses of Class
overit.geocallapp.wfm.scheduling.rs1.teamlocation.DTOTeamLocation
Packages that use DTOTeamLocation
-
Uses of DTOTeamLocation in overit.geocallapp.wfm.scheduling.rs1.teamlocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamlocation that return types with arguments of type DTOTeamLocationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamLocation> TeamLocationService.get(Long teamLocationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOTeamLocation>> TeamLocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamLocationFilter filter)