public class ReportRegistryProxy
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG_ACTION_ADD_LABEL |
static java.lang.String |
TAG_ACTION_DELETE_LABEL |
static java.lang.String |
TAG_ACTION_MANAGE_LABEL |
Constructor and Description |
---|
ReportRegistryProxy() |
Modifier and Type | Method and Description |
---|---|
void |
addTagColumn(TabularReport report,
ReportRegistryEntry newRepEntry) |
protected ReportRegistryEntry |
createEntry(java.lang.String name,
int type,
boolean isMgmt,
boolean isEmbedded,
ConfigTable configTable,
CloupiaReport report) |
static java.util.List<ConfigTableAction> |
createTagActions(java.lang.String reportName) |
static ConfigTableAction[] |
getApplicableActions(ConfigTable t,
java.lang.String reportName) |
static ReportRegistryProxy |
getInstance() |
void |
register(CloupiaReport report) |
void |
register(CloupiaReport toplevel,
ReportRegistry registry) |
void |
register(int menuID,
ContextMapRule[] mapRule,
CloupiaReport report,
ReportRegistry registry) |
protected void |
registerReport(CloupiaReport report,
ReportRegistry registry) |
public static final java.lang.String TAG_ACTION_MANAGE_LABEL
public static final java.lang.String TAG_ACTION_ADD_LABEL
public static final java.lang.String TAG_ACTION_DELETE_LABEL
public static ReportRegistryProxy getInstance()
public void register(int menuID, ContextMapRule[] mapRule, CloupiaReport report, ReportRegistry registry) throws java.lang.Exception
java.lang.Exception
public void register(CloupiaReport report) throws java.lang.Exception
java.lang.Exception
public void register(CloupiaReport toplevel, ReportRegistry registry)
protected void registerReport(CloupiaReport report, ReportRegistry registry)
protected ReportRegistryEntry createEntry(java.lang.String name, int type, boolean isMgmt, boolean isEmbedded, ConfigTable configTable, CloupiaReport report)
public static java.util.List<ConfigTableAction> createTagActions(java.lang.String reportName)
public static ConfigTableAction[] getApplicableActions(ConfigTable t, java.lang.String reportName)
public void addTagColumn(TabularReport report, ReportRegistryEntry newRepEntry)