Class DefaultSapAddressMigrationService
java.lang.Object
de.hybris.platform.sap.sapcpicustomerexchangeb2b.services.impl.DefaultSapAddressMigrationService
- All Implemented Interfaces:
SapAddressMigrationService
Default service to migrate publicKey to sapPublicKey of Address
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmigrate Address publicKey to sapPublicKeyvoidsetBatchSize(int batchSize) voidsetDriverClassName(String driverClassName) voidsetJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate) voidsetSetupImpexService(de.hybris.platform.commerceservices.setup.SetupImpexService setupImpexService) voidsetTypeService(de.hybris.platform.servicelayer.type.TypeService typeService) voidupdate integration object item attribute of address, set unique of publicKey as false and sapPublicKey as true
-
Constructor Details
-
DefaultSapAddressMigrationService
public DefaultSapAddressMigrationService()
-
-
Method Details
-
migratePublicKeyToSapPublicKey
public void migratePublicKeyToSapPublicKey()Description copied from interface:SapAddressMigrationServicemigrate Address publicKey to sapPublicKey- Specified by:
migratePublicKeyToSapPublicKeyin interfaceSapAddressMigrationService
-
updateIntegrationObjectItemAttr
public void updateIntegrationObjectItemAttr()Description copied from interface:SapAddressMigrationServiceupdate integration object item attribute of address, set unique of publicKey as false and sapPublicKey as true- Specified by:
updateIntegrationObjectItemAttrin interfaceSapAddressMigrationService
-
setDriverClassName
-
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)
-