Uses of Class
overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row.DTODataCollectionTemplateVisibilityRuleRow
Packages that use DTODataCollectionTemplateVisibilityRuleRow
-
Uses of DTODataCollectionTemplateVisibilityRuleRow in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Methods in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row that return types with arguments of type DTODataCollectionTemplateVisibilityRuleRowModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionTemplateVisibilityRuleRow> DataCollectionTemplateVisibilityRuleRowService.get(Long templateId, Long visibilityRuleId, Long visibilityRuleRowId, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionTemplateVisibilityRuleRow>> DataCollectionTemplateVisibilityRuleRowService.getCollection(Long templateId, Long visibilityRuleId, @Valid Page page, Collection<String> fields, String order, @Valid @NotNull DTODataCollectionTemplateVisibilityRuleRowFilter filter)