|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.centrasite.control.ReportTypes
public class ReportTypes
Definition of ....
Field Summary | |
---|---|
static java.util.HashMap |
s_types
|
Constructor Summary | |
---|---|
ReportTypes()
|
Method Summary | |
---|---|
static void |
addSuppressedColummns(java.lang.String className,
java.lang.String column)
Fetch suppress columns for respective reports and maintain them in static map |
static ReportInterface |
findReportInterface(javax.xml.registry.infomodel.Concept concept,
Connector con)
Find report for given concept |
static ReportInterface |
findReportInterface(java.lang.String conceptName,
Connector con)
Find ReportInterface to be used for given conceptName |
static void |
suppressColumns(AbstractReport report,
Connector connector)
Suppress column configures through extension points |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.util.HashMap s_types
Constructor Detail |
---|
public ReportTypes()
Method Detail |
---|
public static ReportInterface findReportInterface(javax.xml.registry.infomodel.Concept concept, Connector con) throws javax.xml.registry.JAXRException
concept
- con
-
javax.xml.registry.JAXRException
public static ReportInterface findReportInterface(java.lang.String conceptName, Connector con)
conceptName
- name (better: value) of object typecon
- the Connector
public static void addSuppressedColummns(java.lang.String className, java.lang.String column)
className
- Report class namecolumn
- Column to be suppressedpublic static void suppressColumns(AbstractReport report, Connector connector)
report
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |