Uses of Class
overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress.DTOOperationCenterAddress
Packages that use DTOOperationCenterAddress
-
Uses of DTOOperationCenterAddress in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress that return types with arguments of type DTOOperationCenterAddressModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOperationCenterAddress> OperationCenterAddressService.get(Long operationCenterId, Long addressId, Collection<String> fields) Retrieves the required operation center address.org.springframework.http.ResponseEntity<PageResponse<DTOOperationCenterAddress>> OperationCenterAddressService.getAddresses(Long operationCenterId, @Valid Page page, Collection<String> fields, String order, @Valid DTOOperationCenterAddressFilter filter) Returns the collection of all the stored operation center addresses by calling theOperationCenterAddressSearchEvent.