public class CustomerImportService
extends java.lang.Object
| Constructor and Description |
|---|
CustomerImportService() |
| Modifier and Type | Method and Description |
|---|---|
protected CustomerReplicationEvent |
createCustomerReplicationEvent(java.lang.String customerId)
Return new created CustomerReplicationEvent
|
BusinessProcessService |
getBusinessProcessService() |
EventService |
getEventService() |
FlexibleSearchService |
getFlexibleSearchService() |
ModelService |
getModelService() |
void |
processConsumerReplicationNotificationFromHub(java.lang.String customerId)
Processes the consumer replication notification
|
protected CustomerModel |
readCustomer(java.lang.String customerId)
Reads the customer via flexible search
|
void |
setBusinessProcessService(BusinessProcessService businessProcessService) |
void |
setEventService(EventService eventService) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
public FlexibleSearchService getFlexibleSearchService()
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
flexibleSearchService - public ModelService getModelService()
public void setModelService(ModelService modelService)
modelService - public BusinessProcessService getBusinessProcessService()
public void setBusinessProcessService(BusinessProcessService businessProcessService)
businessProcessService - public void processConsumerReplicationNotificationFromHub(java.lang.String customerId)
customerId - ID of customerprotected CustomerReplicationEvent createCustomerReplicationEvent(java.lang.String customerId)
customerId - protected CustomerModel readCustomer(java.lang.String customerId)
customerId - public EventService getEventService()
public void setEventService(EventService eventService)
eventService - Copyright © 2018 SAP SE. All Rights Reserved.