Uses of Class
overit.geocallapp.wfm.core.datacollection.rs2.template.release.DTODataCollectionTemplateRelease
Packages that use DTODataCollectionTemplateRelease
-
Uses of DTODataCollectionTemplateRelease in overit.geocallapp.wfm.core.datacollection.rs2.template
Methods in overit.geocallapp.wfm.core.datacollection.rs2.template that return types with arguments of type DTODataCollectionTemplateReleaseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getCurrentRelease(Long id) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the current release associated to the required template.org.springframework.http.ResponseEntity<DTODataCollectionTemplateRelease> DataCollectionTemplateService.getRelease(Long id, Long releaseId) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateRelease>> DataCollectionTemplateService.getReleaseCollection(Long id, @NotNull @Valid Page page, @Valid @NotNull DTODataCollectionTemplateReleaseSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required release collection.