public class ReportDefinition
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
REPORT_HINT_BARCHART |
static int |
REPORT_HINT_NONE |
static int |
REPORT_HINT_PAGINATED_TABLE |
static int |
REPORT_HINT_PIECHART |
static int |
REPORT_HINT_PLOTCHART
or REPORT_HINT_PLOTCHART shall be given for non-contiguous graph
|
static int |
REPORT_HINT_SECTIONED_TABLE |
static int |
REPORT_HINT_VERTICAL_TABLE |
static int |
REPORT_HINT_VERTICAL_TABLE_WITH_GRAPHS |
static int |
REPORT_TYPE_CONFIG_FORM |
static int |
REPORT_TYPE_CONFIG_TABLE |
static int |
REPORT_TYPE_HEATMAP |
static int |
REPORT_TYPE_HISTORICAL |
static int |
REPORT_TYPE_SNAPSHOT |
static int |
REPORT_TYPE_SUMMARY |
static int |
REPORT_TYPE_TABULAR |
static int |
REPORT_TYPE_UIDRIVEN |
Constructor and Description |
---|
ReportDefinition() |
Modifier and Type | Method and Description |
---|---|
ConfigForm |
getConfigForm() |
ConfigTable |
getConfigTable() |
int |
getContextLevel() |
int |
getFolderColumnIndex() |
int |
getManagementColumnIndex() |
int |
getManagementDisplayIndex() |
int |
getMenuId() |
java.lang.String |
getOperationLevel() |
java.lang.String |
getReportDescription() |
java.lang.String |
getReportGroupName() |
int |
getReportHint() |
java.lang.String |
getReportLabel() |
java.lang.String |
getReportLabelLocalized() |
java.lang.String |
getReportName() |
int |
getReportType() |
boolean |
isContextLevelDynamic() |
boolean |
isEmbeddedReport() |
boolean |
isManagementReport() |
boolean |
isReportVisible() |
boolean |
isShowInSummary() |
void |
setConfigForm(ConfigForm configForm) |
void |
setConfigTable(ConfigTable configTable) |
void |
setContextLevel(int contextLevel) |
void |
setContextLevelDynamic(boolean isContextLevelDynamic) |
void |
setEmbeddedReport(boolean isEmbeddedReport) |
void |
setFolderColumnIndex(int folderColumnIndex) |
void |
setManagementColumnIndex(int managementColumnIndex) |
void |
setManagementDisplayIndex(int managementDisplayIndex) |
void |
setManagementReport(boolean isManagementReport) |
void |
setMenuId(int menuId) |
void |
setOperationLevel(java.lang.String operationLevel) |
void |
setReportDescription(java.lang.String reportDescription) |
void |
setReportGroupName(java.lang.String reportGroupName) |
void |
setReportHint(int reportHint) |
void |
setReportLabel(java.lang.String reportLabel) |
void |
setReportLabelLocalized(java.lang.String reportLabelLocalized) |
void |
setReportName(java.lang.String reportName) |
void |
setReportType(int reportType) |
void |
setReportVisible(boolean isReportVisible) |
void |
setShowInSummary(boolean showInSummary) |
public static final int REPORT_TYPE_HISTORICAL
public static final int REPORT_TYPE_SNAPSHOT
public static final int REPORT_TYPE_TABULAR
public static final int REPORT_TYPE_SUMMARY
public static final int REPORT_TYPE_CONFIG_TABLE
public static final int REPORT_TYPE_CONFIG_FORM
public static final int REPORT_TYPE_HEATMAP
public static final int REPORT_TYPE_UIDRIVEN
public static final int REPORT_HINT_NONE
public static final int REPORT_HINT_PIECHART
public static final int REPORT_HINT_BARCHART
public static final int REPORT_HINT_VERTICAL_TABLE
public static final int REPORT_HINT_VERTICAL_TABLE_WITH_GRAPHS
public static final int REPORT_HINT_PAGINATED_TABLE
public static final int REPORT_HINT_SECTIONED_TABLE
public static final int REPORT_HINT_PLOTCHART
public int getMenuId()
public int getFolderColumnIndex()
public void setFolderColumnIndex(int folderColumnIndex)
public void setMenuId(int menuId)
menuId
- the menuId to setpublic java.lang.String getReportName()
public void setReportName(java.lang.String reportName)
reportName
- the reportName to setpublic java.lang.String getReportLabel()
public void setReportLabel(java.lang.String reportLabel)
reportLabel
- the reportLabel to setpublic java.lang.String getReportLabelLocalized()
public void setReportLabelLocalized(java.lang.String reportLabelLocalized)
reportLabelLocalized
- the reportLabelLocalized to setpublic java.lang.String getReportDescription()
public void setReportDescription(java.lang.String reportDescription)
reportDescription
- the reportDescription to setpublic int getReportType()
public void setReportType(int reportType)
reportType
- the reportType to setpublic int getReportHint()
public void setReportHint(int reportHint)
reportHint
- the reportHint to setpublic void setShowInSummary(boolean showInSummary)
public boolean isShowInSummary()
public boolean isManagementReport()
public void setManagementReport(boolean isManagementReport)
isManagementReport
- the isManagementReport to setpublic int getManagementColumnIndex()
public void setManagementColumnIndex(int managementColumnIndex)
managementColumnIndex
- the managementColumnIndex to setpublic int getContextLevel()
public void setContextLevel(int contextLevel)
contextLevel
- the contextLevel to setpublic ConfigTable getConfigTable()
public ConfigForm getConfigForm()
public void setConfigTable(ConfigTable configTable)
configTable
- the configTable to setpublic void setConfigForm(ConfigForm configForm)
configForm
- the configForm to setpublic int getManagementDisplayIndex()
public void setManagementDisplayIndex(int managementDisplayIndex)
public java.lang.String getReportGroupName()
public void setReportGroupName(java.lang.String reportGroupName)
reportGroupName
- the reportGroupName to setpublic boolean isEmbeddedReport()
public void setEmbeddedReport(boolean isEmbeddedReport)
isEmbeddedReport
- the isEmbeddedReport to setpublic java.lang.String getOperationLevel()
public void setOperationLevel(java.lang.String operationLevel)
operationLevel
- the operationLevel to setpublic boolean isContextLevelDynamic()
public void setContextLevelDynamic(boolean isContextLevelDynamic)
isContextLevelDynamic
- the isContextLevelDynamic to setpublic boolean isReportVisible()
public void setReportVisible(boolean isReportVisible)