Uses of Class
com.sap.hybris.scpiconnector.data.ResponseData
-
-
Uses of ResponseData in com.sap.hybris.saprevenuecloudcustomer.service
Methods in com.sap.hybris.saprevenuecloudcustomer.service that return ResponseData Modifier and Type Method Description ResponseDataSapRevenueCloudCustomerOutboundService. 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 ResponseData in com.sap.hybris.saprevenuecloudcustomer.service.impl
Methods in com.sap.hybris.saprevenuecloudcustomer.service.impl that return ResponseData Modifier and Type Method Description ResponseDataDefaultSapRevenueCloudCustomerOutboundService. publishCustomerUpdate(Customer customerJson) -
Uses of ResponseData in com.sap.hybris.scpiconnector.httpconnection
Methods in com.sap.hybris.scpiconnector.httpconnection that return ResponseData Modifier and Type Method Description ResponseDataCloudPlatformIntegrationConnection. sendPost(java.lang.String iflowKey, java.lang.Object body) -
Uses of ResponseData in com.sap.hybris.scpiconnector.httpconnection.impl
Methods in com.sap.hybris.scpiconnector.httpconnection.impl that return ResponseData Modifier and Type Method Description ResponseDataDefaultCloudPlatformIntegrationConnection. sendPost(java.lang.String iflowKey, java.lang.Object body) -
Uses of ResponseData in de.hybris.platform.sap.saprevenuecloudorder.outbound
Methods in de.hybris.platform.sap.saprevenuecloudorder.outbound that return ResponseData Modifier and Type Method Description ResponseDataSendSubscriptionOrderToSCPIHelper. sendOrder(AbstractOrderModel order)
-