com.ebmwebsourcing.petalsview.service.dataexporter.exporter
Interface ExporterFlow

All Known Implementing Classes:
ExporterFlowImpl

@Transactional
public interface ExporterFlow


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)
           
 

Method Detail

exportFlowsByJaxb

@Transactional
void exportFlowsByJaxb(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flow.Flow> flows,
                                     java.lang.String urlAndName)
                       throws java.lang.Exception
Throws:
java.lang.Exception

exportFlowsByXtream

@Transactional
void exportFlowsByXtream(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flow.Flow> flows,
                                       java.lang.String urlAndName)
                         throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2010 eBMWebsourcing. All Rights Reserved.