com.ebmwebsourcing.petalsview.service.dataexporter.exporter
Class ExporterFlowImpl

java.lang.Object
  extended by com.ebmwebsourcing.petalsview.service.dataexporter.exporter.ExporterFlowImpl
All Implemented Interfaces:
ExporterFlow

@Service(value="flowExporter")
public class ExporterFlowImpl
extends java.lang.Object
implements ExporterFlow


Constructor Summary
ExporterFlowImpl()
           
 
Method Summary
 void exportFlowsByJaxb(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flow.Flow> flows, java.lang.String urlAndName)
           
 void exportFlowsByXtream(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flow.Flow> flows, java.lang.String urlAndName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExporterFlowImpl

public ExporterFlowImpl()
Method Detail

exportFlowsByJaxb

public void exportFlowsByJaxb(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flow.Flow> flows,
                              java.lang.String urlAndName)
                       throws java.lang.Exception
Specified by:
exportFlowsByJaxb in interface ExporterFlow
Throws:
java.lang.Exception

exportFlowsByXtream

public void exportFlowsByXtream(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flow.Flow> flows,
                                java.lang.String urlAndName)
                         throws java.lang.Exception
Specified by:
exportFlowsByXtream in interface ExporterFlow
Throws:
java.lang.Exception


Copyright © 2010 eBMWebsourcing. All Rights Reserved.