Interface BaseStoreSelectorStrategy
- All Known Implementing Classes:
DefaultBaseStoreSelectorStrategy
public interface BaseStoreSelectorStrategy
Strategy for retrieving the currently active base store.
- Spring Bean ID:
- baseStoreSelectorStrategy
-
Method Summary
-
Method Details
-
getCurrentBaseStore
BaseStoreModel getCurrentBaseStore()Retrieve the currentBaseStoreModel, if available.- Returns:
- an existing
BaseStoreModelor null, if no base store is available
-