Package mc.core.domain.i18n.text.channel
Class TextChannelSvc
java.lang.Object
mc.core.domain.i18n.text.channel.TextChannelSvc
- All Implemented Interfaces:
mc.core.service.base.IService
@ApplicationScoped
public class TextChannelSvc
extends Object
implements mc.core.service.base.IService
-
Method Summary
Modifier and TypeMethodDescriptionvoidstartExport(TextExportParam exportParam, mc.core.system.workflow.ActionParameterList apl) start text export workflow.voidstartImport(InputStream is, String filename, boolean forceOverwrite, mc.core.system.workflow.ActionParameterList apl) start text import workflow.
-
Method Details
-
startExport
public void startExport(TextExportParam exportParam, mc.core.system.workflow.ActionParameterList apl) throws ApplicationException start text export workflow. creates systemWfType "TEXT_EXPORT_WORKFLOW" on demand- Parameters:
exportParam- mandatoryapl- optional. for additional parameter (customizing)- Throws:
ApplicationException
-
startImport
public void startImport(InputStream is, String filename, boolean forceOverwrite, mc.core.system.workflow.ActionParameterList apl) throws ApplicationException start text import workflow. creates systemWfType "TEXT_IMPORT_WORKFLOW" on demand- Parameters:
is- mandatory. stream of import filefilename- mandatory. filename of import fileforceOverwrite- optionalapl- optional. for additional parameter (customizing)- Throws:
ApplicationException
-