public class ExcelExportServiceImpl extends DefaultComponent implements ExcelExportService
Modifier and Type | Field and Description |
---|---|
static String |
EXCEL_EXPORT_EP |
static Log |
log |
Constructor and Description |
---|
ExcelExportServiceImpl() |
Modifier and Type | Method and Description |
---|---|
File |
getExcelReport(String exportName)
Get excel export for a given name (contributed)
|
File |
getExcelReport(String exportName,
Map<String,Object> data)
Get excel export for a given name and given data
|
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
void |
unregisterContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, applicationStarted, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterExtension
public static final Log log
public static final String EXCEL_EXPORT_EP
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public void unregisterContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
unregisterContribution
in class DefaultComponent
Exception
public File getExcelReport(String exportName)
getExcelReport
in interface ExcelExportService
public File getExcelReport(String exportName, Map<String,Object> data)
getExcelReport
in interface ExcelExportService
Copyright © 2013 Nuxeo SA. All Rights Reserved.