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