Class DefaultRegisterClientPassportManager
java.lang.Object
de.hybris.platform.sap.core.jco.sappassport.DefaultRegisterClientPassportManager
Default implementation for the
DefaultRegisterClientPassportManager.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()Destroy method called by the Spring framework.de.hybris.platform.servicelayer.config.ConfigurationServicevoidinit()Initialization method called by the Spring framework.voidsetConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Injection setter forConfigurationService.voidsetRfcDestinationDao(SAPRFCDestinationDao rfcDestinationDao) Injection setter forSAPRFCDestinationDao.voidsetTenantService(de.hybris.platform.servicelayer.tenant.TenantService tenantService) Injection setter forTenantService.
-
Constructor Details
-
DefaultRegisterClientPassportManager
public DefaultRegisterClientPassportManager()
-
-
Method Details
-
getRfcDestinationDao
-
setRfcDestinationDao
Injection setter forSAPRFCDestinationDao.- Parameters:
rfcDestinationDao-SAPRFCDestinationDaoto set
-
getConfigurationService
public de.hybris.platform.servicelayer.config.ConfigurationService getConfigurationService() -
setConfigurationService
public void setConfigurationService(de.hybris.platform.servicelayer.config.ConfigurationService configurationService) Injection setter forConfigurationService.- Parameters:
configurationService-ConfigurationServiceto set
-
setTenantService
public void setTenantService(de.hybris.platform.servicelayer.tenant.TenantService tenantService) Injection setter forTenantService.- Parameters:
tenantService-TenantServiceto set
-
init
public void init()Initialization method called by the Spring framework. -
destroy
public void destroy()Destroy method called by the Spring framework.
-