Class CustomerServicesImportAutoConfiguration
java.lang.Object
com.broadleafcommerce.customer.dataimport.autoconfigure.CustomerServicesImportAutoConfiguration
- Author:
- Vitalii Voronkov (vvoronkov)
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncustomerImportBatchHandler
(CustomerConverter customerConverter, CustomerService<Customer> customerService, CustomerContextRequestHydrator hydrator) customerSegmentMemberImportBatchHandler
(CustomerService<Customer> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerContextRequestHydrator hydrator)
-
Constructor Details
-
CustomerServicesImportAutoConfiguration
public CustomerServicesImportAutoConfiguration()
-
-
Method Details
-
customerImportBatchHandler
@Bean @ConditionalOnMissingBean public CustomerImportBatchHandler customerImportBatchHandler(CustomerConverter customerConverter, CustomerService<Customer> customerService, CustomerContextRequestHydrator hydrator) -
customerSegmentMemberImportBatchHandler
@Bean @ConditionalOnMissingBean public CustomerSegmentMemberImportBatchHandler customerSegmentMemberImportBatchHandler(CustomerService<Customer> customerService, CustomerSegmentService<CustomerSegment> customerSegmentService, SegmentMemberService<SegmentMember, CustomerSegment> segmentMemberService, CustomerContextRequestHydrator hydrator)
-