Uses of Class
overit.geocallapp.wfm.teams.rs1.teamlevel.DTOTeamLevel
Packages that use DTOTeamLevel
-
Uses of DTOTeamLevel in overit.geocallapp.wfm.teams.rs1.teamlevel
Methods in overit.geocallapp.wfm.teams.rs1.teamlevel that return types with arguments of type DTOTeamLevelModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamLevel> TeamLevelService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamLevelby calling theTeamLevelLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamLevel>> TeamLevelService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamLevelFilter filter) Returns the collection of all the stored team level by calling theTeamLevelSearchEvent.