| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
BillModule_ProvideProductBillingFactory.get() |
static ProductBillingFacade |
BillModule_ProvideProductBillingFactory.provideProductBilling() |
| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
BillingModule_ProvideProductBillingFactory.get() |
static ProductBillingFacade |
BillingModule_ProvideProductBillingFactory.provideProductBilling() |
| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
ContactModule_ProvideProductBillingFactory.get() |
static ProductBillingFacade |
ContactModule_ProvideProductBillingFactory.provideProductBilling() |
| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
MyAccountModule_ProvideProductBillingFactory.get() |
static ProductBillingFacade |
MyAccountModule_ProvideProductBillingFactory.provideProductBilling() |
| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
ProductModule_ProvideProductBillingFactory.get() |
static ProductBillingFacade |
ProductModule_ProvideProductBillingFactory.provideProductBilling() |
| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
PurchaseModule_ProvideProductBillingFactory.get() |
static ProductBillingFacade |
PurchaseModule_ProvideProductBillingFactory.provideProductBilling() |
| Modifier and Type | Method and Description |
|---|---|
ProductBillingFacade |
AppEventBus.billing()
Product billing service facade.
|
| Modifier and Type | Method and Description |
|---|---|
static AppEventBus |
AppEventBus_Factory.newInstance(AccountStewardFacade accountSteward,
ProductBillingFacade productBilling,
SearchFacade searchFacade,
BillFacade billFacade,
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<Configuration> configurationProvider) |
| Constructor and Description |
|---|
AppEventBus(AccountStewardFacade accountSteward,
ProductBillingFacade productBilling,
SearchFacade searchFacade,
BillFacade billFacade,
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<Configuration> configurationProvider) |
Copyright © 2020. All rights reserved.