Interface MarketDescriptionProvider
- All Known Implementing Classes:
MarketDescriptionProviderImpl
public interface MarketDescriptionProvider
Created on 07/07/2017.
// TODO @eti: Javadoc
-
Method Summary
Modifier and TypeMethodDescriptiongetMarketDescription(int marketId, Map<String, String> marketSpecifiers, List<Locale> locales, boolean fetchVariantDescriptions) booleanreloadMarketDescription(int marketId, Map<String, String> marketSpecifiers) Reloads market description (single or list)
-
Method Details
-
getMarketDescription
MarketDescription getMarketDescription(int marketId, Map<String, String> marketSpecifiers, List<Locale> locales, boolean fetchVariantDescriptions) throws CacheItemNotFoundException- Throws:
CacheItemNotFoundException
-
reloadMarketDescription
Reloads market description (single or list)- Parameters:
marketId- the market identifiermarketSpecifiers- a list of specifiers or a null reference if market is invariant- Returns:
- true if succeeded, false otherwise
-