public class BaseReportDisplayContext extends BaseDisplayContext
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_DELTA |
context, liferayPortletRequest, liferayPortletResponse, request| Constructor and Description |
|---|
BaseReportDisplayContext(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackURL() |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
java.lang.String |
getName() |
protected javax.portlet.PortletURL |
getPortletURL() |
java.lang.String |
getRedirect() |
Report |
getReport() |
ReportInstance |
getReportInstance() |
long |
getReportInstanceId() |
ReportsRegistry |
getReportsRegistry() |
boolean |
isAnalyticsStorageEnabled() |
getControlPanelURL, getPortalSettingsURL, getSiteSettingsURL, hasControlPanelAccessPermissionpublic static final int DEFAULT_DELTA
public BaseReportDisplayContext(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse)
public java.lang.String getBackURL()
public java.lang.String getClassName()
public long getClassNameId()
public long getClassPK()
public java.lang.String getName()
public java.lang.String getRedirect()
public Report getReport()
public ReportInstance getReportInstance()
public long getReportInstanceId()
public ReportsRegistry getReportsRegistry()
public boolean isAnalyticsStorageEnabled()
protected javax.portlet.PortletURL getPortletURL()