|
|
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AverageTimePerVisitAggregation | |
|---|---|
| org.torweg.pulse.component.statistics.model.aggregation | Contains all the entities required for storing the results of the aggregators run by the DataAggregationJoblet. |
| 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 AverageTimePerVisitAggregation in org.torweg.pulse.component.statistics.model.aggregation |
|---|
| Methods in org.torweg.pulse.component.statistics.model.aggregation with parameters of type AverageTimePerVisitAggregation | |
|---|---|
void |
AverageTimePerVisitAggregation.accumulate(AverageTimePerVisitAggregation aggr)
Adds the values of the given AverageTimePerVisitAggregation if
its Duration lies within the Duration of the current
AverageTimePerVisitAggregation. |
| Uses of AverageTimePerVisitAggregation in org.torweg.pulse.component.statistics.view |
|---|
| Methods in org.torweg.pulse.component.statistics.view that return types with arguments of type AverageTimePerVisitAggregation | |
|---|---|
java.util.List<AverageTimePerVisitAggregation> |
AbstractStatisticsViewControllerResultData.getAverageTimePerVisitAggregations()
Returns the AverageTimePerVisitAggregations. |
| Method parameters in org.torweg.pulse.component.statistics.view with type arguments of type AverageTimePerVisitAggregation | |
|---|---|
protected void |
OverViewControllerResultData.setAverageTimePerVisitAggregations(java.util.List<AverageTimePerVisitAggregation> aggregations)
Sets the AverageTimePerVisitAggregations. |
protected void |
AbstractStatisticsViewControllerResultData.setAverageTimePerVisitAggregations(java.util.List<AverageTimePerVisitAggregation> aggregations)
Sets the AverageTimePerVisitAggregations. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||