Uses of Interface
com.jaspersoft.jasperserver.api.metadata.olap.domain.OlapUnit

Packages that use OlapUnit
com.jaspersoft.jasperserver.api.metadata.olap.domain.client   
com.jaspersoft.jasperserver.api.metadata.olap.service   
com.jaspersoft.jasperserver.api.metadata.olap.service.impl   
com.jaspersoft.jasperserver.util   
com.jaspersoft.jasperserver.war.action   
com.jaspersoft.jasperserver.war.control   
com.jaspersoft.jasperserver.war.dto   
 

Uses of OlapUnit in com.jaspersoft.jasperserver.api.metadata.olap.domain.client
 

Classes in com.jaspersoft.jasperserver.api.metadata.olap.domain.client that implement OlapUnit
 class OlapUnitImpl
           
 

Uses of OlapUnit in com.jaspersoft.jasperserver.api.metadata.olap.service
 

Methods in com.jaspersoft.jasperserver.api.metadata.olap.service with parameters of type OlapUnit
 com.tonbeller.jpivot.olap.model.OlapModel OlapConnectionService.createOlapModel(ExecutionContext context, OlapUnit olapUnit)
           
 ValidationResult OlapConnectionService.validate(ExecutionContext context, OlapUnit unit)
           
 ValidationResult OlapConnectionService.validate(ExecutionContext context, OlapUnit unit, FileResource schema, OlapClientConnection conn, ReportDataSource dataSource)
           
 

Uses of OlapUnit in com.jaspersoft.jasperserver.api.metadata.olap.service.impl
 

Methods in com.jaspersoft.jasperserver.api.metadata.olap.service.impl with parameters of type OlapUnit
 com.tonbeller.jpivot.olap.model.OlapModel OlapConnectionServiceImpl.createOlapModel(ExecutionContext context, OlapUnit olapUnit)
           
 com.tonbeller.jpivot.olap.model.OlapModel OlapConnectionServiceImpl.createXmlaModel(ExecutionContext context, OlapUnit xmlaUnit)
           
 MondrianConnection OlapConnectionServiceImpl.getConnectionResource(ExecutionContext context, OlapUnit unit)
           
 void OlapConnectionServiceImpl.initializeAndShow(com.tonbeller.jpivot.tags.OlapModelProxy omp, java.lang.String viewUri, com.tonbeller.jpivot.olap.model.OlapModel model, OlapUnit unit)
           
 ValidationResult OlapConnectionServiceImpl.validate(ExecutionContext context, OlapUnit unit)
           
 ValidationResult OlapConnectionServiceImpl.validate(ExecutionContext context, OlapUnit unit, FileResource schema, OlapClientConnection conn, ReportDataSource dataSource)
           
protected  void OlapConnectionServiceImpl.validateMDX(ExecutionContext context, ValidationResultImpl result, OlapUnit unit)
           
protected  void OlapConnectionServiceImpl.validateMDX(ExecutionContext context, ValidationResultImpl result, OlapUnit unit, FileResource schema, OlapClientConnection conn, ReportDataSource dataSource)
           
 

Uses of OlapUnit in com.jaspersoft.jasperserver.util
 

Methods in com.jaspersoft.jasperserver.util that return OlapUnit
 OlapUnit ImportResource.process(OlapUnitBean bean, boolean isTopLevel)
           
 

Methods in com.jaspersoft.jasperserver.util with parameters of type OlapUnit
protected  void ExportResource.fillBean(OlapUnitBean bean, OlapUnit unit)
           
protected  void ImportResource.fillData(OlapUnit unit, OlapUnitBean bean)
           
 OlapUnitBean ExportResource.process(OlapUnit unit, boolean isTopLevel)
           
 

Uses of OlapUnit in com.jaspersoft.jasperserver.war.action
 

Methods in com.jaspersoft.jasperserver.war.action that return OlapUnit
 OlapUnit ViewOlapModelAction.OlapSessionState.getOlapUnit()
           
 

Methods in com.jaspersoft.jasperserver.war.action with parameters of type OlapUnit
 void ViewOlapModelAction.OlapSessionState.setOlapUnit(OlapUnit olapUnit)
           
 

Constructors in com.jaspersoft.jasperserver.war.action with parameters of type OlapUnit
ViewOlapModelAction.OlapSessionState(com.tonbeller.jpivot.olap.model.OlapModel olapModel, OlapUnit olapUnit)
           
 

Uses of OlapUnit in com.jaspersoft.jasperserver.war.control
 

Methods in com.jaspersoft.jasperserver.war.control that return OlapUnit
 OlapUnit OlapModelController.OlapSessionState.getOlapUnit()
           
 

Methods in com.jaspersoft.jasperserver.war.control with parameters of type OlapUnit
 void OlapModelController.OlapSessionState.setOlapUnit(OlapUnit olapUnit)
           
 

Constructors in com.jaspersoft.jasperserver.war.control with parameters of type OlapUnit
OlapModelController.OlapSessionState(com.tonbeller.jpivot.olap.model.OlapModel olapModel, OlapUnit olapUnit)
           
 

Uses of OlapUnit in com.jaspersoft.jasperserver.war.dto
 

Methods in com.jaspersoft.jasperserver.war.dto that return OlapUnit
 OlapUnit OlapUnitWrapper.getOlapUnit()
           
 OlapUnit OlapClientConnectionWrapper.getOlapUnit()
           
 

Methods in com.jaspersoft.jasperserver.war.dto with parameters of type OlapUnit
 void OlapUnitWrapper.setOlapUnit(OlapUnit olapUnit)
           
 void OlapClientConnectionWrapper.setOlapUnit(OlapUnit olapUnit)
           
 



Copyright © 2007. All Rights Reserved.