Class TenantAwareHybrisPropertiesFactory

java.lang.Object
de.hybris.platform.servicelayer.config.impl.TenantAwareHybrisPropertiesFactory
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>

public class TenantAwareHybrisPropertiesFactory extends Object implements org.springframework.beans.factory.FactoryBean<Properties>
  • Constructor Details

    • TenantAwareHybrisPropertiesFactory

      public TenantAwareHybrisPropertiesFactory()
  • Method Details

    • setCurrentTenant

      public void setCurrentTenant(Tenant currentTenant)
    • getObject

      public Properties getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<Properties>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>
    • isSingleton

      public boolean isSingleton()
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>