Uses of Class
overit.geocallapp.wfm.datacollection.rs1.optionsgroup.DTODataCollectionOptionsGroup
Packages that use DTODataCollectionOptionsGroup
-
Uses of DTODataCollectionOptionsGroup in overit.geocallapp.wfm.datacollection.rs1.optionsgroup
Methods in overit.geocallapp.wfm.datacollection.rs1.optionsgroup that return types with arguments of type DTODataCollectionOptionsGroupModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTODataCollectionOptionsGroup> DataCollectionOptionsGroupService.get(Long optionGroupId, String language, Collection<String> fields) Retrieve the required data collection options group.org.springframework.http.ResponseEntity<PageResponse<DTODataCollectionOptionsGroup>> DataCollectionOptionsGroupService.getCollection(@Valid Page page, Collection<String> fields, String order, String language, @Valid @NotNull DTODataCollectionOptionsGroupFilter filter) Retrieve the all stored data collection option groups.