|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData
org.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResultData
public final class RefererAnalysisViewControllerResultData
The data of the RefererAnalysisViewController.
| Nested Class Summary | |
|---|---|
protected static class |
RefererAnalysisViewControllerResultData.RefererTreeAggregationsNode
Simply an information wrapper (to feed the tree of the data view of the administration ui) which accumulates the statistical data for a RefererTreeElement and a set of corresponding
RefererTreeAggregations. |
protected static class |
RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode
Simply an information wrapper which provides the data to create the PDF from. |
| Field Summary |
|---|
| Fields inherited from class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
protected |
RefererAnalysisViewControllerResultData()
Deprecated. |
protected |
RefererAnalysisViewControllerResultData(Duration dur, StatisticsServer serv)
Creates a new RefererAnalysisViewControllerResultData with
the given Duration and the given
StatisticsServer. |
| Method Summary | |
|---|---|
protected void |
addRefererTreeAggregationsNode(java.util.Map<RefererTreeElement,java.util.List<RefererTreeAggregation>> aggrMap)
Builds the "nodes" for the ExtJs-tree of the administration view. |
protected void |
setDataForPDFReport(java.util.List<RefererTreeAggregation> aggregations)
Sets the RefererTreeAggregations to build the PDF from. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected RefererAnalysisViewControllerResultData()
protected RefererAnalysisViewControllerResultData(Duration dur, StatisticsServer serv)
RefererAnalysisViewControllerResultData with
the given Duration and the given
StatisticsServer.
dur - the Durationserv - the StatisticsServer| Method Detail |
|---|
protected void addRefererTreeAggregationsNode(java.util.Map<RefererTreeElement,java.util.List<RefererTreeAggregation>> aggrMap)
aggrMap - Maps the RefererTreeElements to their
corresponding RefererTreeAggregationsprotected void setDataForPDFReport(java.util.List<RefererTreeAggregation> aggregations)
RefererTreeAggregations to build the PDF from.
aggregations - the RefererTreeAggregation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||