Interface SapBeanConfigurationFactory
- All Known Implementing Classes:
DefaultSapBeanConfigurationFactory
public interface SapBeanConfigurationFactory
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetActiveBean(List<SapBeanConfigurationHook> sapBeanConfigurationHooks, BaseStoreModel baseStoreModel) Returns the highest priority active bean
-
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 fetchedsapBeanConfigurationHooks- list of hooks to iterate- Returns:
- ID of the highest priority active bean. Null if no bean is active.
-
clearCache
void clearCache()
-