|
|
|
|
|
||||||||||
| 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.TechnicalInformationViewControllerResultData
public final class TechnicalInformationViewControllerResultData
The data of the TechnicalInformationViewControllerResult.
| Field Summary |
|---|
| Fields inherited from class org.torweg.pulse.component.statistics.view.AbstractStatisticsViewControllerResultData |
|---|
LOGGER |
| Constructor Summary | |
|---|---|
protected |
TechnicalInformationViewControllerResultData()
Deprecated. |
protected |
TechnicalInformationViewControllerResultData(Duration dur, StatisticsServer serv, Period resolution)
Creates a new TechnicalInformationViewControllerResultData with
the given Duration and the given StatisticsServer. |
| Method Summary | |
|---|---|
protected void |
clearScreenResolutionAggregationsMatrix(java.lang.Double percentage, TechnicalInformationViewControllerConfiguration.ScreenResolutionFilterMode screenResolutionFilterMode)
Clears all known ScreenResolutions the calculated percentage (for
all data rows of the screenResolutionAggregationsMatrix) of
which is below the given percentage value using the given ScreenResolutionFilterMode for the arithmetical filter check. |
protected void |
setKnownOperatingSystems(java.util.List<OperatingSystem> operatingSystems)
Sets the known OperatingSystems. |
protected void |
setKnownScreenResolutions(java.util.List<ScreenResolution> screenResolutions)
Sets the known ScreenResolutions. |
protected void |
setKnownUserAgents(java.util.List<UserAgent> userAgents)
Sets the known UserAgents. |
protected void |
setOperatingSystemPerVisitAggregations(java.util.List<OperatingSystemPerVisitAggregation> aggregations)
Sets the given OperatingSystemPerVisitAggregations and builds the
the aggregation matrix. |
protected void |
setScreenResolutionPerVisitAggregations(java.util.List<ScreenResolutionPerVisitAggregation> aggregations)
Sets the given ScreenResolutionPerVisitAggregations and builds
the the aggregation matrix. |
protected void |
setUserAgentPerVisitAggregations(java.util.List<UserAgentPerVisitAggregation> aggregations)
Sets the given UserAgentPerVisitAggregations and builds the the
aggregation matrix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected TechnicalInformationViewControllerResultData()
protected TechnicalInformationViewControllerResultData(Duration dur, StatisticsServer serv, Period resolution)
TechnicalInformationViewControllerResultData with
the given Duration and the given StatisticsServer.
dur - the Durationserv - the StatisticsServerresolution - the Period| Method Detail |
|---|
protected void setOperatingSystemPerVisitAggregations(java.util.List<OperatingSystemPerVisitAggregation> aggregations)
OperatingSystemPerVisitAggregations and builds the
the aggregation matrix.
setOperatingSystemPerVisitAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the OperatingSystemPerVisitAggregationsprotected void setUserAgentPerVisitAggregations(java.util.List<UserAgentPerVisitAggregation> aggregations)
UserAgentPerVisitAggregations and builds the the
aggregation matrix.
setUserAgentPerVisitAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the UserAgentPerVisitAggregationsprotected void setScreenResolutionPerVisitAggregations(java.util.List<ScreenResolutionPerVisitAggregation> aggregations)
ScreenResolutionPerVisitAggregations and builds
the the aggregation matrix.
setScreenResolutionPerVisitAggregations in class AbstractStatisticsViewControllerResultDataaggregations - the ScreenResolutionPerVisitAggregationsprotected void setKnownOperatingSystems(java.util.List<OperatingSystem> operatingSystems)
OperatingSystems.
operatingSystems - the List<OperatingSystem>protected void setKnownUserAgents(java.util.List<UserAgent> userAgents)
UserAgents.
userAgents - the List<UserAgent>protected void setKnownScreenResolutions(java.util.List<ScreenResolution> screenResolutions)
ScreenResolutions.
screenResolutions - the known ScreenResolutionsprotected void clearScreenResolutionAggregationsMatrix(java.lang.Double percentage, TechnicalInformationViewControllerConfiguration.ScreenResolutionFilterMode screenResolutionFilterMode)
ScreenResolutions the calculated percentage (for
all data rows of the screenResolutionAggregationsMatrix) of
which is below the given percentage value using the given ScreenResolutionFilterMode for the arithmetical filter check.
percentage - the percentage valuescreenResolutionFilterMode - the ScreenResolutionFilterMode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||