Liferay 6.2-ce-ga5

com.liferay.portal.kernel.bi.reporting
Class ReportRequest

java.lang.Object
  extended by com.liferay.portal.kernel.bi.reporting.ReportRequest
All Implemented Interfaces:
Serializable

public class ReportRequest
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
ReportRequest(ReportRequestContext reportRequestContext, ReportDesignRetriever reportDesignRetriever, Map<String,String> reportParameters, String reportFormat)
           
 
Method Summary
 ReportDesignRetriever getReportDesignRetriever()
           
 ReportFormat getReportFormat()
           
 Map<String,String> getReportParameters()
           
 ReportRequestContext getReportRequestContext()
           
 void setReportDesignRetriever(ReportDesignRetriever reportDesignRetriever)
           
 void setReportFormat(ReportFormat reportFormat)
           
 void setReportParameters(Map<String,String> reportParameters)
           
 void setReportRequestContext(ReportRequestContext reportRequestContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportRequest

public ReportRequest(ReportRequestContext reportRequestContext,
                     ReportDesignRetriever reportDesignRetriever,
                     Map<String,String> reportParameters,
                     String reportFormat)
Method Detail

getReportDesignRetriever

public ReportDesignRetriever getReportDesignRetriever()

getReportFormat

public ReportFormat getReportFormat()

getReportParameters

public Map<String,String> getReportParameters()

getReportRequestContext

public ReportRequestContext getReportRequestContext()

setReportDesignRetriever

public void setReportDesignRetriever(ReportDesignRetriever reportDesignRetriever)

setReportFormat

public void setReportFormat(ReportFormat reportFormat)

setReportParameters

public void setReportParameters(Map<String,String> reportParameters)

setReportRequestContext

public void setReportRequestContext(ReportRequestContext reportRequestContext)

Liferay 6.2-ce-ga5