Interface BaseStoreSelectorStrategy
-
- All Known Implementing Classes:
DefaultBaseStoreSelectorStrategy
public interface BaseStoreSelectorStrategyStrategy for retrieving the currently active base store.- Spring Bean ID:
- baseStoreSelectorStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BaseStoreModelgetCurrentBaseStore()Retrieve the currentBaseStoreModel, if available.
-
-
-
Method Detail
-
getCurrentBaseStore
BaseStoreModel getCurrentBaseStore()
Retrieve the currentBaseStoreModel, if available.- Returns:
- an existing
BaseStoreModelor null, if no base store is available
-
-