|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.engine.common.service |
---|
Methods in com.jaspersoft.jasperserver.api.engine.common.service with parameters of type ReportDataSource | |
---|---|
ReportDataSourceService |
EngineService.createDataSourceService(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl |
---|
Methods in com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl with parameters of type ReportDataSource | |
---|---|
ReportDataSourceService |
EngineServiceImpl.createDataSourceService(ReportDataSource dataSource)
|
ReportDataSourceService |
JndiJdbcReportDataSourceServiceFactory.createService(ReportDataSource dataSource)
|
ReportDataSourceService |
JdbcReportDataSourceServiceFactory.createService(ReportDataSource reportDataSource)
|
ReportDataSourceService |
CustomReportDataSourceServiceFactory.createService(ReportDataSource reportDataSource)
|
ReportDataSourceService |
BeanReportDataSourceServiceFactory.createService(ReportDataSource reportDataSource)
|
protected ReportUnitResult |
EngineServiceImpl.fillReport(ExecutionContext context,
net.sf.jasperreports.engine.JasperReport report,
java.util.Map reportParameters,
ReportDataSource datasource,
Query query)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.common.domain |
---|
Methods in com.jaspersoft.jasperserver.api.metadata.common.domain with parameters of type ReportDataSource | |
---|---|
void |
Query.setDataSource(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.common.domain.client |
---|
Methods in com.jaspersoft.jasperserver.api.metadata.common.domain.client with parameters of type ReportDataSource | |
---|---|
void |
QueryImpl.setDataSource(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain |
---|
Subinterfaces of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain | |
---|---|
interface |
BeanReportDataSource
|
interface |
CustomReportDataSource
|
interface |
JdbcReportDataSource
|
interface |
JndiJdbcReportDataSource
|
Methods in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain with parameters of type ReportDataSource | |
---|---|
void |
ReportUnit.setDataSource(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.client |
---|
Classes in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.client that implement ReportDataSource | |
---|---|
class |
BeanReportDataSourceImpl
|
class |
CustomReportDataSourceImpl
|
class |
JdbcReportDataSourceImpl
|
class |
JndiJdbcReportDataSourceImpl
|
class |
ReportDataSourceImpl
|
Methods in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.client with parameters of type ReportDataSource | |
---|---|
void |
ReportUnitImpl.setDataSource(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.jasperreports.service |
---|
Methods in com.jaspersoft.jasperserver.api.metadata.jasperreports.service with parameters of type ReportDataSource | |
---|---|
ReportDataSourceService |
ReportDataSourceServiceFactory.createService(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.olap.domain |
---|
Subinterfaces of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.olap.domain | |
---|---|
interface |
MondrianConnection
|
interface |
XMLAConnection
|
Methods in com.jaspersoft.jasperserver.api.metadata.olap.domain with parameters of type ReportDataSource | |
---|---|
void |
OlapUnit.setDataSource(ReportDataSource dataSource)
|
void |
MondrianConnection.setDataSource(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.olap.domain.client |
---|
Classes in com.jaspersoft.jasperserver.api.metadata.olap.domain.client that implement ReportDataSource | |
---|---|
class |
MondrianConnectionImpl
|
class |
OlapDataSourceImpl
|
class |
XMLAConnectionImpl
|
Methods in com.jaspersoft.jasperserver.api.metadata.olap.domain.client with parameters of type ReportDataSource | |
---|---|
void |
OlapUnitImpl.setDataSource(ReportDataSource dataSource)
|
void |
MondrianConnectionImpl.setDataSource(ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.olap.service |
---|
Methods in com.jaspersoft.jasperserver.api.metadata.olap.service with parameters of type ReportDataSource | |
---|---|
ValidationResult |
OlapConnectionService.validate(ExecutionContext context,
OlapUnit unit,
FileResource schema,
OlapClientConnection conn,
ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.api.metadata.olap.service.impl |
---|
Methods in com.jaspersoft.jasperserver.api.metadata.olap.service.impl with parameters of type ReportDataSource | |
---|---|
ReportDataSourceService |
OlapConnectionServiceImpl.createService(ReportDataSource dataSource)
|
protected mondrian.olap.Connection |
OlapConnectionServiceImpl.getMondrianConnection(ExecutionContext context,
MondrianConnection conn,
FileResource schema,
ReportDataSource dataSource)
|
mondrian.olap.Util.PropertyList |
OlapConnectionServiceImpl.getMondrianConnectProperties(ExecutionContext context,
MondrianConnection conn,
FileResource schema,
ReportDataSource dataSource)
|
ValidationResult |
OlapConnectionServiceImpl.validate(ExecutionContext context,
OlapUnit unit,
FileResource schema,
OlapClientConnection conn,
ReportDataSource dataSource)
|
protected void |
OlapConnectionServiceImpl.validateMDX(ExecutionContext context,
ValidationResultImpl result,
OlapUnit unit,
FileResource schema,
OlapClientConnection conn,
ReportDataSource dataSource)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.war.action |
---|
Methods in com.jaspersoft.jasperserver.war.action with parameters of type ReportDataSource | |
---|---|
protected boolean |
ReportUnitAction.checkDataSourceType(ReportDataSource ds,
java.util.Set supportedTypes)
|
Uses of ReportDataSource in com.jaspersoft.jasperserver.war.dto |
---|
Methods in com.jaspersoft.jasperserver.war.dto that return ReportDataSource | |
---|---|
ReportDataSource |
OlapUnitWrapper.getOlapClientDatasource()
|
ReportDataSource |
OlapClientConnectionWrapper.getOlapClientDatasource()
|
ReportDataSource |
OlapDataSourceWrapper.getOlapDataSource()
|
ReportDataSource |
ReportDataSourceWrapper.getReportDataSource()
|
Methods in com.jaspersoft.jasperserver.war.dto with parameters of type ReportDataSource | |
---|---|
void |
OlapUnitWrapper.setOlapClientDatasource(ReportDataSource olapClientDatasource)
|
void |
OlapClientConnectionWrapper.setOlapClientDatasource(ReportDataSource olapClientDatasource)
|
void |
OlapDataSourceWrapper.setOlapDataSource(ReportDataSource olapDataSource)
|
void |
ReportDataSourceWrapper.setReportDataSource(ReportDataSource reportDataSource)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |