Uses of Class
overit.geocallapp.wfm.teams.rs1.teamtypes.DTOTeamType
Packages that use DTOTeamType
-
Uses of DTOTeamType in overit.geocallapp.wfm.teams.rs1.teamtypes
Methods in overit.geocallapp.wfm.teams.rs1.teamtypes that return types with arguments of type DTOTeamTypeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamType> TeamTypeService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamTypeby calling theTeamTypeLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamType>> TeamTypeService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamTypeFilter filter) Returns the collection of all the stored team typ[e by calling theTeamTypeSearchEvent.