Package org.damap.base.rest.base.service
Interface ServiceSearch<E>
- All Known Subinterfaces:
PersonService,ProjectService
- All Known Implementing Classes:
MockProjectServiceImpl,MockUniversityPersonServiceImpl,ORCIDPersonServiceImpl
public interface ServiceSearch<E>
ServiceSearch interface.
-
Method Summary
Modifier and TypeMethodDescriptionsearch.
-
Method Details
-
search
search.- Parameters:
queryParams- aMultivaluedMapobject- Returns:
- a
ResultListobject
-