Uses of Class
com.hybris.backoffice.excel.template.ExcelTemplateConstants.UtilitySheet
-
-
Uses of ExcelTemplateConstants.UtilitySheet in com.hybris.backoffice.excel.exporting
Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelTemplateConstants.UtilitySheet Modifier and Type Method Description voidRemoveSheetsDecorator. setSheetsToRemove(java.util.Collection<ExcelTemplateConstants.UtilitySheet> sheetsToRemove)voidHideUtilitySheetsDecorator. setUtilitySheets(java.util.Collection<ExcelTemplateConstants.UtilitySheet> utilitySheets) -
Uses of ExcelTemplateConstants.UtilitySheet in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template that return ExcelTemplateConstants.UtilitySheet Modifier and Type Method Description static ExcelTemplateConstants.UtilitySheetExcelTemplateConstants.UtilitySheet. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExcelTemplateConstants.UtilitySheet[]ExcelTemplateConstants.UtilitySheet. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.hybris.backoffice.excel.template with type arguments of type ExcelTemplateConstants.UtilitySheet Modifier and Type Method Description static booleanExcelTemplateConstants.UtilitySheet. isUtilitySheet(java.util.Collection<ExcelTemplateConstants.UtilitySheet> utilitySheets, java.lang.String sheetName) -
Uses of ExcelTemplateConstants.UtilitySheet in com.hybris.backoffice.excel.template.sheet
Methods in com.hybris.backoffice.excel.template.sheet with parameters of type ExcelTemplateConstants.UtilitySheet Modifier and Type Method Description voidDefaultExcelSheetService. setTypeTemplate(ExcelTemplateConstants.UtilitySheet typeTemplate)Method parameters in com.hybris.backoffice.excel.template.sheet with type arguments of type ExcelTemplateConstants.UtilitySheet Modifier and Type Method Description voidDefaultExcelSheetService. setExcludedSheets(java.util.Collection<ExcelTemplateConstants.UtilitySheet> excludedSheets) -
Uses of ExcelTemplateConstants.UtilitySheet in com.hybris.backoffice.excel.template.workbook
Methods in com.hybris.backoffice.excel.template.workbook with parameters of type ExcelTemplateConstants.UtilitySheet Modifier and Type Method Description voidDefaultExcelWorkbookService. setMetaInformationSheet(ExcelTemplateConstants.UtilitySheet metaInformationSheet)
-