Package com.hybris.backoffice.excel.data
Class ExcelExportParams
java.lang.Object
com.hybris.backoffice.excel.data.ExcelExportParams
Represents the input of exporting process. This object is used by
ExcelExportParamsDecorator-
Constructor Summary
ConstructorsConstructorDescriptionExcelExportParams(List<ItemModel> itemsToExport, List<SelectedAttribute> selectedAttributes, Collection<ExcelAttribute> additionalAttributes) Constructs an instance ofExcelExportParams. -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ExcelExportParams
public ExcelExportParams(List<ItemModel> itemsToExport, List<SelectedAttribute> selectedAttributes, Collection<ExcelAttribute> additionalAttributes) Constructs an instance ofExcelExportParams. All parameters are required and cannot be null.- Parameters:
itemsToExport- cannot be nullselectedAttributes- cannot be nulladditionalAttributes- cannot be null
-
-
Method Details
-
getItemsToExport
-
getSelectedAttributes
-
getAdditionalAttributes
-