Uses of Class
com.broadleafcommerce.auth.resource.domain.CustomerAccount
Packages that use CustomerAccount
Package
Description
-
Uses of CustomerAccount in com.broadleafcommerce.auth.security.service
Constructor parameters in com.broadleafcommerce.auth.security.service with type arguments of type CustomerAccountModifierConstructorDescriptionDefaultAccountAncestorService(CustomerAccountService<CustomerAccount> customerAccountService) -
Uses of CustomerAccount in com.broadleafcommerce.auth.user.service
Classes in com.broadleafcommerce.auth.user.service with type parameters of type CustomerAccountModifier and TypeInterfaceDescriptioninterfaceCustomerAccountService<P extends CustomerAccount>Service for managingCustomerAccounts.classDefaultCustomerAccountService<P extends CustomerAccount,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> Methods in com.broadleafcommerce.auth.user.service that return types with arguments of type CustomerAccountModifier and TypeMethodDescriptionprotected CustomerAccountService<CustomerAccount>DefaultAccountUpdateRequestHandler.getCustomerAccountService()Constructor parameters in com.broadleafcommerce.auth.user.service with type arguments of type CustomerAccountModifierConstructorDescriptionDefaultAccountUpdateRequestHandler(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
Methods in com.broadleafcommerce.auth.user.service.autoconfigure that return types with arguments of type CustomerAccountModifier 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) Method parameters in com.broadleafcommerce.auth.user.service.autoconfigure with type arguments of type CustomerAccountModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountAncestorService(CustomerAccountService<CustomerAccount> customerAccountService) AuthServiceServiceAutoConfiguration.accountStatusChangeRequestHandler(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)