Uses of Interface
com.broadleafcommerce.customer.service.CustomerService
-
-
Uses of CustomerService in com.broadleafcommerce.customer.dataexport
Methods in com.broadleafcommerce.customer.dataexport that return CustomerService Modifier and Type Method Description protected CustomerService<Customer>
CustomerExportProcessor. getCustomerService()
Constructors in com.broadleafcommerce.customer.dataexport with parameters of type CustomerService Constructor Description 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.dataexport.autoconfigure
Methods in com.broadleafcommerce.customer.dataexport.autoconfigure with parameters of type CustomerService Modifier and Type Method Description CustomerExportProcessor
CustomerExportAutoConfiguration. 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 CustomerService Modifier and Type Method Description protected CustomerService<Customer>
CustomerImportBatchHandler. getCustomerService()
protected CustomerService<Customer>
CustomerSegmentMemberImportBatchHandler. getCustomerService()
Constructors in com.broadleafcommerce.customer.dataimport with parameters of type CustomerService Constructor Description CustomerImportBatchHandler(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 CustomerService Modifier and Type Method Description CustomerImportBatchHandler
CustomerServicesImportAutoConfiguration. customerImportBatchHandler(CustomerConverter customerConverter, CustomerService<Customer> customerService, CustomerContextRequestHydrator hydrator)
CustomerSegmentMemberImportBatchHandler
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 CustomerService Modifier and Type Method Description protected CustomerService<Customer>
UserCreationListener. getCustomerService()
protected CustomerService<Customer>
UserRegistrationListener. getCustomerService()
protected CustomerService<Customer>
UserUpdateListenerCustomer. getCustomerService()
Constructors in com.broadleafcommerce.customer.messaging with parameters of type CustomerService Constructor Description UserCreationListener(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 CustomerService Modifier and Type Method Description UserCreationListener
CustomerMessagingAutoConfiguration. userCreatedPersistenceHandler(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService)
UserRegistrationListener
CustomerMessagingAutoConfiguration. userRegistrationListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService)
UserUpdateListenerCustomer
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 CustomerService Modifier and Type Class Description class
DefaultCustomerService<P extends Customer>
Default implementation ofCustomerService
Methods in com.broadleafcommerce.customer.service that return CustomerService Modifier and Type Method Description protected 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 CustomerService Constructor Description DefaultAccountInviteService(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 CustomerService Modifier and Type Method Description protected CustomerService<Customer>
CustomerAnonymizationHandler. getCustomerService()
Constructors in com.broadleafcommerce.customer.service.anonymization with parameters of type CustomerService Constructor Description CustomerAnonymizationHandler(CustomerService<Customer> customerService)
-
Uses of CustomerService in com.broadleafcommerce.customer.service.bulk
Methods in com.broadleafcommerce.customer.service.bulk that return CustomerService Modifier and Type Method Description protected CustomerService<P>
DefaultRuleBasedSegmentBulkProcessor. getCustomerService()
protected CustomerService<? extends Customer>
DefaultSegmentProcessingService. getCustomerService()
Constructors in com.broadleafcommerce.customer.service.bulk with parameters of type CustomerService Constructor Description DefaultRuleBasedSegmentBulkProcessor(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 CustomerService Modifier and Type Method Description protected 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 CustomerService Constructor Description CustomerAddressEndpoint(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)
-