Uses of Interface
com.day.cq.reporting.Column

Packages that use Column
com.day.cq.reporting   
 

Uses of Column in com.day.cq.reporting
 

Fields in com.day.cq.reporting with type parameters of type Column
protected  Map<Column,Aggregate> AggregateManager.aggregatePerColumn
          Map that defines the aggregate on a column base
protected  List<Column> Data.columns
          List of the report's column (available after compacting)
protected  Map<Column,CellValue> Data.columnTotals
          Column totals
 

Methods in com.day.cq.reporting that return Column
 Column Context.getOverriddenSortColumn()
          Gets the overridden sort column of the report.
 

Methods in com.day.cq.reporting that return types with arguments of type Column
 Iterator<Column> Report.getColumnIterator()
          Creates an iterator for iterating over the report's columns.
 Iterator<Column> Data.getColumns()
          Gets an iterator over the columns of the report data.
 Iterator<Column> Report.getSnapshotDataCols()
          Creates an iterator for iterating over the columns to be used for snapshot data.
 

Methods in com.day.cq.reporting with parameters of type Column
 void Data.addColumnTotal(Column col, CellValue total)
          Adds the specified column total.
 void AggregateManager.createForColumn(Column col)
          Creates the aggregate for the specified column.
 CellValue Data.getColumnTotal(Column col)
          Gets the total value of the specified column.
 Aggregate AggregateManager.getForColumn(Column col)
          Gets the aggregate for the specified column.
 void Context.setOverriddenSortColumn(Column overriddenSortColumn)
          Sets the overridden sort column of the report.
 void Data.sortByColumn(Column sortingColumn, Sorting.Direction sortingDirection)
          Sorts the result data by the specified column.
 



Copyright © 2011-2013 Adobe Systems Incorporated. All Rights Reserved.