com.liferay.portal.kernel.bi.reporting
Class ReportRequestContext
java.lang.Object
com.liferay.portal.kernel.bi.reporting.ReportRequestContext
- All Implemented Interfaces:
- Serializable
public class ReportRequestContext
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DATA_SOURCE_BYTE_ARRAY
public static final String DATA_SOURCE_BYTE_ARRAY
- See Also:
- Constant Field Values
DATA_SOURCE_CHARSET
public static final String DATA_SOURCE_CHARSET
- See Also:
- Constant Field Values
DATA_SOURCE_COLUMN_NAMES
public static final String DATA_SOURCE_COLUMN_NAMES
- See Also:
- Constant Field Values
JDBC_DRIVER_CLASS
public static final String JDBC_DRIVER_CLASS
- See Also:
- Constant Field Values
JDBC_PASSWORD
public static final String JDBC_PASSWORD
- See Also:
- Constant Field Values
JDBC_URL
public static final String JDBC_URL
- See Also:
- Constant Field Values
JDBC_USER_NAME
public static final String JDBC_USER_NAME
- See Also:
- Constant Field Values
ReportRequestContext
public ReportRequestContext(ReportDataSourceType reportDataSourceType)
getAttribute
public Serializable getAttribute(String key)
getReportDataSourceType
public ReportDataSourceType getReportDataSourceType()
setAttribute
public void setAttribute(String key,
Serializable value)