| Modifier and Type | Method and Description |
|---|---|
PaymentProcessorFacade |
BillingModule_ProvidePaymentProcessorFactory.get() |
static PaymentProcessorFacade |
BillingModule_ProvidePaymentProcessorFactory.providePaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProcessorFacade |
ContactModule_ProvidePaymentProcessorFactory.get() |
static PaymentProcessorFacade |
ContactModule_ProvidePaymentProcessorFactory.providePaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProcessorFacade |
MyAccountModule_ProvidePaymentProcessorFactory.get() |
static PaymentProcessorFacade |
MyAccountModule_ProvidePaymentProcessorFactory.providePaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProcessorFacade |
ProductModule_ProvidePaymentProcessorFactory.get() |
static PaymentProcessorFacade |
ProductModule_ProvidePaymentProcessorFactory.providePaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProcessorFacade |
PurchaseModule_ProvidePaymentProcessorFactory.get() |
static PaymentProcessorFacade |
PurchaseModule_ProvidePaymentProcessorFactory.providePaymentProcessor() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProcessorFacade |
AppEventBus.paymentProcessor()
Payment processor service facade.
|
| Modifier and Type | Method and Description |
|---|---|
static AppEventBus |
AppEventBus_Factory.newInstance(AccountStewardFacade accountSteward,
ProductBillingFacade productBilling,
SearchFacade searchFacade,
BillFacade billFacade,
PaymentProcessorFacade paymentProcessor,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
static AppEventBus_Factory |
AppEventBus_Factory.create(javax.inject.Provider<AccountStewardFacade> accountStewardProvider,
javax.inject.Provider<ProductBillingFacade> productBillingProvider,
javax.inject.Provider<SearchFacade> searchFacadeProvider,
javax.inject.Provider<BillFacade> billFacadeProvider,
javax.inject.Provider<PaymentProcessorFacade> paymentProcessorProvider,
javax.inject.Provider<Configuration> configurationProvider) |
| Constructor and Description |
|---|
AppEventBus(AccountStewardFacade accountSteward,
ProductBillingFacade productBilling,
SearchFacade searchFacade,
BillFacade billFacade,
PaymentProcessorFacade paymentProcessor,
Configuration configuration) |
| Constructor and Description |
|---|
AppEventBus_Factory(javax.inject.Provider<AccountStewardFacade> accountStewardProvider,
javax.inject.Provider<ProductBillingFacade> productBillingProvider,
javax.inject.Provider<SearchFacade> searchFacadeProvider,
javax.inject.Provider<BillFacade> billFacadeProvider,
javax.inject.Provider<PaymentProcessorFacade> paymentProcessorProvider,
javax.inject.Provider<Configuration> configurationProvider) |
Copyright © 2023. All rights reserved.