Uses of Class
com.vmware.vipclient.i18n.messages.dto.MessagesDTO
-
-
Uses of MessagesDTO in com.vmware.vipclient.i18n.base
Methods in com.vmware.vipclient.i18n.base with parameters of type MessagesDTO Modifier and Type Method Description abstract KeyBasedOptDataSourceEnum. createKeyBasedOpt(MessagesDTO dto)abstract MessageOptDataSourceEnum. createMessageOpt(MessagesDTO dto) -
Uses of MessagesDTO in com.vmware.vipclient.i18n.messages.api.opt.local
Constructors in com.vmware.vipclient.i18n.messages.api.opt.local with parameters of type MessagesDTO Constructor Description LocalKeyBasedOpt(MessagesDTO dto)LocalMessagesOpt(MessagesDTO dto) -
Uses of MessagesDTO in com.vmware.vipclient.i18n.messages.api.opt.server
Constructors in com.vmware.vipclient.i18n.messages.api.opt.server with parameters of type MessagesDTO Constructor Description ComponentBasedOpt(MessagesDTO dto)StringBasedOpt(MessagesDTO dto) -
Uses of MessagesDTO in com.vmware.vipclient.i18n.messages.api.url
Methods in com.vmware.vipclient.i18n.messages.api.url with parameters of type MessagesDTO Modifier and Type Method Description static StringV2URL. getComponentTranslationURL(MessagesDTO dto, String baseURL)assembly the request URL for component Translation.static StringV2URL. getKeyTranslationURL(MessagesDTO dto, String baseURL)assembly the request URL for key Translation.static StringV2URL. getMultiVersionKeyTranslationURL(MessagesDTO dto, String baseURL)static StringV2URL. getPostKeys(MessagesDTO dto, String baseURL)get the url of key-set-post API -
Uses of MessagesDTO in com.vmware.vipclient.i18n.messages.service
Methods in com.vmware.vipclient.i18n.messages.service with parameters of type MessagesDTO Modifier and Type Method Description voidBaseService. doLocaleMatching(MessagesDTO dto)StringStringService. getString(MessagesDTO dto)Deprecated.booleanStringService. isStringAvailable(MessagesDTO dto)StringStringService. postString(MessagesDTO dto)booleanStringService. postStrings(List<org.json.JSONObject> sources, MessagesDTO dto)booleanBaseService. proceed(MessagesDTO dto, DataSourceEnum dataSource)voidStringService. refreshMultiVersionKeyCacheItem(MessagesDTO dto4LocaleList, MessageCacheItem cacheItem, Iterator<DataSourceEnum> msgSourceQueueIter)Constructors in com.vmware.vipclient.i18n.messages.service with parameters of type MessagesDTO Constructor Description CacheService(MessagesDTO dto)ComponentService(MessagesDTO dto)StringService(MessagesDTO dto)
-