Uses of Interface
com.broadleafcommerce.auth.security.service.AccountRoleService
Packages that use AccountRoleService
Package
Description
- 
Uses of AccountRoleService in com.broadleafcommerce.auth.security.serviceClasses in com.broadleafcommerce.auth.security.service that implement AccountRoleServiceModifier and TypeClassDescriptionclassDefaultAccountRoleService<P extends AccountRole,D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable> 
- 
Uses of AccountRoleService in com.broadleafcommerce.auth.user.messagingMethods in com.broadleafcommerce.auth.user.messaging that return AccountRoleServiceModifier and TypeMethodDescriptionprotected AccountRoleService<AccountRole>CartApprovalRequestEventListener.getAccountRoleService()Constructors in com.broadleafcommerce.auth.user.messaging with parameters of type AccountRoleServiceModifierConstructorDescriptionCartApprovalRequestEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, UserService<User> userService, UserRoleService<UserRole> userRoleService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartApprovalRequestNotificationProducer cartApprovalRequestNotificationProducer, AccountAncestorService accountAncestorService) 
- 
Uses of AccountRoleService in com.broadleafcommerce.auth.user.messaging.autoconfigureMethods in com.broadleafcommerce.auth.user.messaging.autoconfigure with parameters of type AccountRoleServiceModifier and TypeMethodDescriptionAuthUserMessagingAutoConfiguration.cartApprovalRequestEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, UserService<User> userService, UserRoleService<UserRole> userRoleService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartApprovalRequestNotificationProducer cartApprovalRequestNotificationProducer, AccountAncestorService accountAncestorService) 
- 
Uses of AccountRoleService in com.broadleafcommerce.auth.user.serviceMethods in com.broadleafcommerce.auth.user.service that return AccountRoleServiceModifier and TypeMethodDescriptionprotected AccountRoleService<AccountRole>DefaultAccountUpdateRequestHandler.getAccountRoleService()Constructors in com.broadleafcommerce.auth.user.service with parameters of type AccountRoleServiceModifierConstructorDescriptionDefaultAccountUpdateRequestHandler(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) 
- 
Uses of AccountRoleService in com.broadleafcommerce.auth.user.service.autoconfigureMethods in com.broadleafcommerce.auth.user.service.autoconfigure that return AccountRoleServiceModifier and TypeMethodDescription<D extends com.broadleafcommerce.data.tracking.core.mapping.BusinessTypeAware & com.broadleafcommerce.data.tracking.core.mapping.ModelMapperMappable>
 AccountRoleService<AccountRole>AuthServiceServiceAutoConfiguration.accountRoleService(AccountRoleRepository<D> repository, SimplePayloadMapper mapper) Methods in com.broadleafcommerce.auth.user.service.autoconfigure with parameters of type AccountRoleServiceModifier and TypeMethodDescriptionAuthServiceServiceAutoConfiguration.accountStatusChangeRequestHandler(AccountRoleService<AccountRole> accountRoleService, CustomerAccountService<CustomerAccount> customerAccountService, UserService<User> userService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)