Uses of Class
com.broadleafcommerce.auth.resource.domain.CustomerAccount
Package
Description
-
Uses of CustomerAccount in com.broadleafcommerce.auth.security.service
ModifierConstructorDescriptionDefaultAccountAncestorService
(CustomerAccountService<CustomerAccount> customerAccountService) -
Uses of CustomerAccount in com.broadleafcommerce.auth.user.service
Modifier and TypeInterfaceDescriptioninterface
CustomerAccountService<P extends CustomerAccount>
Service for managingCustomerAccounts
.class
DefaultCustomerAccountService<P extends CustomerAccount,
D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> Modifier and TypeMethodDescriptionprotected CustomerAccountService<CustomerAccount>
DefaultAccountUpdateRequestHandler.getCustomerAccountService()
ModifierConstructorDescriptionDefaultAccountUpdateRequestHandler
(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of CustomerAccount in com.broadleafcommerce.auth.user.service.autoconfigure
Modifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
CustomerAccountService<CustomerAccount>AuthServiceServiceAutoConfiguration.customerAccountService
(CustomerAccountRepository<D> repository, SimplePayloadMapper mapper, com.broadleafcommerce.common.extension.cache.CacheStateManager cacheStateManager) Modifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountAncestorService
(CustomerAccountService<CustomerAccount> customerAccountService) AuthServiceServiceAutoConfiguration.accountStatusChangeRequestHandler
(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)