Uses of Class
overit.geocallapp.wfm.datacollection.rs1.node.DTODataCollectionNode
Packages that use DTODataCollectionNode
Package
Description
-
Uses of DTODataCollectionNode in overit.geocallapp.wfm.datacollection.rs1.sheet
Methods in overit.geocallapp.wfm.datacollection.rs1.sheet that return types with arguments of type DTODataCollectionNodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> Retrieves the model of the required data collection sheet. -
Uses of DTODataCollectionNode in overit.geocallapp.wfm.datacollection.rs1.template
Methods in overit.geocallapp.wfm.datacollection.rs1.template that return types with arguments of type DTODataCollectionNodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getCurrentReleaseModel(Long templateId, String language) Retrieves the model (tree structure) of the current release associated with the data collection template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getReleaseModel(Long templateId, Long releaseId, String language) Retrieves the model (tree structure) of a specific release associated with the data collection template.org.springframework.http.ResponseEntity<TreeModel<DTODataCollectionNode>> DataCollectionTemplateService.getWorkingCopyModel(Long templateId, String language) Retrieves the working copy model (tree structure) associated with the data collection template.Method parameters in overit.geocallapp.wfm.datacollection.rs1.template with type arguments of type DTODataCollectionNodeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> DataCollectionTemplateService.patchWorkingCopyModel(Long templateId, @Valid TreeModel<DTODataCollectionNode> input) Updates the working copy model (tree structure) associated with the data collection template.