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