Class DefaultCloudPlatformIntegrationConnection
java.lang.Object
com.sap.hybris.scpiconnector.httpconnection.impl.DefaultCloudPlatformIntegrationConnection
- All Implemented Interfaces:
CloudPlatformIntegrationConnection
public class DefaultCloudPlatformIntegrationConnection
extends Object
implements CloudPlatformIntegrationConnection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SAPCPIConfigurationModelde.hybris.platform.servicelayer.internal.dao.GenericDaoprotected javax.ws.rs.core.Responsepublish(String baseUrl, String pathUrl, String proxyUrl, Object body, String username, String password) voidsetSapCPIConfigurationModelGenericDao(de.hybris.platform.servicelayer.internal.dao.GenericDao sapCPIConfigurationModelGenericDao)
-
Constructor Details
-
DefaultCloudPlatformIntegrationConnection
public DefaultCloudPlatformIntegrationConnection()
-
-
Method Details
-
sendPost
- Specified by:
sendPostin interfaceCloudPlatformIntegrationConnection- Throws:
IOException
-
publish
-
getSAPCPIConfiguration
-
getSapCPIConfigurationModelGenericDao
public de.hybris.platform.servicelayer.internal.dao.GenericDao getSapCPIConfigurationModelGenericDao()- Returns:
- the sapCPIConfigurationModelGenericDao
-
setSapCPIConfigurationModelGenericDao
public void setSapCPIConfigurationModelGenericDao(de.hybris.platform.servicelayer.internal.dao.GenericDao sapCPIConfigurationModelGenericDao) - Parameters:
sapCPIConfigurationModelGenericDao- the sapCPIConfigurationModelGenericDao to set
-