Uses of Class
overit.geocallapp.wfm.resources.rs1.resourcemanagement.DTOResourceManagement
Packages that use DTOResourceManagement
-
Uses of DTOResourceManagement in overit.geocallapp.wfm.resources.rs1.resourcemanagement
Methods in overit.geocallapp.wfm.resources.rs1.resourcemanagement that return types with arguments of type DTOResourceManagementModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOResourceManagement> ResourceManagementService.get(Long id, Collection<String> fields) Retrieves the requiredDTOResourceManagementby calling theResourceManagementLoadEvent.org.springframework.http.ResponseEntity<PageResponse<DTOResourceManagement>> ResourceManagementService.getCollection(@Valid Page page, Collection<String> fields, String order, @Valid DTOResourceManagementFilter filter) Returns the collection of all the stored resource managements by calling theResourceManagementSearchEvent.