|
|
|
|
|
||||||||||
| 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.OverViewControllerResultData
public final class OverViewControllerResultData
The data of the OverViewControllerResult.
| Nested Class Summary | |
|---|---|
protected static class |
OverViewControllerResultData.CountryData
JAXB-enabled utility for displaying country information. |
| Field Summary |
|---|
| Fields inherited from class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
protected |
OverViewControllerResultData()
Deprecated. |
protected |
OverViewControllerResultData(Duration dur, StatisticsServer serv, Period resolution)
Creates a new OverViewControllerResultData with the given
Duration and the given StatisticsServer. |
| Method Summary | |
|---|---|
java.lang.Double |
getAverageOfPIRecordsPerVisit()
Returns the average PIRecords per Visit. |
double |
getAverageTimePerVisit()
Returns the averageTimePerVisit. |
java.util.Set<OverViewControllerResultData.CountryData> |
getCountryData()
Returns the Set<CountryData>. |
int |
getTotalOfBounces()
Returns the total of bounces of the OverViewControllerResultData. |
int |
getTotalOfPIRecords()
Returns the total of PIRecords of the
OverViewControllerResultData. |
int |
getTotalOfVisits()
Returns the total of Visits of the
OverViewControllerResultData. |
protected void |
setAverageTimePerVisitAggregations(java.util.List<AverageTimePerVisitAggregation> aggregations)
Sets the AverageTimePerVisitAggregations. |
protected void |
setCountryPerVisitAggregations(java.util.List<CountryPerVisitAggregation> aggregations)
Sets the CountryPerVisitAggregations. |
protected void |
setPIRecordCountAggregations(java.util.List<PIRecordCountAggregation> aggregations)
Sets the PIRecordCountAggregations. |
protected void |
setVisitCountAggregations(java.util.List<VisitCountAggregation> aggregations)
Sets the VisitCountAggregations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected OverViewControllerResultData()
protected OverViewControllerResultData(Duration dur, StatisticsServer serv, Period resolution)
OverViewControllerResultData with the given
Duration and the given StatisticsServer.
dur - the Durationserv - the StatisticsServerresolution - the data resolution as Period| Method Detail |
|---|
protected void setVisitCountAggregations(java.util.List<VisitCountAggregation> aggregations)
VisitCountAggregations.
setVisitCountAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the VisitCountAggregationsprotected void setPIRecordCountAggregations(java.util.List<PIRecordCountAggregation> aggregations)
PIRecordCountAggregations.
setPIRecordCountAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the PIRecordCountAggregationsprotected void setAverageTimePerVisitAggregations(java.util.List<AverageTimePerVisitAggregation> aggregations)
AverageTimePerVisitAggregations.
setAverageTimePerVisitAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the AverageTimePerVisitAggregationsprotected void setCountryPerVisitAggregations(java.util.List<CountryPerVisitAggregation> aggregations)
CountryPerVisitAggregations.
setCountryPerVisitAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the CountryPerVisitAggregationspublic int getTotalOfVisits()
Visits of the
OverViewControllerResultData.
public int getTotalOfPIRecords()
PIRecords of the
OverViewControllerResultData.
public int getTotalOfBounces()
OverViewControllerResultData.
public double getAverageTimePerVisit()
public java.util.Set<OverViewControllerResultData.CountryData> getCountryData()
Set<CountryData>.
Set<CountryData>public java.lang.Double getAverageOfPIRecordsPerVisit()
PIRecords per Visit.
PIRecords per Visit
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||