Uses of Class
overit.geocallapp.wfm.characteristics.rs1.valuedomainitem.DTOValueDomainItem
Packages that use DTOValueDomainItem
-
Uses of DTOValueDomainItem in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem
Methods in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem that return types with arguments of type DTOValueDomainItemModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<DTOValueDomainItem> ValueDomainItemService.get(Long valueDomainId, Long id, Collection<String> fields) org.springframework.http.ResponseEntity<PageResponse<DTOValueDomainItem>> ValueDomainItemService.getCollection(Long valueDomainId, @Valid Page page, Collection<String> fields, String order, @Valid DTOValueDomainItemFilter filter)