Uses of Interface
com.hybris.backoffice.excel.validators.WorkbookValidator
-
Packages that use WorkbookValidator Package Description com.hybris.backoffice.excel.importing com.hybris.backoffice.excel.validators -
-
Uses of WorkbookValidator in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return types with arguments of type WorkbookValidator Modifier and Type Method Description java.util.List<WorkbookValidator>DefaultExcelImportService. getWorkbookValidators()Method parameters in com.hybris.backoffice.excel.importing with type arguments of type WorkbookValidator Modifier and Type Method Description voidDefaultExcelImportService. setWorkbookValidators(java.util.List<WorkbookValidator> workbookValidators) -
Uses of WorkbookValidator in com.hybris.backoffice.excel.validators
Classes in com.hybris.backoffice.excel.validators that implement WorkbookValidator Modifier and Type Class Description classWorkbookMandatoryColumnsValidatorDefault excel validator which checks whether all mandatory columns are selected for each excel sheet.classWorkbookMaxRowValidatorDefault excel validator for max row.classWorkbookTypeCodeAndAttributesValidatorDefault excel validator for types and attributes.classWorkbookTypeCodeAndSelectedAttributeValidatorDefault excel validator for types and attributes.
-