| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionBaseEvent> |
SubscriptionBaseApiService.getEventsOnCancelPlan(DefaultSubscriptionBase subscription,
org.joda.time.DateTime effectiveDate,
org.joda.time.DateTime processedDate,
boolean addCancellationAddOnForEventsIfRequired,
InternalTenantContext internalTenantContext) |
List<SubscriptionBaseEvent> |
SubscriptionBaseApiService.getEventsOnChangePlan(DefaultSubscriptionBase subscription,
Plan newPlan,
String newPriceList,
org.joda.time.DateTime effectiveDate,
org.joda.time.DateTime processedDate,
boolean addCancellationAddOnForEventsIfRequired,
InternalTenantContext context) |
List<SubscriptionBaseEvent> |
SubscriptionBaseApiService.getEventsOnCreation(UUID bundleId,
UUID subscriptionId,
org.joda.time.DateTime alignStartDate,
org.joda.time.DateTime bundleStartDate,
Plan plan,
PhaseType initialPhase,
String realPriceList,
org.joda.time.DateTime effectiveDate,
org.joda.time.DateTime processedDate,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
int |
SubscriptionBaseApiService.handleBasePlanEvent(DefaultSubscriptionBase subscription,
SubscriptionBaseEvent event,
CallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected DefaultSubscriptionBase |
SubscriptionApiBase.createSubscriptionForApiUse(SubscriptionBuilder builder,
List<SubscriptionBaseEvent> events,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent |
TransferCancelData.getCancelEvent() |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionBaseEvent> |
SubscriptionTransferData.getInitialEvents() |
| Constructor and Description |
|---|
TransferCancelData(DefaultSubscriptionBase subscription,
SubscriptionBaseEvent cancelEvent) |
| Constructor and Description |
|---|
SubscriptionTransferData(DefaultSubscriptionBase data,
List<SubscriptionBaseEvent> initialEvents,
org.joda.time.DateTime ctd) |
| Modifier and Type | Field and Description |
|---|---|
protected List<SubscriptionBaseEvent> |
DefaultSubscriptionBase.events |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionBaseEvent> |
DefaultSubscriptionBase.getEvents() |
List<SubscriptionBaseEvent> |
DefaultSubscriptionBaseApiService.getEventsOnCancelPlan(DefaultSubscriptionBase subscription,
org.joda.time.DateTime effectiveDate,
org.joda.time.DateTime processedDate,
boolean addCancellationAddOnForEventsIfRequired,
InternalTenantContext internalTenantContext) |
List<SubscriptionBaseEvent> |
DefaultSubscriptionBaseApiService.getEventsOnChangePlan(DefaultSubscriptionBase subscription,
Plan newPlan,
String newPriceList,
org.joda.time.DateTime effectiveDate,
org.joda.time.DateTime processedDate,
boolean addCancellationAddOnForEventsIfRequired,
InternalTenantContext internalTenantContext) |
List<SubscriptionBaseEvent> |
DefaultSubscriptionBaseApiService.getEventsOnCreation(UUID bundleId,
UUID subscriptionId,
org.joda.time.DateTime alignStartDate,
org.joda.time.DateTime bundleStartDate,
Plan plan,
PhaseType initialPhase,
String realPriceList,
org.joda.time.DateTime effectiveDate,
org.joda.time.DateTime processedDate,
InternalTenantContext internalTenantContext) |
List<SubscriptionBaseEvent> |
SubscriptionEvents.getViewForVersion(long version) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionEvents.addEvent(SubscriptionBaseEvent ev) |
SubscriptionBaseTransitionData |
DefaultSubscriptionBase.getTransitionFromEvent(SubscriptionBaseEvent event,
int seqId) |
int |
DefaultSubscriptionBaseApiService.handleBasePlanEvent(DefaultSubscriptionBase subscription,
SubscriptionBaseEvent event,
CallContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSubscriptionBase.rebuildTransitions(List<SubscriptionBaseEvent> inputEvents,
Catalog catalog) |
| Constructor and Description |
|---|
DefaultRequestedSubscriptionEvent(DefaultSubscriptionBase subscription,
SubscriptionBaseEvent nextEvent,
SubscriptionBaseTransitionType transitionType,
Long searchKey1,
Long searchKey2,
UUID userToken) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSubscriptionBaseService.processEventReady(SubscriptionBaseEvent event,
int seqId,
InternalCallContext context) |
void |
EventListener.processEventReady(SubscriptionBaseEvent event,
int seqId,
InternalCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent |
DefaultSubscriptionDao.getEventById(UUID eventId,
InternalTenantContext context) |
SubscriptionBaseEvent |
SubscriptionDao.getEventById(UUID eventId,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
List<SubscriptionBaseEvent> |
DefaultSubscriptionDao.getEventsForSubscription(UUID subscriptionId,
InternalTenantContext context) |
List<SubscriptionBaseEvent> |
SubscriptionDao.getEventsForSubscription(UUID subscriptionId,
InternalTenantContext context) |
Iterable<SubscriptionBaseEvent> |
DefaultSubscriptionDao.getFutureEventsForAccount(InternalTenantContext context) |
Iterable<SubscriptionBaseEvent> |
SubscriptionDao.getFutureEventsForAccount(InternalTenantContext context) |
List<SubscriptionBaseEvent> |
DefaultSubscriptionDao.getPendingEventsForSubscription(UUID subscriptionId,
InternalTenantContext context) |
List<SubscriptionBaseEvent> |
SubscriptionDao.getPendingEventsForSubscription(UUID subscriptionId,
InternalTenantContext context) |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionBaseEvent |
SubscriptionEventModelDao.toSubscriptionEvent(SubscriptionEventModelDao src) |
| Constructor and Description |
|---|
SubscriptionEventModelDao(SubscriptionBaseEvent src) |
| Modifier and Type | Class and Description |
|---|---|
class |
EventBase |
| Modifier and Type | Method and Description |
|---|---|
abstract SubscriptionBaseEvent |
EventBaseBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
int |
EventBase.compareTo(SubscriptionBaseEvent other) |
| Constructor and Description |
|---|
EventBaseBuilder(SubscriptionBaseEvent event) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BCDEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
BCDEventData |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionBaseEvent |
BCDEventBuilder.build() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PhaseEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
PhaseEventData |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApiEvent |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiEventBase |
class |
ApiEventCancel |
class |
ApiEventChange |
class |
ApiEventCreate |
class |
ApiEventTransfer |
class |
ApiEventUncancel |
Copyright © 2010-2017. All Rights Reserved.