Class BaseService

    • Constructor Detail

      • BaseService

        public BaseService()
    • Method Detail

      • doLocaleMatching

        public void doLocaleMatching​(MessagesDTO dto)
      • proceed

        public boolean proceed​(MessagesDTO dto,
                               DataSourceEnum dataSource)
        Returns:
        'true' for either of the following cases. Otherwise, false (locale not supported in data source).
        • the dataSource's set of supported locales is not in cache. If the list is not in cache, it should not block refreshCacheItem
        • the requested locale is found in the data source's cached set of supported locales.