|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StandardMeasureAggregator
StandardMeasureAggregator defines methods for aggregating the standard measures of a table datasource.
Method Summary | |
---|---|
MemberList |
getAggregatedMembers(TableMember currentMember,
TableConnection connection,
TableMeasure measure)
Returns the list of members whose values should be aggregated in order to produce the aggregation for currentMember. |
Object |
getAggregateValue(List queries,
TableTuple query,
TableConnection connection,
TableMeasure measure)
Determines the aggregate value for a list of member parameters. |
Methods inherited from interface com.citra.pivot.table.TableAggregator |
---|
getName |
Method Detail |
---|
MemberList getAggregatedMembers(TableMember currentMember, TableConnection connection, TableMeasure measure) throws DataSourceException
currentMember
- the member that is being aggregatedconnection
- the connection to the table datasourcemeasure
- the measure being aggregated
DataSourceException
Object getAggregateValue(List queries, TableTuple query, TableConnection connection, TableMeasure measure) throws DataSourceException
queries
- a list of TableTuples
query
- the members currently being aggregatedconnection
- the connection to the table datasourcemeasure
- the measure being aggregated
DataSourceException
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |