Package org.damap.base.rest.persons
Class MockUniversityPersonServiceImpl
java.lang.Object
org.damap.base.rest.persons.MockUniversityPersonServiceImpl
- All Implemented Interfaces:
ServiceRead<ContributorDO>,ServiceSearch<ContributorDO>,PersonService
@ApplicationScoped
public class MockUniversityPersonServiceImpl
extends Object
implements PersonService
MockUniversityPersonServiceImpl class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread.search.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.damap.base.rest.base.service.ServiceRead
read
-
Constructor Details
-
MockUniversityPersonServiceImpl
public MockUniversityPersonServiceImpl()
-
-
Method Details
-
read
read.- Specified by:
readin interfaceServiceRead<ContributorDO>- Parameters:
id- aStringobjectqueryParams- aMultivaluedMapobject- Returns:
- a E object
-
search
public ResultList<ContributorDO> search(jakarta.ws.rs.core.MultivaluedMap<String, String> queryParams) search.- Specified by:
searchin interfaceServiceSearch<ContributorDO>- Parameters:
queryParams- aMultivaluedMapobject- Returns:
- a
ResultListobject
-