Uses of Interface
com.hybris.backoffice.excel.validators.ExcelAttributeValidator
Packages that use ExcelAttributeValidator
Package
Description
-
Uses of ExcelAttributeValidator in com.hybris.backoffice.excel.importing
Method parameters in com.hybris.backoffice.excel.importing with type arguments of type ExcelAttributeValidatorModifier and TypeMethodDescriptionvoidAbstractExcelImportWorkbookDecorator.setValidators(List<ExcelAttributeValidator<? extends ExcelAttribute>> validators) -
Uses of ExcelAttributeValidator in com.hybris.backoffice.excel.validators.classification
Classes in com.hybris.backoffice.excel.validators.classification that implement ExcelAttributeValidatorModifier and TypeClassDescriptionclassAllExcelAttributeValidators which validates a specific type should extend this abstract.classAllows to validate boolean typesclassclassAllows to validate Date typesclassAllows to handleExcelParserException.classclassDefault excel's classification validator for mandatory fields.classExcel classification validator for media type.classAllows to handle multivalue types.classAllows to validate Number typesclassAllows to handle range types.classMethod parameters in com.hybris.backoffice.excel.validators.classification with type arguments of type ExcelAttributeValidatorModifier and TypeMethodDescriptionvoidExcelMultivalueClassificationFieldValidator.setValidators(List<ExcelAttributeValidator<ExcelClassificationAttribute>> validators) voidExcelRangeClassificationFieldValidator.setValidators(List<ExcelAttributeValidator<ExcelClassificationAttribute>> validators) voidExcelUnitClassificationFieldValidator.setValidators(List<ExcelAttributeValidator<ExcelClassificationAttribute>> validators)