Interface MarketDescriptionProvider

All Known Implementing Classes:
MarketDescriptionProviderImpl

public interface MarketDescriptionProvider
Created on 07/07/2017. // TODO @eti: Javadoc
  • Method Details

    • getMarketDescription

      MarketDescription getMarketDescription(int marketId, Map<String,String> marketSpecifiers, List<Locale> locales, boolean fetchVariantDescriptions) throws CacheItemNotFoundException
      Throws:
      CacheItemNotFoundException
    • reloadMarketDescription

      boolean reloadMarketDescription(int marketId, Map<String,String> marketSpecifiers)
      Reloads market description (single or list)
      Parameters:
      marketId - the market identifier
      marketSpecifiers - a list of specifiers or a null reference if market is invariant
      Returns:
      true if succeeded, false otherwise