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 CustomerExportProcessorCustomerExportAutoConfiguration. 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 CustomerImportBatchHandlerCustomerServicesImportAutoConfiguration. customerImportBatchHandler(CustomerConverter customerConverter, CustomerService<Customer> customerService, CustomerContextRequestHydrator hydrator)CustomerSegmentMemberImportBatchHandlerCustomerServicesImportAutoConfiguration. 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, 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 UserCreationListenerCustomerMessagingAutoConfiguration. userCreatedPersistenceHandler(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService)UserRegistrationListenerCustomerMessagingAutoConfiguration. userRegistrationListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService)UserUpdateListenerCustomerCustomerMessagingAutoConfiguration. userUpdateListenerCustomer(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, CustomerService<Customer> customerService) -
Uses of CustomerService in com.broadleafcommerce.customer.service
Classes in com.broadleafcommerce.customer.service that implement CustomerService Modifier and Type Class Description classDefaultCustomerService<P extends Customer>Default implementation ofCustomerServiceMethods in com.broadleafcommerce.customer.service that return CustomerService Modifier and Type Method Description protected CustomerService<Customer>DefaultAccountMemberService. getCustomerService()protected CustomerService<Customer>DefaultPaymentAccountService. getCustomerService()Constructors in com.broadleafcommerce.customer.service with parameters of type CustomerService Constructor Description DefaultAccountMemberService(AccountMemberRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, AccountService<Account> accountService, CustomerService<Customer> customerService, AccountRoleService<AccountRole> accountRoleService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper)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) -
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()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)CustomerSegmentEndpoint(CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember,CustomerSegment> segmentMemberService, CustomerService<Customer> customerService, SegmentProcessingService segmentProcessingService, SegmentProcessHistoryService<SegmentProcessHistory> segmentProcessHistoryService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)
-