public class ConfigTable
extends java.lang.Object
Constructor and Description |
---|
ConfigTable() |
Modifier and Type | Method and Description |
---|---|
ConfigTableAction[] |
getActions() |
ReportContext |
getContext() |
java.lang.String |
getContextBasedWorkflowMappingName() |
java.lang.String |
getReportEntryColumnId() |
int |
getReportEntryContext() |
java.lang.String |
getReportEntryDisplayId() |
java.lang.String |
getSourceReport() |
boolean |
isReportEntryContextDynamic() |
boolean |
isUseCustomContext() |
ConfigTable |
makeCopy(ConfigTableAction[] additionalActions,
boolean doReplace)
Makes a copy and appends the given additionalActions to the existing list (if doReplace ==
true, then replaces the entire list)
|
void |
setActions(ConfigTableAction[] actions) |
void |
setContext(ReportContext context) |
void |
setContextBasedWorkflowMappingName(java.lang.String contextBasedWorkflowMappingName) |
void |
setReportEntryColumnId(java.lang.String reportEntryColumnId) |
void |
setReportEntryContext(int reportEntryContext) |
void |
setReportEntryContextDynamic(boolean isReportEntryContextDynamic) |
void |
setReportEntryDisplayId(java.lang.String reportEntryDisplayId) |
void |
setSourceReport(java.lang.String sourceReport) |
void |
setUseCustomContext(boolean useCustomContext) |
public ConfigTable makeCopy(ConfigTableAction[] additionalActions, boolean doReplace)
public java.lang.String getReportEntryDisplayId()
public void setReportEntryDisplayId(java.lang.String reportEntryDisplayId)
public boolean isUseCustomContext()
public ReportContext getContext()
public java.lang.String getSourceReport()
public int getReportEntryContext()
public java.lang.String getReportEntryColumnId()
public ConfigTableAction[] getActions()
public void setUseCustomContext(boolean useCustomContext)
useCustomContext
- the useCustomContext to setpublic void setContext(ReportContext context)
context
- the context to setpublic void setSourceReport(java.lang.String sourceReport)
sourceReport
- the sourceReport to setpublic void setReportEntryContext(int reportEntryContext)
reportEntryContext
- the reportEntryContext to setpublic void setReportEntryColumnId(java.lang.String reportEntryColumnId)
reportEntryColumnId
- the reportEntryColumnId to setpublic void setActions(ConfigTableAction[] actions)
actions
- the actions to setpublic boolean isReportEntryContextDynamic()
public void setReportEntryContextDynamic(boolean isReportEntryContextDynamic)
isReportEntryContextDynamic
- the isReportEntryContextDynamic to setpublic java.lang.String getContextBasedWorkflowMappingName()
public void setContextBasedWorkflowMappingName(java.lang.String contextBasedWorkflowMappingName)
contextBasedWorkflowMappingName
- the contextBasedWorkflowMappingName to set