|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.molgenis.ExcelEntityExporter
public class ExcelEntityExporter
| Constructor Summary | |
|---|---|
ExcelEntityExporter()
|
|
| Method Summary | |
|---|---|
void |
exportAll(File excelFile,
Database db)
Default export all using a target file and a database to export |
void |
exportAll(File excelFile,
Database db,
boolean skipAutoId)
Export all where a boolean skipAutoId forces an ignore of the auto id field ("id") |
void |
exportAll(File excelFile,
Database db,
boolean skipAutoId,
QueryRule... rules)
Export all with both a boolean skipAutoId and a set of QueryRules to specify both the skipping of auto id, and applying of a filter |
void |
exportAll(File excelFile,
Database db,
QueryRule... rules)
Export all using a set of QueryRules used for all entities if applicable to that entity |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExcelEntityExporter()
| Method Detail |
|---|
public void exportAll(File excelFile,
Database db)
throws Exception
directory - db -
Exception
public void exportAll(File excelFile,
Database db,
QueryRule... rules)
throws Exception
directory - db - rules -
Exception
public void exportAll(File excelFile,
Database db,
boolean skipAutoId)
throws Exception
directory - db - skipAutoId -
Exception
public void exportAll(File excelFile,
Database db,
boolean skipAutoId,
QueryRule... rules)
throws Exception
directory - db - skipAutoId - rules -
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||