Uses of Interface
com.hybris.backoffice.excel.validators.ExcelValidator
-
Packages that use ExcelValidator Package Description com.hybris.backoffice.excel.translators com.hybris.backoffice.excel.validators -
-
Uses of ExcelValidator in com.hybris.backoffice.excel.translators
Fields in com.hybris.backoffice.excel.translators with type parameters of type ExcelValidator Modifier and Type Field Description protected java.util.List<ExcelValidator>AbstractValidationAwareTranslator. validatorsMethods in com.hybris.backoffice.excel.translators that return types with arguments of type ExcelValidator Modifier and Type Method Description java.util.List<ExcelValidator>AbstractValidationAwareTranslator. getValidators()Returns list of validators for current translator.Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelValidator Modifier and Type Method Description voidAbstractValidationAwareTranslator. setValidators(java.util.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.validators Modifier and Type Interface Description interfaceExcelSingleMediaValidatorAllows to validate single media file.Classes in com.hybris.backoffice.excel.validators that implement ExcelValidator Modifier and Type Class Description classCatalogVersionPermissionValidatorclassExcelBaseProductValidatorDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classExcelBooleanValidatorDefault excel validator for boolean value.classExcelCatalogVersionValidatorDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classExcelCategoryValidatorDefault excel validator for product's supercategories.classExcelDateValidatorDefault excel validator for date type.classExcelEnumValidatorDefault excel validator for enum types.classExcelEurope1PricesValidatorValidates prices forExcelEurope1PricesTypeTranslator.classExcelGenericReferenceValidatorValidator forExcelGenericReferenceTranslatorThe validator tries to load all references and checks whether the references existclassExcelMandatoryFieldValidatorDefault excel validator which checks whether cell is not empty.classExcelMediaCatalogVersionValidatorValidator which checks if catalog version of media is correct.classExcelMediaCollectionImportValidatorValidator which checks if media import data is correct.classExcelMediaFilenameExtensionValidatorValidator which checks whether the uploaded file has a proper file extension.classExcelMediaImportValidatorValidator which checks if media import data is correct.classExcelNumberValidatorDefault excel validator for number value.classExcelStringValidatorDefault excel validator for string value.
-