Uses of Class
overit.geocallapp.wfm.datacollection.rs1.sheet.DTODataCollectionSheet
Packages that use DTODataCollectionSheet
-
Uses of DTODataCollectionSheet in overit.geocallapp.wfm.datacollection.rs1.sheet
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet that return types with arguments of type DTODataCollectionSheetModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionSheet> DataCollectionSheetService.get(Long sheetId, String language, Collection<String> fields) Retrieves a specific data collection sheet by its identifier.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionSheet>> DataCollectionSheetService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionSheetFilter filter) Retrieves a paginated collection of data collection sheets based on the provided search criteria.