Class BaseService

java.lang.Object
com.vmware.vipclient.i18n.messages.service.BaseService
Direct Known Subclasses:
ComponentService, StringService

public class BaseService extends Object
  • Constructor Details

    • BaseService

      public BaseService()
  • Method Details

    • 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.