Uses of Interface
com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.ReportUnit

Packages that use ReportUnit
com.jaspersoft.jasperserver.api.engine.common.service   
com.jaspersoft.jasperserver.api.engine.jasperreports.common   
com.jaspersoft.jasperserver.api.engine.jasperreports.domain.impl   
com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl   
com.jaspersoft.jasperserver.api.engine.jasperreports.util   
com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.client   
com.jaspersoft.jasperserver.util   
com.jaspersoft.jasperserver.war.action   
com.jaspersoft.jasperserver.war.common   
com.jaspersoft.jasperserver.war.control   
com.jaspersoft.jasperserver.war.dto   
 

Uses of ReportUnit in com.jaspersoft.jasperserver.api.engine.common.service
 

Methods in com.jaspersoft.jasperserver.api.engine.common.service with parameters of type ReportUnit
 ValidationResult EngineService.validate(ExecutionContext context, ReportUnit reportUnit)
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.api.engine.jasperreports.common
 

Methods in com.jaspersoft.jasperserver.api.engine.jasperreports.common with parameters of type ReportUnit
 ReportUnitResult ReportExecuter.executeReport(ExecutionContext context, ReportUnit reportUnit, java.util.Map parameters)
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.api.engine.jasperreports.domain.impl
 

Methods in com.jaspersoft.jasperserver.api.engine.jasperreports.domain.impl that return ReportUnit
 ReportUnit TrialReportUnitRequest.getReportUnit()
           
 

Constructors in com.jaspersoft.jasperserver.api.engine.jasperreports.domain.impl with parameters of type ReportUnit
TrialReportUnitRequest(ReportUnit reportUnit, java.util.Map reportParameters)
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl
 

Methods in com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl with parameters of type ReportUnit
 ReportUnitResult EngineServiceImpl.executeReport(ExecutionContext context, ReportUnit reportUnit, java.util.Map parameters)
           
protected  ReportUnitResult EngineServiceImpl.fillReport(ExecutionContext context, ReportUnit reportUnit, java.util.Map parameters, boolean inMemoryUnit)
           
protected  net.sf.jasperreports.engine.JasperReport EngineServiceImpl.getJasperReport(ExecutionContext context, ReportUnit reportUnit, boolean inMemoryUnit)
           
protected  java.util.Map EngineServiceImpl.loadFinalResources(ExecutionContext context, ReportUnit reportUnit)
           
protected  EngineServiceImpl.OrigContextClassLoader EngineServiceImpl.setContextClassLoader(ExecutionContext context, ReportUnit reportUnit, boolean inMemoryUnit)
           
protected  void EngineServiceImpl.setThreadRepositoryContext(ExecutionContext context, ReportUnit reportUnit, java.lang.String reportUnitURI, boolean inMemoryUnit)
           
 ValidationResult EngineServiceImpl.validate(ExecutionContext context, ReportUnit reportUnit)
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.api.engine.jasperreports.util
 

Methods in com.jaspersoft.jasperserver.api.engine.jasperreports.util that return ReportUnit
 ReportUnit RepositoryContext.getReportUnit()
           
 

Methods in com.jaspersoft.jasperserver.api.engine.jasperreports.util with parameters of type ReportUnit
 void RepositoryContext.setReportUnit(ReportUnit reportUnit)
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.client
 

Classes in com.jaspersoft.jasperserver.api.metadata.jasperreports.domain.client that implement ReportUnit
 class ReportUnitImpl
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.util
 

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

Methods in com.jaspersoft.jasperserver.util with parameters of type ReportUnit
protected  void ImportResource.fillData(ReportUnitBean bean, ReportUnit unit)
           
protected  InputControlBean[] ExportResource.handleInputControls(ReportUnit unit, boolean isTopLevel)
           
 ReportUnitBean ExportResource.process(ReportUnit reportUnit, boolean isTopLevel)
           
 

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

Methods in com.jaspersoft.jasperserver.war.action that return ReportUnit
protected  ReportUnit ReportParametersAction.loadReportUnit(org.springframework.webflow.execution.RequestContext context)
           
 

Methods in com.jaspersoft.jasperserver.war.action with parameters of type ReportUnit
protected  java.util.List ReportParametersAction.createWrappers(org.springframework.webflow.execution.RequestContext context, ReportUnit reportUnit)
           
protected  java.util.Map ReportParametersAction.loadDefaultInputValues(org.springframework.webflow.execution.RequestContext context, ReportUnit report)
           
protected  void ViewReportAction.setReportUnitAttributes(org.springframework.webflow.execution.RequestContext context, ReportUnit reportUnit)
           
protected  void ReportParametersAction.setReportUnitAttributes(org.springframework.webflow.execution.RequestContext context, ReportUnit reportUnit)
           
 

Uses of ReportUnit in com.jaspersoft.jasperserver.war.common
 

Methods in com.jaspersoft.jasperserver.war.common with parameters of type ReportUnit
static boolean JasperServerUtil.createNewReportUnit(RepositoryService repository, ReportUnit unit)
           
static boolean JasperServerUtil.uploadToRepository(ReportUnit rpunit, java.lang.String fileName)
           
 

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

Methods in com.jaspersoft.jasperserver.war.control that return ReportUnit
protected  ReportUnit JRBaseMultiActionController.getReportUnit(javax.servlet.http.HttpServletRequest req)
           
protected  ReportUnit JRBaseMultiActionController.getReportUnit(java.lang.String uri)
           
 

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

Methods in com.jaspersoft.jasperserver.war.dto that return ReportUnit
 ReportUnit ReportUnitWrapper.getReportUnit()
           
 ReportUnit OlapClientConnectionWrapper.getReportUnit()
           
 

Methods in com.jaspersoft.jasperserver.war.dto with parameters of type ReportUnit
 void ReportUnitWrapper.setReportUnit(ReportUnit reportUnit)
           
 void OlapClientConnectionWrapper.setReportUnit(ReportUnit reportUnit)
           
 



Copyright © 2007. All Rights Reserved.