|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LevelInterface | |
---|---|
com.sas.dataselectors.calculateditems | Provides adapter components used to convert native models to models which can then be used with calculated item selector components. |
com.sas.dataselectors.filters | Provides adapter components used to convert native models to models which can then be used with filter components. |
com.sas.dataselectors.filters.timebased.olap | |
com.sas.storage.olap | Provides a set of interfaces for accessing OLAP data. |
com.sas.storage.olap.sasmdx | Provides a set of classes for accessing OLAP data from the SAS OLAP Server. |
Uses of LevelInterface in com.sas.dataselectors.calculateditems |
---|
Constructors in com.sas.dataselectors.calculateditems with parameters of type LevelInterface | |
---|---|
LevelNodeInfo(LevelInterface level)
|
Uses of LevelInterface in com.sas.dataselectors.filters |
---|
Methods in com.sas.dataselectors.filters that return LevelInterface | |
---|---|
LevelInterface |
MemberPropertyQualifierData.getLevel()
|
Methods in com.sas.dataselectors.filters with parameters of type LevelInterface | |
---|---|
static java.lang.String |
MemberPropertyQualifierData.createLabel(LevelInterface level,
PropertyInterface property)
|
static java.lang.String |
MemberPropertyQualifierData.createLabel(LevelInterface level,
PropertyInterface property,
java.util.Locale locale)
|
void |
MemberPropertyQualifierData.setLevel(LevelInterface level)
|
Constructors in com.sas.dataselectors.filters with parameters of type LevelInterface | |
---|---|
MemberPropertyQualifierData(com.sas.iquery.metadata.business.DataItem diSource,
LevelInterface level,
PropertyInterface prop)
Create a new data object from the given source, level, and property. |
|
OLAPMemberDeferredRetrievalTreeNode(LevelInterface level)
|
|
OLAPMemberDeferredRetrievalTreeNode(LevelInterface level,
int hierarchyStructure)
|
|
OLAPMemberTreeNode(LevelInterface level)
Constructs a new tree node from the given source model object. |
Uses of LevelInterface in com.sas.dataselectors.filters.timebased.olap |
---|
Methods in com.sas.dataselectors.filters.timebased.olap that return LevelInterface | |
---|---|
static LevelInterface |
OLAPTimeFilterUtil.getLevel(java.lang.Object model,
MetadataInterface metadata,
java.lang.String cubeName,
java.lang.String uniqueLevelName,
java.lang.String uniqueMemberName)
Returns a LevelInterface object given either a uniqueLevelName or a uniqueMemberName. |
Uses of LevelInterface in com.sas.storage.olap |
---|
Methods in com.sas.storage.olap that return LevelInterface | |
---|---|
LevelInterface |
PropertyInterface.getLevel()
Returns the level that this property is a child of. |
LevelInterface |
MemberInterface.getLevel()
Returns the level that this member is a child of. |
LevelInterface |
MetadataInterface.getLevel(Filter filter)
Returns the level with the appropriate restrictions |
LevelInterface[] |
HierarchyInterface.getLevels()
Returns the levels associated with this hierarchy. |
LevelInterface[] |
MetadataInterface.getLevels(Filter filter)
Returns the level(s) with the appropriate restrictions |
Methods in com.sas.storage.olap with parameters of type LevelInterface | |
---|---|
static boolean |
OLAPUtil.isAllLevel(LevelInterface level)
Returns true if the specified level is an "All" level, otherwise false. |
Uses of LevelInterface in com.sas.storage.olap.sasmdx |
---|
Classes in com.sas.storage.olap.sasmdx that implement LevelInterface | |
---|---|
class |
Level
Contains the client side implementation for com.sas.storage.olap.LevelInterface. |
Fields in com.sas.storage.olap.sasmdx declared as LevelInterface | |
---|---|
protected LevelInterface |
Property.level
|
Methods in com.sas.storage.olap.sasmdx that return LevelInterface | |
---|---|
LevelInterface |
Property.getLevel()
|
LevelInterface |
Member.getLevel()
Returns a level that this member belongs to. |
LevelInterface |
Metadata.getLevel(Filter filter)
|
LevelInterface[] |
Hierarchy.getLevels()
Get the levels that belong to this hierarchy |
LevelInterface[] |
Metadata.getLevels(Filter filter)
Returns the level(s) with the appropriate restrictions |
Constructors in com.sas.storage.olap.sasmdx with parameters of type LevelInterface | |
---|---|
Property(MetadataInterface metadata,
com.sas.iom.SASMDX.ISession _session,
java.lang.String cubeName,
LevelInterface level,
java.lang.String uniqueLevelName,
MemberInterface member,
java.lang.String uniqueMemberName,
java.lang.String name,
java.lang.String label,
int type,
int dataType,
java.lang.String description)
|
|
Components |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |