public class ExcelExportParams
extends java.lang.Object
ExcelExportParamsDecorator| Constructor and Description |
|---|
ExcelExportParams(java.util.List<ItemModel> itemsToExport,
java.util.List<SelectedAttribute> selectedAttributes,
java.util.Collection<ExcelAttribute> additionalAttributes)
Constructs an instance of
ExcelExportParams. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ExcelAttribute> |
getAdditionalAttributes() |
java.util.List<ItemModel> |
getItemsToExport() |
java.util.List<SelectedAttribute> |
getSelectedAttributes() |
public ExcelExportParams(java.util.List<ItemModel> itemsToExport, java.util.List<SelectedAttribute> selectedAttributes, java.util.Collection<ExcelAttribute> additionalAttributes)
ExcelExportParams. All parameters are required and cannot be null.itemsToExport - cannot be nullselectedAttributes - cannot be nulladditionalAttributes - cannot be nullpublic java.util.List<ItemModel> getItemsToExport()
public java.util.List<SelectedAttribute> getSelectedAttributes()
public java.util.Collection<ExcelAttribute> getAdditionalAttributes()
Copyright © 2018 SAP SE. All Rights Reserved.