Class ExcelExportParams


  • public class ExcelExportParams
    extends java.lang.Object
    Represents the input of exporting process. This object is used by ExcelExportParamsDecorator
    • Constructor Detail

      • ExcelExportParams

        public ExcelExportParams​(java.util.List<ItemModel> itemsToExport,
                                 java.util.List<SelectedAttribute> selectedAttributes,
                                 java.util.Collection<ExcelAttribute> additionalAttributes)
        Constructs an instance of ExcelExportParams. All parameters are required and cannot be null.
        Parameters:
        itemsToExport - cannot be null
        selectedAttributes - cannot be null
        additionalAttributes - cannot be null
    • Method Detail

      • getItemsToExport

        public java.util.List<ItemModel> getItemsToExport()
      • getSelectedAttributes

        public java.util.List<SelectedAttribute> getSelectedAttributes()
      • getAdditionalAttributes

        public java.util.Collection<ExcelAttribute> getAdditionalAttributes()