|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractStatisticsViewControllerResult | |
|---|---|
| org.torweg.pulse.component.statistics | Contains the controller for the recording of the statistical datathe job for aggregating the recorded datathe job for sending an report email based on the aggregated data. |
| org.torweg.pulse.component.statistics.view | Contains the controllers for initialising the statistics west panel within the website administration UI displaying the statistical information within the pulse website administration UIgenerating statistical reports. |
| Uses of AbstractStatisticsViewControllerResult in org.torweg.pulse.component.statistics |
|---|
| Methods in org.torweg.pulse.component.statistics that return types with arguments of type AbstractStatisticsViewControllerResult | |
|---|---|
protected java.util.Set<AbstractStatisticsViewControllerResult<?>> |
SendReportEmailJoblet.ReportPDFResult.getResults()
Returns the results. |
| Methods in org.torweg.pulse.component.statistics with parameters of type AbstractStatisticsViewControllerResult | |
|---|---|
protected void |
SendReportEmailJoblet.ReportPDFResult.addResultAndFiles(AbstractStatisticsViewControllerResult<?> result,
java.util.Map<java.lang.String,java.io.File> fM)
Adds the given result to the result collection and the given file map to the internal file map. |
| Uses of AbstractStatisticsViewControllerResult in org.torweg.pulse.component.statistics.view |
|---|
| Classes in org.torweg.pulse.component.statistics.view with type parameters of type AbstractStatisticsViewControllerResult | |
|---|---|
class |
AbstractStatisticsController<T extends AbstractStatisticsViewControllerConfiguration,U extends AbstractStatisticsViewControllerResult<?>>
Abstract base-class to derive a pulse website administration "view" for the statistics component from. |
class |
AbstractStatisticsViewController<T extends AbstractStatisticsViewControllerConfiguration,U extends AbstractStatisticsViewControllerResultData,V extends AbstractStatisticsViewControllerResult<U>>
Abstract base-class to derive a "view" for statistical data from. |
interface |
IStatisticsPDFReportController<T extends AbstractStatisticsViewControllerResult<?>>
Marks a {@code AbstractStatisticsViewController |
interface |
IStatisticsXLSXReportController<T extends AbstractStatisticsViewControllerResult<?>>
Marks a {@code AbstractStatisticsViewController |
| Subclasses of AbstractStatisticsViewControllerResult in org.torweg.pulse.component.statistics.view | |
|---|---|
class |
GroupAnalysisViewControllerResult
The result of the GroupAnalysisViewController. |
class |
OverViewControllerResult
The result of the OverViewController. |
class |
RefererAnalysisViewControllerResult
The result of the RefererAnalysisViewController. |
class |
TechnicalInformationViewControllerResult
The result of the TechnicalInformationViewController. |
class |
TimeAnalysisViewControllerResult
The result of the TimeAnalysisViewController. |
class |
WestPanelControllerResult
The result of the WestPanelController. |
| Methods in org.torweg.pulse.component.statistics.view with parameters of type AbstractStatisticsViewControllerResult | |
|---|---|
java.util.Map<java.lang.String,java.io.File> |
TimeAnalysisViewReportController.buildPDFFileMap(AbstractStatisticsViewControllerResult<?> result)
Performs the creation of the PDF-file and adds the required PDFOutputEvent to the EventManager. |
java.util.Map<java.lang.String,java.io.File> |
TechnicalInformationViewReportController.buildPDFFileMap(AbstractStatisticsViewControllerResult<?> result)
Returns null always. |
java.util.Map<java.lang.String,java.io.File> |
RefererAnalysisViewReportController.buildPDFFileMap(AbstractStatisticsViewControllerResult<?> result)
Returns null always. |
java.util.Map<java.lang.String,java.io.File> |
OverViewReportController.buildPDFFileMap(AbstractStatisticsViewControllerResult<?> result)
Returns a map which maps the chart graphics to the name of the temporary File used for the creation of the PDF report. |
java.util.Map<java.lang.String,java.io.File> |
IStatisticsPDFReportController.buildPDFFileMap(AbstractStatisticsViewControllerResult<?> result)
Returns a map which maps filenames to Files required/used
for the creation of the PDF. |
java.util.Map<java.lang.String,java.io.File> |
GroupAnalysisViewReportController.buildPDFFileMap(AbstractStatisticsViewControllerResult<?> result)
Returns null always. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||