Package mc.core.domain.i18n.text.channel
Class TextChannelXliff1
java.lang.Object
mc.core.system.base.BaseBean
mc.core.system.base.BaseBeanTx
mc.core.system.channel.base.ChannelBean
mc.core.domain.i18n.text.channel.TextChannelXliff1
- All Implemented Interfaces:
mc.core.system.channel.base.IChannel
public class TextChannelXliff1
extends mc.core.system.channel.base.ChannelBean
channel importing and exporting Xliff version 1.2 format
-
Field Summary
Fields inherited from class mc.core.system.channel.base.ChannelBean
CSV_ENCODING_DEFAULT, XML_ENCODING_DEFAULT -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExport(TextExportParam param) search for TextValues according to criteria and export to given file.voidgetXliffFileVersion(String fileId, String filename) Methods inherited from class mc.core.system.channel.base.ChannelBean
encoding
-
Method Details
-
doExport
search for TextValues according to criteria and export to given file. In addition to criteria given by params search checks if the text in the target locale has been changed (relevant change, not minor change) after the last change of the text in the source locale. This can be overridden by setting ignoreVersions to true.- Throws:
ApplicationException
-
doImport
- Throws:
ApplicationException
-
getXliffFileVersion
- Throws:
ApplicationException
-