Uses of Interface
com.hybris.backoffice.excel.validators.ExcelValidator
Packages that use ExcelValidator
-
Uses of ExcelValidator in com.hybris.backoffice.excel.translators
Fields in com.hybris.backoffice.excel.translators with type parameters of type ExcelValidatorModifier and TypeFieldDescriptionprotected List<ExcelValidator>AbstractValidationAwareTranslator.validatorsMethods in com.hybris.backoffice.excel.translators that return types with arguments of type ExcelValidatorModifier and TypeMethodDescriptionAbstractValidationAwareTranslator.getValidators()Returns list of validators for current translator.Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelValidatorModifier and TypeMethodDescriptionvoidAbstractValidationAwareTranslator.setValidators(List<ExcelValidator> validators) Sets list of validators for current translator. -
Uses of ExcelValidator in com.hybris.backoffice.excel.validators
Subinterfaces of ExcelValidator in com.hybris.backoffice.excel.validatorsModifier and TypeInterfaceDescriptioninterfaceAllows to validate single media file.Classes in com.hybris.backoffice.excel.validators that implement ExcelValidatorModifier and TypeClassDescriptionclassclassDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classDefault excel validator for boolean value.classDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classDefault excel validator for product's supercategories.classDefault excel validator for date type.classDefault excel validator for enum types.classValidates prices forExcelEurope1PricesTypeTranslator.classValidator forExcelGenericReferenceTranslatorThe validator tries to load all references and checks whether the references existclassDefault excel validator which checks whether cell is not empty.classValidator which checks if catalog version of media is correct.classValidator which checks if media import data is correct.classValidator which checks whether the uploaded file has a proper file extension.classValidator which checks if media import data is correct.classDefault excel validator for number value.classDefault excel validator for string value.