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