public interface TranslationInfoItemFieldValuesExporter<T>
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
export(InfoItemFieldValues infoItemFieldValues,
java.util.Locale sourceLocale,
java.util.Locale targetLocale) |
InfoItemFieldValues |
importXLIFF(long groupId,
InfoItemClassPKReference infoItemClassPKReference,
java.io.InputStream inputStream) |
java.io.InputStream export(InfoItemFieldValues infoItemFieldValues, java.util.Locale sourceLocale, java.util.Locale targetLocale) throws java.io.IOException
java.io.IOExceptionInfoItemFieldValues importXLIFF(long groupId, InfoItemClassPKReference infoItemClassPKReference, java.io.InputStream inputStream) throws java.io.IOException, XLIFFFileException
java.io.IOExceptionXLIFFFileException