Class AbstractStoreFactoryBean

java.lang.Object
org.springframework.content.commons.repository.factory.AbstractStoreFactoryBean
All Implemented Interfaces:
StoreFactory, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationEventPublisherAware
Direct Known Subclasses:
AbstractStoreFactoryBean

@Deprecated public abstract class AbstractStoreFactoryBean extends Object implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.ApplicationEventPublisherAware, StoreFactory
Deprecated.
This class is deprecated. Use AbstractStoreFactoryBean instead.
  • Field Details

    • REACTIVE_STORAGE

      protected static boolean REACTIVE_STORAGE
      Deprecated.
  • Constructor Details

    • AbstractStoreFactoryBean

      protected AbstractStoreFactoryBean(Class<? extends Store> storeInterface)
      Deprecated.
  • Method Details

    • setStoreFragments

      @Autowired public void setStoreFragments(StoreFragments storeFragments)
      Deprecated.
    • getStoreInterface

      public Class<? extends Store> getStoreInterface()
      Deprecated.
      Specified by:
      getStoreInterface in interface StoreFactory
    • getStore

      public Store<Serializable> getStore()
      Deprecated.
      Specified by:
      getStore in interface StoreFactory
    • setBeanClassLoader

      public void setBeanClassLoader(ClassLoader classLoader)
      Deprecated.
      Specified by:
      setBeanClassLoader in interface org.springframework.beans.factory.BeanClassLoaderAware
    • setApplicationEventPublisher

      public void setApplicationEventPublisher(org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
      Deprecated.
      Specified by:
      setApplicationEventPublisher in interface org.springframework.context.ApplicationEventPublisherAware
    • getObject

      public Store<? extends Serializable> getObject()
      Deprecated.
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>
    • getObjectType

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

      public boolean isSingleton()
      Deprecated.
      Specified by:
      isSingleton in interface org.springframework.beans.factory.FactoryBean<Store<? extends Serializable>>
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Deprecated.
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • createContentStore

      protected Store<? extends Serializable> createContentStore()
      Deprecated.
    • getDomainClass

      public static Class<?> getDomainClass(Class<?> repositoryClass)
      Deprecated.
    • getContentIdClass

      public static Class<? extends Serializable> getContentIdClass(Class<?> repositoryClass)
      Deprecated.
    • setBeanFactory

      public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
      Deprecated.
      Specified by:
      setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAware
    • addProxyAdvice

      protected void addProxyAdvice(org.springframework.aop.framework.ProxyFactory result, org.springframework.beans.factory.BeanFactory beanFactory)
      Deprecated.
    • getContentStoreImpl

      protected abstract Object getContentStoreImpl()
      Deprecated.