Uses of Class
com.sap.hybris.saprevenuecloudcustomer.dto.Customer
-
-
Uses of Customer in com.sap.hybris.saprevenuecloudcustomer.event
Methods in com.sap.hybris.saprevenuecloudcustomer.event that return Customer Modifier and Type Method Description Customer
SapRevenueCloudCustomerUpdateEvent. getCustomerJson()
Methods in com.sap.hybris.saprevenuecloudcustomer.event with parameters of type Customer Modifier and Type Method Description void
SapRevenueCloudCustomerUpdateEvent. setCustomerJson(Customer customerJson)
-
Uses of Customer in com.sap.hybris.saprevenuecloudcustomer.populator
Methods in com.sap.hybris.saprevenuecloudcustomer.populator with parameters of type Customer Modifier and Type Method Description void
DefaultSapRevenueCloudCustomerPopulator. populate(CustomerModel customerModel, Customer customerJson)
-
Uses of Customer in com.sap.hybris.saprevenuecloudcustomer.service
Methods in com.sap.hybris.saprevenuecloudcustomer.service with parameters of type Customer Modifier and Type Method Description ResponseData
SapRevenueCloudCustomerOutboundService. publishCustomerUpdate(Customer customerJson)
Triggers Customer Update iflow in Cloud Platform Integration which fetches the customer data from Revenue Cloud and updates in Commerce -
Uses of Customer in com.sap.hybris.saprevenuecloudcustomer.service.impl
Methods in com.sap.hybris.saprevenuecloudcustomer.service.impl with parameters of type Customer Modifier and Type Method Description ResponseData
DefaultSapRevenueCloudCustomerOutboundService. publishCustomerUpdate(Customer customerJson)
-