Uses of Class
overit.geocallapp.wfm.teams.rs1.teamcardinality.DTOTeamCardinality
Packages that use DTOTeamCardinality
-
Uses of DTOTeamCardinality in overit.geocallapp.wfm.teams.rs1.teamcardinality
Methods in overit.geocallapp.wfm.teams.rs1.teamcardinality that return types with arguments of type DTOTeamCardinalityModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOTeamCardinality> TeamCardinalityService.get(Long id, Collection<String> fields) Retrieves the requiredDTOTeamCardinalityby calling theTeamCardinalityLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOTeamCardinality>> TeamCardinalityService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOTeamCardinalityFilter filter) Returns the collection of all the stored team cardinalities by calling theTeamCardinalitySearchEvent.