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