|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.view.RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode
protected static final class RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode
Simply an information wrapper which provides the data to create the PDF from.
NOTE: The default naming pattern for the JAXB annotated fields is being broken here. This is because the data generated is to feed the Ext tree in the website administration ui and therefore has to meet the requirements of the Ext.tree.AsyncTreeNode. This will be refactored with the next version of the website administration.
| Constructor Summary | |
|---|---|
protected |
RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode()
Deprecated. |
protected |
RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode(RefererTreeAggregation aggr)
Creates a new RefererTreeAggregationsPDFNode from the
given RefererTreeAggregation. |
| Method Summary | |
|---|---|
protected void |
aggregate(RefererTreeAggregation aggr)
Aggregates the hits from the given RefererTreeAggregation if the "full" name of the
"referer" match. |
protected int |
getHits()
Returns the hits count. |
protected java.lang.String |
getText()
Returns the "full" name of the "referer". |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode()
protected RefererAnalysisViewControllerResultData.RefererTreeAggregationsPDFNode(RefererTreeAggregation aggr)
RefererTreeAggregationsPDFNode from the
given RefererTreeAggregation.
aggr - the RefererTreeAggregation| Method Detail |
|---|
protected int getHits()
protected java.lang.String getText()
protected void aggregate(RefererTreeAggregation aggr)
RefererTreeAggregation if the "full" name of the
"referer" match.
If the "full" names of the "referer"s DO NOT match, the given
RefererTreeAggregation will simply be ignored.
aggr - the RefererTreeAggregation to aggregate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||