|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.component.statistics.util.AbstractRowData<ScreenResolutionPerVisitAggregation>
org.torweg.pulse.component.statistics.util.ScreenResolutionPerVisitAggregationRowData
public final class ScreenResolutionPerVisitAggregationRowData
The actual implementation of AbstractRowData as used for
displaying ScreenResolutionPerVisitAggregations within the
ResultIHasDurationMatrix.
| Nested Class Summary | |
|---|---|
static class |
ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData
|
| Constructor Summary | |
|---|---|
protected |
ScreenResolutionPerVisitAggregationRowData()
Deprecated. |
|
ScreenResolutionPerVisitAggregationRowData(ScreenResolutionPerVisitAggregation dataObject)
Creates a new ScreenResolutionPerVisitAggregationRowData
with the data of the given
ScreenResolutionPerVisitAggregation. |
| Method Summary | |
|---|---|
protected void |
aggregate(ScreenResolutionPerVisitAggregation dataObject)
Aggregates the data from the given ScreenResolutionPerVisitAggregation. |
protected ScreenResolutionPerVisitAggregationRowData |
create(ScreenResolutionPerVisitAggregation dataObject)
Factory method. |
int |
getAbsoluteTotal()
Returns the absolute total. |
java.util.Set<ScreenResolutionPerVisitAggregation> |
getDataObjects()
Returns the underlying ScreenResolutionPerVisitAggregations. |
ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData |
getFormatResolutionsData(AbstractResolution.Format format)
Returns the FormatResolutionsData for the requested format. |
java.util.Map<AbstractResolution.Format,ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData> |
getFormats()
Returns the counted totals per resolutions of a format. |
java.lang.Integer |
getFormatTotal(AbstractResolution.Format format)
Returns the format total for the requested format. |
java.util.Map<AbstractResolution.Format,java.lang.Integer> |
getFormatTotals()
Returns the counted totals per format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated protected ScreenResolutionPerVisitAggregationRowData()
public ScreenResolutionPerVisitAggregationRowData(ScreenResolutionPerVisitAggregation dataObject)
ScreenResolutionPerVisitAggregationRowData
with the data of the given
ScreenResolutionPerVisitAggregation.
dataObject - ScreenResolutionPerVisitAggregation| Method Detail |
|---|
public java.util.Set<ScreenResolutionPerVisitAggregation> getDataObjects()
ScreenResolutionPerVisitAggregations.
getDataObjects in class AbstractRowData<ScreenResolutionPerVisitAggregation>ScreenResolutionPerVisitAggregationsAbstractRowData.getDataObjects()public int getAbsoluteTotal()
public java.util.Map<AbstractResolution.Format,java.lang.Integer> getFormatTotals()
public java.lang.Integer getFormatTotal(AbstractResolution.Format format)
format - the AbstractResolution.Format
public java.util.Map<AbstractResolution.Format,ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData> getFormats()
public ScreenResolutionPerVisitAggregationRowData.FormatResolutionsData getFormatResolutionsData(AbstractResolution.Format format)
FormatResolutionsData for the requested format.
format - the AbstractResolution.Format
FormatResolutionsData for the requested formatprotected ScreenResolutionPerVisitAggregationRowData create(ScreenResolutionPerVisitAggregation dataObject)
Creates a new ScreenResolutionPerVisitAggregationRowData
from the given data object.
create in class AbstractRowData<ScreenResolutionPerVisitAggregation>dataObject - ScreenResolutionPerVisitAggregation
ScreenResolutionPerVisitAggregationRowDataprotected void aggregate(ScreenResolutionPerVisitAggregation dataObject)
ScreenResolutionPerVisitAggregation.
aggregate in class AbstractRowData<ScreenResolutionPerVisitAggregation>dataObject - ScreenResolutionPerVisitAggregationAbstractRowData.aggregate(org.torweg.pulse.util.time.IHasDuration)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||