Uses of Class
overit.geocallapp.wfm.datacollection.rs1.template.release.DTODataCollectionTemplateRelease
Packages that use DTODataCollectionTemplateRelease
-
Uses of DTODataCollectionTemplateRelease in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template that return types with arguments of type DTODataCollectionTemplateReleaseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getCurrentRelease(Long templateId, String language, Collection<String> fields) Retrieves the current release associated with the data collection template.org.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getRelease(Long templateId, Long releaseId, String language, Collection<String> fields) Retrieves a specific release associated with the data collection template.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateRelease>> DataCollectionTemplateService.getReleaseCollection(Long templateId, @Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionTemplateReleaseFilter filter) Retrieves a paginated collection of releases associated with the data collection template.