Uses of Class
overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup.DTODataCollectionOptionsGroup
Packages that use DTODataCollectionOptionsGroup
-
Uses of DTODataCollectionOptionsGroup in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup
Methods in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup that return types with arguments of type DTODataCollectionOptionsGroupModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionOptionsGroup> Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the required data collection options group.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionOptionsGroup>> DataCollectionOptionsGroupService.getCollection(@NotNull @Valid Page page, @Valid @NotNull DTODataCollectionOptionsGroupSearchFilter filter) Deprecated, for removal: This API element is subject to removal in a future version.Retrieve the all stored data collection option groups.Methods in overit.geocallapp.wfm.core.datacollection.rs2.optionsgroup with parameters of type DTODataCollectionOptionsGroupModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOIdentifier<Long>> DataCollectionOptionsGroupService.createOptionsGroup(@Valid DTODataCollectionOptionsGroup input) Deprecated, for removal: This API element is subject to removal in a future version.Create a new options group.org.springframework.http.ResponseEntity<Void> DataCollectionOptionsGroupService.patchOptionsGroup(Long id, @Valid DTODataCollectionOptionsGroup input) Deprecated, for removal: This API element is subject to removal in a future version.Modify the required data collection options group.