public class CubeConfigViewFactory extends java.lang.Object implements ReportViewFactory
| Constructor and Description | 
|---|
| CubeConfigViewFactory(<any> cubeConfigViewProvider) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | consumes(ReportDto report) | 
| java.lang.String | getViewId() | 
| CubeConfigView | newInstance(ReportDto report,
           java.util.Collection<? extends ReportViewConfiguration> configs) | 
public CubeConfigView newInstance(ReportDto report, java.util.Collection<? extends ReportViewConfiguration> configs)
newInstance in interface ReportViewFactorypublic boolean consumes(ReportDto report)
consumes in interface ReportViewFactorypublic java.lang.String getViewId()
getViewId in interface ReportViewFactory