public abstract class SaikuOutputGeneratorImpl extends java.lang.Object implements SaikuOutputGenerator
| Constructor and Description |
|---|
SaikuOutputGeneratorImpl(HookHandlerService hookHandler) |
| Modifier and Type | Method and Description |
|---|---|
ICellSetFormatter |
getCellSetFormatter() |
void |
initialize(SaikuReport report,
User user) |
boolean |
isCatchAll()
Returns true if this generator should be used if the format is not
recognized.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexportReportgetFormatInfo, getFormatspublic SaikuOutputGeneratorImpl(HookHandlerService hookHandler)
public void initialize(SaikuReport report, User user)
initialize in interface SaikuOutputGeneratorpublic boolean isCatchAll()
ReportOutputGeneratorisCatchAll in interface ReportOutputGeneratorpublic ICellSetFormatter getCellSetFormatter()
getCellSetFormatter in interface SaikuOutputGenerator