| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
BillModule_ProvideContactFacadeFactory.get() |
static AccountStewardFacade |
BillModule_ProvideContactFacadeFactory.provideContactFacade() |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
BillingModule_ProvideContactFacadeFactory.get() |
static AccountStewardFacade |
BillingModule_ProvideContactFacadeFactory.provideContactFacade() |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
ContactModule_ProvideContactFacadeFactory.get() |
static AccountStewardFacade |
ContactModule_ProvideContactFacadeFactory.provideContactFacade() |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
MyAccountModule_ProvideContactFacadeFactory.get() |
static AccountStewardFacade |
MyAccountModule_ProvideContactFacadeFactory.provideContactFacade() |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
ProductModule_ProvideContactFacadeFactory.get() |
static AccountStewardFacade |
ProductModule_ProvideContactFacadeFactory.provideContactFacade() |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
PurchaseModule_ProvideContactFacadeFactory.get() |
static AccountStewardFacade |
PurchaseModule_ProvideContactFacadeFactory.provideContactFacade() |
| Modifier and Type | Method and Description |
|---|---|
AccountStewardFacade |
AppEventBus.account()
Account steward 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.