Package mc.core.domain.channel.map
Class ChannelMapLineExport
java.lang.Object
mc.core.system.base.BaseBean
mc.core.system.base.BaseBeanTx
mc.core.system.channel.base.ChannelBean
mc.core.domain.channel.map.ChannelMapLineExport
- All Implemented Interfaces:
mc.core.system.channel.base.IChannel
public class ChannelMapLineExport
extends mc.core.system.channel.base.ChannelBean
simple line export for a channel map (format description see MC-6829). using map framework
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassinner reader mapping dependent entities to synthetic "target" field -
Field Summary
Fields inherited from class mc.core.system.channel.base.ChannelBean
CSV_ENCODING_DEFAULT, XML_ENCODING_DEFAULT -
Method Summary
Modifier and TypeMethodDescriptionvoiddoExport(ChannelMapBase channelMap, OutputStream os) export channelMap in format recognized byChannelMapLineImportMethods inherited from class mc.core.system.channel.base.ChannelBean
encoding
-
Method Details
-
doExport
export channelMap in format recognized byChannelMapLineImport- Parameters:
channelMap- mandatoryos- mandatory- Throws:
ApplicationException
-