Uses of Enum Class
com.hybris.backoffice.excel.template.ExcelTemplateConstants.UtilitySheet
Packages that use ExcelTemplateConstants.UtilitySheet
Package
Description
-
Uses of ExcelTemplateConstants.UtilitySheet in com.hybris.backoffice.excel.exporting
Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelTemplateConstants.UtilitySheetModifier and TypeMethodDescriptionvoidRemoveSheetsDecorator.setSheetsToRemove(Collection<ExcelTemplateConstants.UtilitySheet> sheetsToRemove) voidHideUtilitySheetsDecorator.setUtilitySheets(Collection<ExcelTemplateConstants.UtilitySheet> utilitySheets) -
Uses of ExcelTemplateConstants.UtilitySheet in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template that return ExcelTemplateConstants.UtilitySheetModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ExcelTemplateConstants.UtilitySheet[]ExcelTemplateConstants.UtilitySheet.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.hybris.backoffice.excel.template with type arguments of type ExcelTemplateConstants.UtilitySheetModifier and TypeMethodDescriptionstatic booleanExcelTemplateConstants.UtilitySheet.isUtilitySheet(Collection<ExcelTemplateConstants.UtilitySheet> utilitySheets, 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.UtilitySheetModifier and TypeMethodDescriptionvoidDefaultExcelSheetService.setTypeTemplate(ExcelTemplateConstants.UtilitySheet typeTemplate) Method parameters in com.hybris.backoffice.excel.template.sheet with type arguments of type ExcelTemplateConstants.UtilitySheetModifier and TypeMethodDescriptionvoidDefaultExcelSheetService.setExcludedSheets(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.UtilitySheetModifier and TypeMethodDescriptionvoidDefaultExcelWorkbookService.setMetaInformationSheet(ExcelTemplateConstants.UtilitySheet metaInformationSheet)