| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
TimedMigration.getEventType() |
| Constructor and Description |
|---|
TimedMigration(org.joda.time.DateTime eventTime,
SubscriptionBaseEvent.EventType eventType,
ApiEventType apiEventType,
Plan plan,
PlanPhase phase,
String priceList) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
SubscriptionBaseTransitionData.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionBaseTransitionType |
SubscriptionBaseTransitionData.toSubscriptionTransitionType(SubscriptionBaseEvent.EventType eventType,
ApiEventType apiEventType) |
| Constructor and Description |
|---|
SubscriptionBaseTransitionData(SubscriptionBaseTransitionData input,
SubscriptionBaseEvent.EventType eventType,
ApiEventType apiEventType,
int remainingEventsForUserOperation) |
SubscriptionBaseTransitionData(UUID eventId,
UUID subscriptionId,
UUID bundleId,
SubscriptionBaseEvent.EventType eventType,
ApiEventType apiEventType,
org.joda.time.DateTime requestedTransitionTime,
org.joda.time.DateTime effectiveTransitionTime,
UUID previousEventId,
org.joda.time.DateTime previousEventCreatedDate,
com.ning.billing.entitlement.api.Entitlement.EntitlementState previousState,
Plan previousPlan,
PlanPhase previousPhase,
PriceList previousPriceList,
UUID nextEventId,
org.joda.time.DateTime nextEventCreatedDate,
com.ning.billing.entitlement.api.Entitlement.EntitlementState nextState,
Plan nextPlan,
PlanPhase nextPhase,
PriceList nextPriceList,
Long totalOrdering,
org.joda.time.DateTime createdDate,
UUID userToken,
Boolean isFromDisk) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
SubscriptionEventModelDao.getEventType() |
| Constructor and Description |
|---|
SubscriptionEventModelDao(UUID id,
long totalOrdering,
SubscriptionBaseEvent.EventType eventType,
ApiEventType userType,
org.joda.time.DateTime requestedDate,
org.joda.time.DateTime effectiveDate,
UUID subscriptionId,
String planName,
String phaseName,
String priceListName,
long currentVersion,
boolean active,
org.joda.time.DateTime createDate,
org.joda.time.DateTime updateDate) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
SubscriptionBaseEvent.getType() |
abstract SubscriptionBaseEvent.EventType |
EventBase.getType() |
static SubscriptionBaseEvent.EventType |
SubscriptionBaseEvent.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionBaseEvent.EventType[] |
SubscriptionBaseEvent.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
PhaseEventData.getType() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
ApiEventBase.getType() |
Copyright © 2010-2013. All Rights Reserved.