public class XmlClientDataSourceServiceImpl extends Object implements ClientDataSourceService, org.springframework.context.ResourceLoaderAware
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.JdbcReportDataSource> |
connections |
protected String |
dataSourceFile |
protected org.springframework.core.io.ResourceLoader |
resourceLoader |
| Constructor and Description |
|---|
XmlClientDataSourceServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataSourceFile() |
com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.JdbcReportDataSource |
getDataSourceServiceForClient(String client) |
com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.JdbcReportDataSource |
getDataSourceServiceForUser(String userId) |
void |
init() |
void |
setDataSourceFile(String dataSourceFile) |
void |
setResourceLoader(org.springframework.core.io.ResourceLoader loader) |
protected String dataSourceFile
protected Map<String,com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.JdbcReportDataSource> connections
protected org.springframework.core.io.ResourceLoader resourceLoader
public void init()
public com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.JdbcReportDataSource getDataSourceServiceForClient(String client)
getDataSourceServiceForClient in interface ClientDataSourceServicepublic com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.JdbcReportDataSource getDataSourceServiceForUser(String userId)
getDataSourceServiceForUser in interface ClientDataSourceServicepublic String getDataSourceFile()
public void setDataSourceFile(String dataSourceFile)
public void setResourceLoader(org.springframework.core.io.ResourceLoader loader)
setResourceLoader in interface org.springframework.context.ResourceLoaderAwareCopyright © 2015 KualiCo. All rights reserved.