Class DefaultSapAddressMigrationService

java.lang.Object
de.hybris.platform.sap.sapcpicustomerexchangeb2b.services.impl.DefaultSapAddressMigrationService
All Implemented Interfaces:
SapAddressMigrationService

public class DefaultSapAddressMigrationService extends Object implements SapAddressMigrationService
Default service to migrate publicKey to sapPublicKey of Address
  • Constructor Details

    • DefaultSapAddressMigrationService

      public DefaultSapAddressMigrationService()
  • Method Details

    • migratePublicKeyToSapPublicKey

      public void migratePublicKeyToSapPublicKey()
      Description copied from interface: SapAddressMigrationService
      migrate Address publicKey to sapPublicKey
      Specified by:
      migratePublicKeyToSapPublicKey in interface SapAddressMigrationService
    • updateIntegrationObjectItemAttr

      public void updateIntegrationObjectItemAttr()
      Description copied from interface: SapAddressMigrationService
      update integration object item attribute of address, set unique of publicKey as false and sapPublicKey as true
      Specified by:
      updateIntegrationObjectItemAttr in interface SapAddressMigrationService
    • setDriverClassName

      public void setDriverClassName(String driverClassName)
    • setJdbcTemplate

      public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
    • setSetupImpexService

      public void setSetupImpexService(de.hybris.platform.commerceservices.setup.SetupImpexService setupImpexService)
    • setBatchSize

      public void setBatchSize(int batchSize)
    • setTypeService

      public void setTypeService(de.hybris.platform.servicelayer.type.TypeService typeService)