Uses of Class
com.e1c.langtool.external.cache.TranslationQueryEntity
Packages that use TranslationQueryEntity
-
Uses of TranslationQueryEntity in com.e1c.langtool.external.cache
Methods in com.e1c.langtool.external.cache that return TranslationQueryEntityModifier and TypeMethodDescriptionstatic TranslationQueryEntityTranslationQueryEntity.fromQuery(ISingleTranslationQuery query, String providerId) Creates a new translation query entity fromISingleTranslationQuery.Methods in com.e1c.langtool.external.cache that return types with arguments of type TranslationQueryEntityMethods in com.e1c.langtool.external.cache with parameters of type TranslationQueryEntityModifier and TypeMethodDescriptionTranslationCache.get(TranslationQueryEntity key) voidTranslationCache.put(TranslationQueryEntity key, TranslationResultEntity value) voidTranslationCache.remove(TranslationQueryEntity key) Method parameters in com.e1c.langtool.external.cache with type arguments of type TranslationQueryEntityModifier and TypeMethodDescriptionvoidTranslationCache.putAll(Map<? extends TranslationQueryEntity, ? extends TranslationResultEntity> map) -
Uses of TranslationQueryEntity in com.e1c.langtool.internal.external.cache
Methods in com.e1c.langtool.internal.external.cache that return types with arguments of type TranslationQueryEntityMethods in com.e1c.langtool.internal.external.cache with parameters of type TranslationQueryEntityModifier and TypeMethodDescriptionSharedTranslationCache.get(TranslationQueryEntity key) voidSharedTranslationCache.put(TranslationQueryEntity key, TranslationResultEntity value) voidSharedTranslationCache.remove(TranslationQueryEntity key) Method parameters in com.e1c.langtool.internal.external.cache with type arguments of type TranslationQueryEntityModifier and TypeMethodDescriptionvoidSharedTranslationCache.putAll(Map<? extends TranslationQueryEntity, ? extends TranslationResultEntity> map)