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