Class SearchRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.search.server.search.SearchRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,SearchRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
SearchRpcServiceImpl
-
-
Method Details
-
find
public SearchResultListDto find(Dto2PosoMapper typeDto, String searchStr) throws ServerCallFailedException - Specified by:
findin interfaceSearchRpcService- Throws:
ServerCallFailedException
-
find
- Specified by:
findin interfaceSearchRpcService- Throws:
ServerCallFailedException
-
find
public SearchResultListDto find(String searchStr, SearchFilterDto loadConfig) throws ExpectedException - Specified by:
findin interfaceSearchRpcService- Throws:
ExpectedException
-