com.ebmwebsourcing.petalsview.gui.beans.referential
Class DataExporterBean

java.lang.Object
  extended by com.ebmwebsourcing.petalsview.gui.beans.referential.DataExporterBean

public class DataExporterBean
extends java.lang.Object


Constructor Summary
DataExporterBean()
           
 
Method Summary
 void download(javax.servlet.http.HttpServletResponse response)
           
 java.lang.String getFileName()
           
 java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef> getFlowRefs()
           
 java.lang.String[] getSelection()
           
 void loadAll()
           
 void setFileName(java.lang.String fileName)
           
 void setFlowRefs(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef> flowRefs)
           
 void setSelection(java.lang.String[] selection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataExporterBean

public DataExporterBean()
Method Detail

loadAll

public void loadAll()

download

public void download(javax.servlet.http.HttpServletResponse response)
              throws javax.xml.parsers.ParserConfigurationException,
                     javax.xml.bind.JAXBException,
                     java.io.IOException,
                     org.ow2.opensuit.core.error.LocalizedError
Throws:
javax.xml.parsers.ParserConfigurationException
javax.xml.bind.JAXBException
java.io.IOException
org.ow2.opensuit.core.error.LocalizedError

getFlowRefs

public java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef> getFlowRefs()

setFlowRefs

public void setFlowRefs(java.util.List<com.ebmwebsourcing.petalsview.persistence.model.flowref.FlowRef> flowRefs)

getSelection

public java.lang.String[] getSelection()

setSelection

public void setSelection(java.lang.String[] selection)

getFileName

public java.lang.String getFileName()

setFileName

public void setFileName(java.lang.String fileName)


Copyright © 2010 eBMWebsourcing. All Rights Reserved.