| 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(java.util.UUID eventId,
java.util.UUID subscriptionId,
java.util.UUID bundleId,
java.lang.String bundleExternalKey,
SubscriptionBaseEvent.EventType eventType,
ApiEventType apiEventType,
org.joda.time.DateTime effectiveTransitionTime,
java.util.UUID previousEventId,
org.joda.time.DateTime previousEventCreatedDate,
Entitlement.EntitlementState previousState,
Plan previousPlan,
PlanPhase previousPhase,
PriceList previousPriceList,
java.lang.Integer previousBillingCycleDayLocal,
java.util.UUID nextEventId,
org.joda.time.DateTime nextEventCreatedDate,
Entitlement.EntitlementState nextState,
Plan nextPlan,
PlanPhase nextPhase,
PriceList nextPriceList,
java.lang.Integer nextBillingCycleDayLocal,
java.lang.Long totalOrdering,
org.joda.time.DateTime createdDate,
java.util.UUID userToken,
java.lang.Boolean isFromDisk) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
SubscriptionEventModelDao.getEventType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionEventModelDao.setEventType(SubscriptionBaseEvent.EventType eventType) |
| Constructor and Description |
|---|
SubscriptionEventModelDao(java.util.UUID id,
long totalOrdering,
SubscriptionBaseEvent.EventType eventType,
ApiEventType userType,
org.joda.time.DateTime effectiveDate,
java.util.UUID subscriptionId,
java.lang.String planName,
java.lang.String phaseName,
java.lang.String priceListName,
int billingCycleDayLocal,
boolean active,
org.joda.time.DateTime createDate,
org.joda.time.DateTime updateDate) |
| Modifier and Type | Method and Description |
|---|---|
abstract SubscriptionBaseEvent.EventType |
EventBase.getType() |
SubscriptionBaseEvent.EventType |
SubscriptionBaseEvent.getType() |
static SubscriptionBaseEvent.EventType |
SubscriptionBaseEvent.EventType.valueOf(java.lang.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 |
BCDEventData.getType() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
PhaseEventData.getType() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent.EventType |
ApiEventBase.getType() |
Copyright © 2010-2018. All Rights Reserved.