|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<RatingSessionModel.Mode>
com.highdeal.bart.hci.RatingSessionModel.Mode
public static enum RatingSessionModel.Mode
| Enum Constant Summary | |
|---|---|
AZIMUT
Deprecated. |
|
DAY_MOST
In this mode, CDRs selected and rated by day. |
|
DAY_SUBSCRIPTION_FIRSTFAIL
In this mode, CDRs selected and rated by day. |
|
SUBSCRIPTION_FIRSTFAIL
In this mode, CDRs are rated group by subscription. |
|
SUBSCRIPTION_MOST
In this mode, CDRs are rated group by subscription. |
|
SUBSCRIPTION_TRY
In this mode, CDR are rated but no CDR are commited on both side (SAP Convergent Charging BART and Core). |
|
WINDOWED_SUBSCRIPTION_FIRSTFAIL
Same as SUBSCRIPTION_FIRSTFAIL, but CDR are selected from
the database using windowing. |
|
WINDOWED_SUBSCRIPTION_MOST
Same as SUBSCRIPTION_MOST, but CDR are selected from
the database using windowing. |
|
WINDOWED_SUBSCRIPTION_TRY
Same as SUBSCRIPTION_TRY, but CDR are selected from
the database using windowing. |
|
| Method Summary | |
|---|---|
int |
getCode()
|
static RatingSessionModel.Mode |
getFromCode(int code)
|
java.lang.String |
getName()
|
RatingSessionModel.RatingMode |
getRatingMode()
|
RatingSessionModel.SelectionMode |
getSelectionMode()
|
static RatingSessionModel.Mode |
parse(java.lang.String name)
|
static RatingSessionModel.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RatingSessionModel.Mode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final RatingSessionModel.Mode SUBSCRIPTION_FIRSTFAIL
public static final RatingSessionModel.Mode SUBSCRIPTION_MOST
public static final RatingSessionModel.Mode SUBSCRIPTION_TRY
public static final RatingSessionModel.Mode WINDOWED_SUBSCRIPTION_FIRSTFAIL
SUBSCRIPTION_FIRSTFAIL, but CDR are selected from
the database using windowing.
public static final RatingSessionModel.Mode WINDOWED_SUBSCRIPTION_MOST
SUBSCRIPTION_MOST, but CDR are selected from
the database using windowing.
public static final RatingSessionModel.Mode WINDOWED_SUBSCRIPTION_TRY
SUBSCRIPTION_TRY, but CDR are selected from
the database using windowing.
public static final RatingSessionModel.Mode DAY_SUBSCRIPTION_FIRSTFAIL
public static final RatingSessionModel.Mode DAY_MOST
@Deprecated public static final RatingSessionModel.Mode AZIMUT
| Method Detail |
|---|
public static RatingSessionModel.Mode[] values()
for (RatingSessionModel.Mode c : RatingSessionModel.Mode.values()) System.out.println(c);
public static RatingSessionModel.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic int getCode()
public java.lang.String getName()
public static RatingSessionModel.Mode parse(java.lang.String name)
public static RatingSessionModel.Mode getFromCode(int code)
public RatingSessionModel.SelectionMode getSelectionMode()
public RatingSessionModel.RatingMode getRatingMode()
|
SAP CC 3.0 BART API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||