Interface ExcelImportWorkbookValidationAwareDecorator

All Superinterfaces:
ExcelImportWorkbookDecorator, org.springframework.core.Ordered
All Known Implementing Classes:
AbstractExcelImportWorkbookDecorator, DefaultExcelImportClassificationWorkbookDecorator

public interface ExcelImportWorkbookValidationAwareDecorator extends ExcelImportWorkbookDecorator
Excel decorator used by DefaultExcelImportWorkbookPostProcessor mechanism to validate values to import.
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    validate(org.apache.poi.ss.usermodel.Workbook workbook)
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 1905.
    validate(org.apache.poi.ss.usermodel.Workbook workbook, Set<String> mediaContentEntries)
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 2005.
    validate(org.apache.poi.ss.usermodel.Workbook workbook, Set<String> mediaContentEntries, Map<String,Object> context)
    Uses lists of ExcelAttributeValidator to validate given workbook.

    Methods inherited from interface com.hybris.backoffice.excel.importing.ExcelImportWorkbookDecorator

    decorate

    Methods inherited from interface org.springframework.core.Ordered

    getOrder