Uses of Class
overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter.DTOOperationCenter
Packages that use DTOOperationCenter
-
Uses of DTOOperationCenter in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter
Methods in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenter that return types with arguments of type DTOOperationCenterModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOOperationCenter> OperationCenterService.get(Long id, String language, Collection<String> fields) Retrieves the required operation center.org.springframework.http.ResponseEntity<PageResponse<DTOOperationCenter>> OperationCenterService.getCollection(@Valid Page page, String language, Collection<String> fields, String order, @Valid DTOOperationCenterSearchFilter filter) Retrieve the all stored operation centers.