Uses of Interface
com.hybris.backoffice.excel.validators.ExcelSingleMediaValidator
-
Packages that use ExcelSingleMediaValidator Package Description com.hybris.backoffice.excel.validators com.hybris.backoffice.excel.validators.classification -
-
Uses of ExcelSingleMediaValidator in com.hybris.backoffice.excel.validators
Classes in com.hybris.backoffice.excel.validators that implement ExcelSingleMediaValidator Modifier and Type Class Description 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.Methods in com.hybris.backoffice.excel.validators that return types with arguments of type ExcelSingleMediaValidator Modifier and Type Method Description java.util.List<ExcelSingleMediaValidator>ExcelMediaCollectionImportValidator. getSingleMediaValidators()Method parameters in com.hybris.backoffice.excel.validators with type arguments of type ExcelSingleMediaValidator Modifier and Type Method Description voidExcelMediaCollectionImportValidator. setSingleMediaValidators(java.util.List<ExcelSingleMediaValidator> singleMediaValidators) -
Uses of ExcelSingleMediaValidator in com.hybris.backoffice.excel.validators.classification
Method parameters in com.hybris.backoffice.excel.validators.classification with type arguments of type ExcelSingleMediaValidator Modifier and Type Method Description voidExcelMediaClassificationValidator. setSingleMediaValidators(java.util.List<ExcelSingleMediaValidator> singleMediaValidators)
-