Uses of Class
overit.geocallapp.wfm.locations.rs1.address.DTOAddress
Packages that use DTOAddress
-
Uses of DTOAddress in overit.geocallapp.wfm.locations.rs1.address
Methods in overit.geocallapp.wfm.locations.rs1.address that return types with arguments of type DTOAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOAddress> AddressService.get(Long id, Collection<String> fields) Retrieves the required address.org.springframework.http.ResponseEntity<PageResponse<DTOAddress>> AddressService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOAddressSearchFilter filter) Retrieve the all stored addresses.