Uses of Class
overit.geocallapp.wfm.scheduling.rs1.teamdislocation.DTOTeamDislocation
Packages that use DTOTeamDislocation
-
Uses of DTOTeamDislocation in overit.geocallapp.wfm.scheduling.rs1.teamdislocation
Methods in overit.geocallapp.wfm.scheduling.rs1.teamdislocation that return types with arguments of type DTOTeamDislocationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamDislocation> TeamDislocationService.get(Long teamDislocationId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOTeamDislocation>> TeamDislocationService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTOTeamDislocationFilter filter)