|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.Podium
public final class Podium
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
ThePodium class is used to specify whether a RankCondition
returns the top or bottom or percentage ranked values.
For example, when you want to find 5 best customers, you must use
Podium.TOP to create your RankCondition. When you
want to find first 5 percentage best customers, you must use
Podium.TOP_PERCENTAGE to create your RankCondition.
RankCondition,
Query,
ObjectQualification,
DataSource.isRankConditionSupported(),
ConditionContainer.createRankCondition(com.businessobjects.rebean.wi.Podium, int, com.businessobjects.rebean.wi.DataSourceObject, com.businessobjects.rebean.wi.DataSourceObject),
Serialized Form| Field Summary | |
|---|---|
static int |
_BOTTOM
The int value of BOTTOM.value(). |
static int |
_BOTTOM_PERCENTAGE
The int value of BOTTOM_PERCENTAGE.value(). |
static int |
_TOP
The int value of TOP.value(). |
static int |
_TOP_PERCENTAGE
The int value of TOP_PERCENTAGE.value(). |
static Podium |
BOTTOM
Bottom is used to set a RankCondition to return the bottom ranked values. |
static Podium |
BOTTOM_PERCENTAGE
BOTTOM_PERCENTAGE is used to set a RankCondition to return
the percentage ranked values from bottom. |
static Podium |
TOP
TOP is used to set a RankCondition to return the top ranked values. |
static Podium |
TOP_PERCENTAGE
TOP_PERCENTAGE is used to set a RankCondition to return
the percentage ranked values from top. |
| Method Summary | |
|---|---|
static Podium |
fromInt(int value)
Returns a Podium instance corresponding to the value
passed as a parameter. |
java.lang.String |
toString()
Return a String representation of this Podium. |
int |
value()
Return the int value of this Podium. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _TOP
int value of TOP.value().
public static final int _BOTTOM
int value of BOTTOM.value().
public static final int _TOP_PERCENTAGE
int value of TOP_PERCENTAGE.value().
public static final int _BOTTOM_PERCENTAGE
int value of BOTTOM_PERCENTAGE.value().
public static final Podium TOP
RankCondition to return the top ranked values.
RankCondition.setPodium(com.businessobjects.rebean.wi.Podium),
RankCondition.getPodium(),
ConditionContainer.createRankCondition(com.businessobjects.rebean.wi.Podium, int, com.businessobjects.rebean.wi.DataSourceObject, com.businessobjects.rebean.wi.DataSourceObject)public static final Podium BOTTOM
RankCondition to return the bottom ranked values.
RankCondition.setPodium(com.businessobjects.rebean.wi.Podium),
RankCondition.getPodium(),
ConditionContainer.createRankCondition(com.businessobjects.rebean.wi.Podium, int, com.businessobjects.rebean.wi.DataSourceObject, com.businessobjects.rebean.wi.DataSourceObject)public static final Podium TOP_PERCENTAGE
RankCondition to return
the percentage ranked values from top.
RankCondition.setPodium(com.businessobjects.rebean.wi.Podium),
RankCondition.getPodium(),
ConditionContainer.createRankCondition(com.businessobjects.rebean.wi.Podium, int, com.businessobjects.rebean.wi.DataSourceObject, com.businessobjects.rebean.wi.DataSourceObject)public static final Podium BOTTOM_PERCENTAGE
RankCondition to return
the percentage ranked values from bottom.
RankCondition.setPodium(com.businessobjects.rebean.wi.Podium),
RankCondition.getPodium(),
ConditionContainer.createRankCondition(com.businessobjects.rebean.wi.Podium, int, com.businessobjects.rebean.wi.DataSourceObject, com.businessobjects.rebean.wi.DataSourceObject)| Method Detail |
|---|
public java.lang.String toString()
String representation of this Podium.
toString in class java.lang.ObjectString representation of this
Podium.public int value()
int value of this Podium.
value in interface EnumItemint value of this Podium.public static Podium fromInt(int value)
value
passed as a parameter.
value - The value to be convert to Podium.
Podium instance corresponding to the
value parameter. Returns null when
value does not correspond to an existing
Podium type.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||