|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.citra.pivot.olap.OlapPivotUtils
public class OlapPivotUtils
OlapPivotUtils is a collection of static utility methods for retrieving members, hierarchies and dimensions from an OlapPivotTable.
Method Summary | |
---|---|
static OlapDimension |
getColumnDimension(int column,
int adapterLevel,
OlapPivotTable table)
Retrieves a member's dimension from the column header area of a pivot table. |
static DimensionList |
getColumnDimensions(int column,
OlapPivotTable table)
Retrieves the members' dimensions from the column header area of a pivot table. |
static HierarchyList |
getColumnHierarchies(int column,
OlapPivotTable table)
Retrieves the members' hierarchies from the column header area of a pivot table. |
static OlapHierarchy |
getColumnHierarchy(int column,
int adapterLevel,
OlapPivotTable table)
Retrieves a member's hierarchy from the column header area of a pivot table. |
static OlapMember |
getColumnMember(int column,
int adapterLevel,
OlapPivotTable table)
Retrieves a member from the column header area of a pivot table. |
static MemberList |
getColumnMembers(int column,
OlapPivotTable table)
Retrieves the members from the column header area of a pivot table. |
static MemberList |
getDataMembers(int row,
int column,
OlapPivotTable table)
Retrieves the members from the data area of a pivot table. |
static OlapDimension |
getRowDimension(int row,
int adapterLevel,
OlapPivotTable table)
Retrieves a member's dimension from the row header area of a pivot table. |
static DimensionList |
getRowDimensions(int row,
OlapPivotTable table)
Retrieves the members' dimensions from the row header area of a pivot table. |
static HierarchyList |
getRowHierarchies(int row,
OlapPivotTable table)
Retrieves the members' hierarchies from the row header area of a pivot table. |
static OlapHierarchy |
getRowHierarchy(int row,
int adapterLevel,
OlapPivotTable table)
Retrieves a member's hierarchy from the row header area of a pivot table. |
static OlapMember |
getRowMember(int row,
int adapterLevel,
OlapPivotTable table)
Retrieves a member from the row header area of a pivot table. |
static MemberList |
getRowMembers(int row,
OlapPivotTable table)
Retrieves the members from the row header area of a pivot table. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OlapDimension getColumnDimension(int column, int adapterLevel, OlapPivotTable table)
column
- the member's column locationadapterLevel
- the index of the pivoted hierarchytable
- the table
public static DimensionList getColumnDimensions(int column, OlapPivotTable table)
column
- the member's column locationtable
- the table
public static HierarchyList getColumnHierarchies(int column, OlapPivotTable table)
column
- the member's column locationtable
- the table
public static OlapHierarchy getColumnHierarchy(int column, int adapterLevel, OlapPivotTable table)
column
- the member's column locationadapterLevel
- the index of the pivoted hierarchytable
- the table
public static OlapMember getColumnMember(int column, int adapterLevel, OlapPivotTable table)
column
- the member's column locationadapterLevel
- the index of the pivoted hierarchytable
- the table
public static MemberList getColumnMembers(int column, OlapPivotTable table)
column
- the members' column locationtable
- the table
public static MemberList getDataMembers(int row, int column, OlapPivotTable table)
row
- the members' row locationcolumn
- the members' column locationtable
- the table
public static OlapDimension getRowDimension(int row, int adapterLevel, OlapPivotTable table)
row
- the member's row locationadapterLevel
- the index of the pivoted hierarchytable
- the table
public static DimensionList getRowDimensions(int row, OlapPivotTable table)
row
- the member's row locationtable
- the table
public static HierarchyList getRowHierarchies(int row, OlapPivotTable table)
row
- the member's row locationtable
- the table
public static OlapHierarchy getRowHierarchy(int row, int adapterLevel, OlapPivotTable table)
row
- the member's row locationadapterLevel
- the index of the pivoted hierarchytable
- the table
public static OlapMember getRowMember(int row, int adapterLevel, OlapPivotTable table)
row
- the member's row locationadapterLevel
- the index of the pivoted hierarchytable
- the table
public static MemberList getRowMembers(int row, OlapPivotTable table)
row
- the members' row locationtable
- the table
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |