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