Interface SapBeanConfigurationFactory

All Known Implementing Classes:
DefaultSapBeanConfigurationFactory

public interface SapBeanConfigurationFactory
  • Method Details

    • getActiveBean

      String getActiveBean(List<SapBeanConfigurationHook> sapBeanConfigurationHooks, BaseStoreModel baseStoreModel)
      Returns the highest priority active bean
      Parameters:
      baseStoreModel - Base Store for which the bean is fetched
      sapBeanConfigurationHooks - list of hooks to iterate
      Returns:
      ID of the highest priority active bean. Null if no bean is active.
    • clearCache

      void clearCache()