| Package | Description |
|---|---|
| org.killbill.billing.subscription.api.user | |
| org.killbill.billing.subscription.engine.dao.model | |
| org.killbill.billing.subscription.events.user |
| Modifier and Type | Method and Description |
|---|---|
ApiEventType |
SubscriptionBaseTransitionData.getApiEventType() |
| 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,
String bundleExternalKey,
SubscriptionBaseEvent.EventType eventType,
ApiEventType apiEventType,
org.joda.time.DateTime effectiveTransitionTime,
UUID previousEventId,
org.joda.time.DateTime previousEventCreatedDate,
org.killbill.billing.entitlement.api.Entitlement.EntitlementState previousState,
Plan previousPlan,
PlanPhase previousPhase,
PriceList previousPriceList,
Integer previousBillingCycleDayLocal,
UUID nextEventId,
org.joda.time.DateTime nextEventCreatedDate,
org.killbill.billing.entitlement.api.Entitlement.EntitlementState nextState,
Plan nextPlan,
PlanPhase nextPhase,
PriceList nextPriceList,
Integer nextBillingCycleDayLocal,
Long totalOrdering,
org.joda.time.DateTime createdDate,
UUID userToken,
Boolean isFromDisk) |
| Modifier and Type | Method and Description |
|---|---|
ApiEventType |
SubscriptionEventModelDao.getUserType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionEventModelDao.setUserType(ApiEventType userType) |
| Constructor and Description |
|---|
SubscriptionEventModelDao(UUID id,
long totalOrdering,
SubscriptionBaseEvent.EventType eventType,
ApiEventType userType,
org.joda.time.DateTime effectiveDate,
UUID subscriptionId,
String planName,
String phaseName,
String priceListName,
int billingCycleDayLocal,
boolean active,
org.joda.time.DateTime createDate,
org.joda.time.DateTime updateDate) |
| Modifier and Type | Method and Description |
|---|---|
ApiEventType |
ApiEvent.getApiEventType() |
ApiEventType |
ApiEventBuilder.getApiEventType() |
ApiEventType |
ApiEventBase.getApiEventType() |
static ApiEventType |
ApiEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEventType[] |
ApiEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApiEventBuilder |
ApiEventBuilder.setApiEventType(ApiEventType eventType) |
Copyright © 2010-2017. All Rights Reserved.