com.googlecode.fascinator.portal.report
Class CustomReport

java.lang.Object
  extended by com.googlecode.fascinator.portal.report.Report
      extended by com.googlecode.fascinator.portal.report.CustomReport

public class CustomReport
extends Report


Field Summary
 
Fields inherited from class com.googlecode.fascinator.portal.report.Report
config, configPath, FLD_QUERY, FLD_QUERY_FILTER, FLD_QUERY_FILTER_COND, FLD_QUERY_FILTER_COND_AND, FLD_QUERY_FILTER_COND_OR, FLD_QUERY_FILTER_UIKEY, FLD_QUERY_FILTER_VALUE, label, query, reportName
 
Constructor Summary
CustomReport()
           
CustomReport(JsonSimple config)
           
CustomReport(String name, String label)
           
 
Method Summary
 String getQueryAsString()
          Generates the report specific query from parameters
 String getStrDateFormat()
           
 void setStrDateFormat(String strDateFormat)
           
 String toJsonString()
           
 
Methods inherited from class com.googlecode.fascinator.portal.report.Report
addAndQueryCond, addOrQueryCond, addQueryCond, getConfigPath, getLabel, getQueryFilter, getQueryFilterVal, getQueryUiKey, getReportName, setConfig, setConfigPath, setLabel, setQueryFilterVal, setReportName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomReport

public CustomReport()

CustomReport

public CustomReport(String name,
                    String label)

CustomReport

public CustomReport(JsonSimple config)
Method Detail

getQueryAsString

public String getQueryAsString()
Generates the report specific query from parameters

Specified by:
getQueryAsString in class Report

toJsonString

public String toJsonString()
Overrides:
toJsonString in class Report

getStrDateFormat

public String getStrDateFormat()

setStrDateFormat

public void setStrDateFormat(String strDateFormat)


Copyright © 2009-2013. All Rights Reserved.