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