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 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 - mandatory
      apl - 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 file
      filename - mandatory. filename of import file
      forceOverwrite - optional
      apl - optional. for additional parameter (customizing)
      Throws:
      ApplicationException