|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.Configuration
org.torweg.pulse.util.adminui.AbstractBaseConfiguration
org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerConfiguration
public abstract class AbstractStatisticsViewControllerConfiguration
Abstract base-class to derive Configurations for the
AbstractStatisticsViewControllers from.
| Constructor Summary | |
|---|---|
AbstractStatisticsViewControllerConfiguration()
|
|
| Method Summary | |
|---|---|
java.util.Set<Period> |
getAvailableStatisticalDataResolutionPeriods()
Returns the available data resolution Period s. |
Period |
getDefaultStatisticalDataResolutionPeriod()
Returns the default data resolution Period. |
Period |
getDefaultStatisticalViewPeriod()
Returns the default Period. |
java.lang.String |
getReportPDFPrefix()
Returns the prefix to be used for naming the created report PDF. |
XSLHandle |
getReportPDFXSLHandle()
Returns the (main) XSLHandle to fetch the (main)
XSLHandle for the creation of the PDF report. |
protected void |
setAvailableStatisticalDataResolutionPeriods(java.util.Set<Period> periods)
Sets the available data resolution Period. |
protected void |
setDefaultStatisticalDataResolutionPeriod(Period period)
Sets the default data resolution Period. |
protected void |
setDefaultStatisticalViewPeriod(Period period)
Sets the default Period. |
protected void |
setReportPDFPrefix(java.lang.String prefix)
FOR TESTING ONLY. |
protected void |
setReportPDFXSLHandle(XSLHandleConfiguration handle)
FOR TESTING ONLY. |
| Methods inherited from class org.torweg.pulse.util.adminui.AbstractBaseConfiguration |
|---|
getMainXSLHandle |
| Methods inherited from class org.torweg.pulse.configuration.Configuration |
|---|
getBundle, isBundleConfiguration, isModified, setBundle, setConfigFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStatisticsViewControllerConfiguration()
| Method Detail |
|---|
public final Period getDefaultStatisticalViewPeriod()
Period.
Periodprotected final void setDefaultStatisticalViewPeriod(Period period)
Period.
period - the Periodpublic final Period getDefaultStatisticalDataResolutionPeriod()
Period.
Periodprotected final void setDefaultStatisticalDataResolutionPeriod(Period period)
Period.
period - the Periodpublic final java.util.Set<Period> getAvailableStatisticalDataResolutionPeriods()
Period s.
Periodsprotected final void setAvailableStatisticalDataResolutionPeriods(java.util.Set<Period> periods)
Period.
periods - the Periodspublic final XSLHandle getReportPDFXSLHandle()
XSLHandle to fetch the (main)
XSLHandle for the creation of the PDF report.
XSLHandleprotected final void setReportPDFXSLHandle(XSLHandleConfiguration handle)
handle - the reportPDFXSLHandle to setpublic final java.lang.String getReportPDFPrefix()
protected final void setReportPDFPrefix(java.lang.String prefix)
prefix - the report PDF prefix to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||