Class BaseService
- java.lang.Object
-
- com.vmware.vipclient.i18n.messages.service.BaseService
-
- Direct Known Subclasses:
ComponentService,StringService
public class BaseService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BaseService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoLocaleMatching(MessagesDTO dto)booleanproceed(MessagesDTO dto, DataSourceEnum dataSource)
-
-
-
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.
-
-