public class ExcelExportHandler
extends java.lang.Object
ExcelExportWizardForm - required| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_EXCEL_EXPORT_FORM_MODEL_KEY |
| Constructor and Description |
|---|
ExcelExportHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
comparingSelectedAttributes(SelectedAttribute a,
SelectedAttribute b) |
protected ExcelExportWizardForm |
getExcelExportForm(WidgetInstanceManager wim,
java.util.Map<java.lang.String,java.lang.String> parameters) |
ExcelExportService |
getExportService() |
protected java.lang.String |
getFilename(ExcelExportWizardForm form) |
LocalizationService |
getLocalizationService() |
NotificationService |
getNotificationService() |
TypeService |
getTypeService() |
void |
perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> params) |
void |
setExportService(ExcelExportService exportService) |
void |
setLocalizationService(LocalizationService localizationService) |
void |
setNotificationService(NotificationService notificationService) |
void |
setTypeService(TypeService typeService) |
protected java.util.List<SelectedAttribute> |
toSelectedAttributes(Attribute attribute,
AttributeDescriptorModel descriptor,
java.util.Map<java.lang.String,java.lang.String> langTagToLanguageIsoCodeCache) |
protected java.util.List<SelectedAttribute> |
toSelectedAttributes(java.lang.String typeCode,
java.util.Set<Attribute> selectedAttributes) |
protected void |
triggerDownloading(Workbook template,
java.lang.String filename) |
public static final java.lang.String PARAM_EXCEL_EXPORT_FORM_MODEL_KEY
public void perform(CustomType customType,
FlowActionHandlerAdapter adapter,
java.util.Map<java.lang.String,java.lang.String> params)
protected java.util.List<SelectedAttribute> toSelectedAttributes(java.lang.String typeCode, java.util.Set<Attribute> selectedAttributes)
protected java.util.List<SelectedAttribute> toSelectedAttributes(Attribute attribute, AttributeDescriptorModel descriptor, java.util.Map<java.lang.String,java.lang.String> langTagToLanguageIsoCodeCache)
protected int comparingSelectedAttributes(SelectedAttribute a, SelectedAttribute b)
protected java.lang.String getFilename(ExcelExportWizardForm form)
protected void triggerDownloading(Workbook template,
java.lang.String filename)
protected ExcelExportWizardForm getExcelExportForm(WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> parameters)
public ExcelExportService getExportService()
public void setExportService(ExcelExportService exportService)
public NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
public TypeService getTypeService()
public void setTypeService(TypeService typeService)
public LocalizationService getLocalizationService()
public void setLocalizationService(LocalizationService localizationService)
Copyright © 2018 SAP SE. All Rights Reserved.