Class BaseDatasourceRpcServiceImpl
RemoteServiceServlet
net.datenwerke.gf.base.server.DwRemoteServiceServlet
net.datenwerke.security.server.SecuredRemoteServiceServlet
net.datenwerke.rs.base.server.datasources.BaseDatasourceRpcServiceImpl
- All Implemented Interfaces:
RemoteRequest,BaseDatasourceRpcService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public class BaseDatasourceRpcServiceImpl
extends SecuredRemoteServiceServlet
implements BaseDatasourceRpcService
-
Constructor Summary
ConstructorsConstructorDescriptionBaseDatasourceRpcServiceImpl(DtoService dtoService, EntityClonerService entityCloner, DBHelperService dbHelperService, SimpleDataSupplier simpleDataSupplyer, SecurityService securityService) -
Method Summary
Modifier and TypeMethodDescriptionDatabaseHelperDtodummy(DatabaseHelperDto dto) List<DatabaseHelperDto> May be called without having to log in.loadColumnDefinition(DatasourceContainerDto containerDto, String query) <any>Methods inherited from class net.datenwerke.security.server.SecuredRemoteServiceServlet
getRequest
-
Constructor Details
-
BaseDatasourceRpcServiceImpl
public BaseDatasourceRpcServiceImpl(DtoService dtoService, EntityClonerService entityCloner, DBHelperService dbHelperService, SimpleDataSupplier simpleDataSupplyer, SecurityService securityService)
-
-
Method Details
-
getDBHelperList
May be called without having to log in.- Specified by:
getDBHelperListin interfaceBaseDatasourceRpcService- Throws:
ServerCallFailedException
-
dummy
public DatabaseHelperDto dummy(DatabaseHelperDto dto) - Specified by:
dummyin interfaceBaseDatasourceRpcService
-
loadColumnDefinition
public List<String> loadColumnDefinition(DatasourceContainerDto containerDto, String query) throws ServerCallFailedException - Specified by:
loadColumnDefinitionin interfaceBaseDatasourceRpcService- Throws:
ServerCallFailedException
-
loadData
public <any> loadData(DatasourceContainerDto containerDto, PagingLoadConfig loadConfig, String query) throws ServerCallFailedException - Specified by:
loadDatain interfaceBaseDatasourceRpcService- Throws:
ServerCallFailedException
-