Class SaikuPivotServiceImpl
java.lang.Object
net.datenwerke.rs.saikupivot.service.SaikuPivotServiceImpl
- All Implemented Interfaces:
SaikuPivotService
-
Constructor Summary
ConstructorsConstructorDescriptionSaikuPivotServiceImpl(TableReportUtils tableReportUtils, DBHelperService dbHelperService, ParameterSetFactory parameterSetFactory, ManagedQueryFactory queryFactory, DatasourceBundleService datasourceBundleService, TempTableService tempTableService, DatasourceTransformationService datasourceTransformer, JdbcService jdbcService) -
Method Summary
Modifier and TypeMethodDescriptioncreateSaikuFrom(User user, TableReport report, String executeToken) cubeExport(User user, TableReport report, String executeToken)
-
Constructor Details
-
SaikuPivotServiceImpl
public SaikuPivotServiceImpl(TableReportUtils tableReportUtils, DBHelperService dbHelperService, ParameterSetFactory parameterSetFactory, ManagedQueryFactory queryFactory, DatasourceBundleService datasourceBundleService, TempTableService tempTableService, DatasourceTransformationService datasourceTransformer, JdbcService jdbcService)
-
-
Method Details
-
createSaikuFrom
public SaikuReport createSaikuFrom(User user, TableReport report, String executeToken) throws NonFatalException, ReportExecutorException, ExpectedException - Specified by:
createSaikuFromin interfaceSaikuPivotService- Throws:
NonFatalExceptionReportExecutorExceptionExpectedException
-
cubeExport
public String cubeExport(User user, TableReport report, String executeToken) throws NonFatalException, ReportExecutorException, ExpectedException - Specified by:
cubeExportin interfaceSaikuPivotService- Throws:
NonFatalExceptionReportExecutorExceptionExpectedException
-