Uses of Class
eu.dnetlib.developers.dto.ServiceForm
-
Packages that use ServiceForm Package Description eu.dnetlib.developers.controllers eu.dnetlib.developers.services -
-
Uses of ServiceForm in eu.dnetlib.developers.controllers
Methods in eu.dnetlib.developers.controllers with parameters of type ServiceForm Modifier and Type Method Description org.springframework.http.ResponseEntity<API>APIController. create(ServiceForm form)org.springframework.http.ResponseEntity<API>APIController. update(Long id, ServiceForm form) -
Uses of ServiceForm in eu.dnetlib.developers.services
Methods in eu.dnetlib.developers.services with parameters of type ServiceForm Modifier and Type Method Description APIAPIService. save(ServiceForm form)APIAPIService. save(ServiceForm form, Long id)
-