org.ow2.petals.flowwatch.util
Class CSVExport
java.lang.Object
org.ow2.petals.flowwatch.util.CSVExport
public class CSVExport
- extends java.lang.Object
|
Method Summary |
void |
exportFlows(javax.servlet.http.HttpServletRequest iRequest,
javax.servlet.http.HttpServletResponse iResponse,
org.ow2.opensuit.xml.base.html.table.TableRenderingContext context,
java.util.Date after,
java.util.Date before,
int rowCount,
int nbOfResult)
|
void |
exportFlowsByType(javax.servlet.http.HttpServletRequest iRequest,
javax.servlet.http.HttpServletResponse iResponse,
org.ow2.opensuit.xml.base.html.table.TableRenderingContext context,
java.util.Date after,
java.util.Date before,
java.util.List<org.ow2.petals.flowwatch.flowmanager.GlobalFlowParam> listGlobalFlowParam,
short type,
int rowCount,
int nbOfResult)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSVExport
public CSVExport()
exportFlowsByType
public void exportFlowsByType(javax.servlet.http.HttpServletRequest iRequest,
javax.servlet.http.HttpServletResponse iResponse,
org.ow2.opensuit.xml.base.html.table.TableRenderingContext context,
java.util.Date after,
java.util.Date before,
java.util.List<org.ow2.petals.flowwatch.flowmanager.GlobalFlowParam> listGlobalFlowParam,
short type,
int rowCount,
int nbOfResult)
throws java.lang.Exception
- Throws:
java.lang.Exception
exportFlows
public void exportFlows(javax.servlet.http.HttpServletRequest iRequest,
javax.servlet.http.HttpServletResponse iResponse,
org.ow2.opensuit.xml.base.html.table.TableRenderingContext context,
java.util.Date after,
java.util.Date before,
int rowCount,
int nbOfResult)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.