com.jurismarches.vradi.services.managers
Class ImportExportManager.ExportCSVTask
java.lang.Object
com.jurismarches.vradi.services.managers.ImportExportManager.ExportCSVTask
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- ImportExportManager
public static class ImportExportManager.ExportCSVTask
- extends Object
- implements Runnable
|
Field Summary |
protected org.sharengo.wikitty.Criteria |
criteria
|
protected org.sharengo.wikitty.WikittyTransaction |
transaction
|
protected Writer |
writer
|
protected org.sharengo.wikitty.WikittyService |
ws
|
|
Method Summary |
void |
run()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ws
protected org.sharengo.wikitty.WikittyService ws
transaction
protected org.sharengo.wikitty.WikittyTransaction transaction
writer
protected Writer writer
criteria
protected org.sharengo.wikitty.Criteria criteria
ImportExportManager.ExportCSVTask
public ImportExportManager.ExportCSVTask(org.sharengo.wikitty.WikittyService ws,
org.sharengo.wikitty.Criteria criteria,
Writer writer)
run
public void run()
- Specified by:
run in interface Runnable
Copyright © 2009-2010 JurisMarches. All Rights Reserved.