Uses of Interface
com.broadleafcommerce.customer.service.CustomerService
Package
Description
-
Uses of CustomerService in com.broadleafcommerce.customer.dataexport
Modifier and TypeMethodDescriptionprotected CustomerService<Customer>
CustomerExportProcessor.getCustomerService()
ModifierConstructorDescriptionCustomerExportProcessor
(CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, CustomerRowConverter customerRowConverter, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CustomerService in com.broadleafcommerce.customer.dataexport.autoconfigure
Modifier and TypeMethodDescriptionCustomerExportAutoConfiguration.customerExportProcessor
(CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, CustomerRowConverter customerRowConverter, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CustomerService in com.broadleafcommerce.customer.dataimport
Modifier and TypeMethodDescriptionprotected CustomerService<Customer>
CustomerImportBatchHandler.getCustomerService()
protected CustomerService<Customer>
CustomerSegmentMemberImportBatchHandler.getCustomerService()
ModifierConstructorDescriptionCustomerImportBatchHandler
(CustomerConverter customerConverter, CustomerService<Customer> customerService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) CustomerSegmentMemberImportBatchHandler
(CustomerService<Customer> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CustomerService in com.broadleafcommerce.customer.dataimport.autoconfigure
Modifier and TypeMethodDescriptionCustomerServicesImportAutoConfiguration.customerImportBatchHandler
(CustomerConverter customerConverter, CustomerService<Customer> customerService, CustomerContextRequestHydrator hydrator) CustomerServicesImportAutoConfiguration.customerSegmentMemberImportBatchHandler
(CustomerService<Customer> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerContextRequestHydrator hydrator) -
Uses of CustomerService in com.broadleafcommerce.customer.messaging
Modifier and TypeMethodDescriptionprotected CustomerService<Customer>
UserCreationListener.getCustomerService()
protected CustomerService<Customer>
UserRegistrationListener.getCustomerService()
protected CustomerService<Customer>
UserUpdateListenerCustomer.getCustomerService()
ModifierConstructorDescriptionUserCreationListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, CustomerService<Customer> customerService) UserRegistrationListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, CustomerService<Customer> customerService) UserUpdateListenerCustomer
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService) -
Uses of CustomerService in com.broadleafcommerce.customer.messaging.autoconfigure
Modifier and TypeMethodDescriptionCustomerMessagingAutoConfiguration.userCreatedPersistenceHandler
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService) CustomerMessagingAutoConfiguration.userRegistrationListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService) CustomerMessagingAutoConfiguration.userUpdateListenerCustomer
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService, AccountMemberService<AccountMember> accountMemberService) -
Uses of CustomerService in com.broadleafcommerce.customer.service
Modifier and TypeClassDescriptionclass
DefaultCustomerService<P extends Customer>
Default implementation ofCustomerService
Modifier and TypeMethodDescriptionprotected CustomerService<Customer>
DefaultAccountInviteService.getCustomerService()
protected CustomerService<Customer>
DefaultAccountMemberService.getCustomerService()
protected CustomerService<Customer>
DefaultPaymentAccountService.getCustomerService()
Deprecated, for removal: This API element is subject to removal in a future version.ModifierConstructorDescriptionDefaultAccountInviteService
(AccountService<Account> accountService, AccountMemberService<AccountMember> accountMemberService, CustomerService<Customer> customerService, SendAccountInvitationService sendAccountInvitationService, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.rsql.RSQLFilterParser rsqlFilterParser, AccountInviteRepository<com.broadleafcommerce.data.tracking.core.Trackable> accountInviteRepository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountInviteProperties accountInviteProperties) DefaultAccountMemberService
(AccountMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountService<Account> accountService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, AccountMemberRoleChangeProducer accountMemberRoleChangeProducer) DefaultPaymentAccountService
(PaymentAccountRepository<com.broadleafcommerce.data.tracking.core.Trackable> paymentAccountRepository, CustomerService<Customer> customerService, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CustomerService in com.broadleafcommerce.customer.service.anonymization
Modifier and TypeMethodDescriptionprotected CustomerService<Customer>
CustomerAnonymizationHandler.getCustomerService()
ModifierConstructorDescriptionCustomerAnonymizationHandler
(CustomerService<Customer> customerService) -
Uses of CustomerService in com.broadleafcommerce.customer.service.bulk
Modifier and TypeMethodDescriptionprotected CustomerService<P>
DefaultRuleBasedSegmentBulkProcessor.getCustomerService()
protected CustomerService<? extends Customer>
DefaultSegmentProcessingService.getCustomerService()
ModifierConstructorDescriptionDefaultRuleBasedSegmentBulkProcessor
(CustomerService<P> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.bulk.service.BulkUpdateService<com.broadleafcommerce.bulk.domain.BulkUpdate> bulkUpdateService, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BulkProcessUtil bulkProcessUtil, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager) DefaultSegmentProcessingService
(com.broadleafcommerce.bulk.service.BulkUpdateManager bulkUpdateManager, CustomerSegmentService<? extends CustomerSegment> customerSegmentService, CustomerService<? extends Customer> customerService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CustomerService in com.broadleafcommerce.customer.web.endpoint
Modifier and TypeMethodDescriptionprotected CustomerService<Customer>
CustomerAddressEndpoint.getCustomerService()
protected CustomerService<Customer>
CustomerEndpoint.getCustomerService()
protected CustomerService<Customer>
CustomerPaymentAccountEndpoint.getCustomerService()
Deprecated, for removal: This API element is subject to removal in a future version.protected CustomerService<Customer>
CustomerSegmentEndpoint.getCustomerService()
ModifierConstructorDescriptionCustomerAddressEndpoint
(CustomerService<Customer> customerService, CustomerAddressService<CustomerAddress> customerAddressService, com.broadleafcommerce.common.extension.TypeFactory customerFactory) CustomerEndpoint
(CustomerService<Customer> customerService) CustomerPaymentAccountEndpoint
(CustomerService<Customer> customerService, PaymentAccountService<PaymentAccount> paymentAccountService, PaymentAccountSummaryService summaryService) Deprecated, for removal: This API element is subject to removal in a future version.CustomerSegmentEndpoint
(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)