Class ExcelExportResult

java.lang.Object
com.hybris.backoffice.excel.data.ExcelExportResult

public class ExcelExportResult extends Object
Represents result of exporting process. This object is used by ExcelExportWorkbookDecorator
  • Constructor Details

    • ExcelExportResult

      public ExcelExportResult(org.apache.poi.ss.usermodel.Workbook workbook)
      Creates new instance of ExcelExportResult with empty selectedItems, selectedAttributes, selectedAdditionalAttributes, availableAdditionalAttributes
      Parameters:
      workbook - workbook
    • ExcelExportResult

      public ExcelExportResult(org.apache.poi.ss.usermodel.Workbook workbook, Collection<ItemModel> selectedItems, Collection<SelectedAttribute> selectedAttributes, Collection<ExcelAttribute> selectedAdditionalAttributes, Collection<ExcelAttribute> availableAdditionalAttributes)
  • Method Details