Package net.sf.jasperreports.olap
Class Olap4jDataSource
- java.lang.Object
-
- net.sf.jasperreports.olap.JROlapDataSource
-
- net.sf.jasperreports.olap.Olap4jDataSource
-
- All Implemented Interfaces:
JRDataSource
,MappingMetadata
public class Olap4jDataSource extends JROlapDataSource
- Author:
- swood
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.sf.jasperreports.olap.JROlapDataSource
JROlapDataSource.DataFieldMatcher, JROlapDataSource.FieldMatcher, JROlapDataSource.MemberFieldMatcher
-
-
Field Summary
Fields Modifier and Type Field Description protected org.olap4j.CellSet
cellSet
-
Fields inherited from class net.sf.jasperreports.olap.JROlapDataSource
axes, axisPositions, dataField, EXCEPTION_MESSAGE_KEY_OLAP_AXIS_NOT_FOUND_IN_RESULT, EXCEPTION_MESSAGE_KEY_OLAP_CANNOT_CONVERT_FIELD_TYPE, EXCEPTION_MESSAGE_KEY_OLAP_CANNOT_CONVERT_STRING_VALUE_TYPE, EXCEPTION_MESSAGE_KEY_OLAP_DIMENSION_NOT_FOUND, EXCEPTION_MESSAGE_KEY_OLAP_FIELD_VALUE_NOT_RETRIEVED, EXCEPTION_MESSAGE_KEY_OLAP_INTERNAL_ERROR, EXCEPTION_MESSAGE_KEY_OLAP_INVALID_FIELD_MAPPING, EXCEPTION_MESSAGE_KEY_OLAP_LEVEL_NOT_FOUND, EXCEPTION_MESSAGE_KEY_OLAP_MISSING_FIELD_MAPPING, EXCEPTION_MESSAGE_KEY_OLAP_TUPLE_NOT_FOUND, fieldMatchers, fieldsMaxDepths, fieldValues, first, hierarchiesCount, iterate, iteratePositions, maxDepths, olapResult, PROPERTY_FIELD_MAPPING, queryHierarchies
-
-
Constructor Summary
Constructors Constructor Description Olap4jDataSource(JRDataset dataset, org.olap4j.CellSet cellSet)
-
Method Summary
-
Methods inherited from class net.sf.jasperreports.olap.JROlapDataSource
getDimensionIndex, getFieldMapping, getFieldValue, getLevelDepth, getOlapResult, getTuplePosition, matchesDimensionName, next, nextPositions, processMemberInfo, setMatchMemberDepth
-
-
-
-
Constructor Detail
-
Olap4jDataSource
public Olap4jDataSource(JRDataset dataset, org.olap4j.CellSet cellSet)
-
-