Uses of Class
overit.geocallapp.wfm.locations.rs1.country.DTOCountry
Packages that use DTOCountry
-
Uses of DTOCountry in overit.geocallapp.wfm.locations.rs1.country
Methods in overit.geocallapp.wfm.locations.rs1.country that return types with arguments of type DTOCountryModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOCountry> CountryService.get(String id, Collection<String> fields) Retrieves the required country.org.springframework.http.ResponseEntity<PageResponse<DTOCountry>> CountryService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOCountrySearchFilter filter) Retrieve the all stored countries.