Uses of Interface
com.broadleafcommerce.customer.service.CustomerService
Packages that use CustomerService
Package
Description
- 
Uses of CustomerService in com.broadleafcommerce.customer.dataexport
Methods in com.broadleafcommerce.customer.dataexport that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<Customer>CustomerExportProcessor.getCustomerService()Constructors in com.broadleafcommerce.customer.dataexport with parameters of type CustomerServiceModifierConstructorDescriptionCustomerExportProcessor(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
Methods in com.broadleafcommerce.customer.dataexport.autoconfigure with parameters of type CustomerServiceModifier 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
Methods in com.broadleafcommerce.customer.dataimport that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<Customer>CustomerImportBatchHandler.getCustomerService()protected CustomerService<Customer>CustomerSegmentMemberImportBatchHandler.getCustomerService()Constructors in com.broadleafcommerce.customer.dataimport with parameters of type CustomerServiceModifierConstructorDescriptionCustomerImportBatchHandler(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
Methods in com.broadleafcommerce.customer.dataimport.autoconfigure with parameters of type CustomerServiceModifier 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
Methods in com.broadleafcommerce.customer.messaging that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<Customer>UserCreationListener.getCustomerService()protected CustomerService<Customer>UserRegistrationListener.getCustomerService()protected CustomerService<Customer>UserUpdateListenerCustomer.getCustomerService()Constructors in com.broadleafcommerce.customer.messaging with parameters of type CustomerServiceModifierConstructorDescriptionUserCreationListener(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
Methods in com.broadleafcommerce.customer.messaging.autoconfigure with parameters of type CustomerServiceModifier 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
Classes in com.broadleafcommerce.customer.service that implement CustomerServiceModifier and TypeClassDescriptionclassDefaultCustomerService<P extends Customer>Default implementation ofCustomerServiceMethods in com.broadleafcommerce.customer.service that return CustomerServiceModifier 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.Constructors in com.broadleafcommerce.customer.service with parameters of type CustomerServiceModifierConstructorDescriptionDefaultAccountInviteService(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
Methods in com.broadleafcommerce.customer.service.anonymization that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<Customer>CustomerAnonymizationHandler.getCustomerService()Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type CustomerServiceModifierConstructorDescriptionCustomerAnonymizationHandler(CustomerService<Customer> customerService)  - 
Uses of CustomerService in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<P>DefaultRuleBasedSegmentBulkProcessor.getCustomerService()protected CustomerService<? extends Customer>DefaultSegmentProcessingService.getCustomerService()Constructors in com.broadleafcommerce.customer.service.bulk with parameters of type CustomerServiceModifierConstructorDescriptionDefaultRuleBasedSegmentBulkProcessor(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
Methods in com.broadleafcommerce.customer.web.endpoint that return CustomerServiceModifier 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()Constructors in com.broadleafcommerce.customer.web.endpoint with parameters of type CustomerServiceModifierConstructorDescriptionCustomerAddressEndpoint(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)