Class DefaultCloudPlatformIntegrationConnection

java.lang.Object
com.sap.hybris.scpiconnector.httpconnection.impl.DefaultCloudPlatformIntegrationConnection
All Implemented Interfaces:
CloudPlatformIntegrationConnection

public class DefaultCloudPlatformIntegrationConnection extends Object implements CloudPlatformIntegrationConnection
  • Constructor Details

    • DefaultCloudPlatformIntegrationConnection

      public DefaultCloudPlatformIntegrationConnection()
  • Method Details

    • sendPost

      public ResponseData sendPost(String iflowKey, Object body) throws IOException
      Specified by:
      sendPost in interface CloudPlatformIntegrationConnection
      Throws:
      IOException
    • publish

      protected javax.ws.rs.core.Response publish(String baseUrl, String pathUrl, String proxyUrl, Object body, String username, String password)
    • getSAPCPIConfiguration

      protected SAPCPIConfigurationModel 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