Uses of Interface
com.hybris.backoffice.excel.translators.ExcelValueTranslator
-
Packages that use ExcelValueTranslator Package Description com.hybris.backoffice.excel.importing com.hybris.backoffice.excel.translators com.hybris.backoffice.excel.translators.generic -
-
Uses of ExcelValueTranslator in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelValueTranslator Modifier and Type Method Description protected java.util.Optional<ExcelValidationResult>DefaultExcelImportService. validateCell(ExcelValueTranslator translator, DefaultExcelImportService.CellValidationMetaData metaData) -
Uses of ExcelValueTranslator in com.hybris.backoffice.excel.translators
Classes in com.hybris.backoffice.excel.translators that implement ExcelValueTranslator Modifier and Type Class Description classAbstractCatalogVersionAwareTranslator<T>Abstract class for translators of types which are catalog version aware.classAbstractExcelMediaImportTranslator<T>Abstract media translator which allows to import media references with content.classAbstractExcelValueTranslator<T>Abstract class which implementsExcelValueTranslatorand simplifies importData method.classAbstractValidationAwareTranslator<T>Abstract class for translator which can have validators.classExcelBaseProductTypeTranslatorDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classExcelCatalogVersionTypeTranslatorDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classExcelEnumTypeTranslatorDefault excel translator for enum type.classExcelEurope1PricesTypeTranslatorPrice translator which allows to import product prices.classExcelJavaTypeTranslatorTranslates java types like: numbers, boolean values and dates.classExcelMediaCollectionImportTranslatorExcel translator which allows to import media collection as reference.classExcelMediaCollectionUrlTranslatorExcel translator which allows to import media collection as reference.classExcelMediaImportTranslatorExcel translator which allows to import single media reference.classExcelMediaUrlTranslatorclassExcelProductSupercategoriesTypeTranslatorDeprecated, for removal: This API element is subject to removal in a future version.since 2005.Methods in com.hybris.backoffice.excel.translators that return types with arguments of type ExcelValueTranslator Modifier and Type Method Description java.util.Optional<ExcelValueTranslator<java.lang.Object>>ExcelTranslatorRegistry. getTranslator(AttributeDescriptorModel attributeDescriptor)Finds translator which can handle given attribute descriptor.java.util.Optional<ExcelValueTranslator<java.lang.Object>>ExcelTranslatorRegistry. getTranslator(AttributeDescriptorModel attributeDescriptor, ItemModel itemModel)Finds translator which can handle given attribute descriptor.java.util.Optional<ExcelValueTranslator<java.lang.Object>>ExcelTranslatorRegistry. getTranslator(AttributeDescriptorModel attributeDescriptor, java.lang.Class<? extends ExcelValueTranslator>... exclude)Finds translator which can handle given attribute descriptor.protected java.lang.Class<? extends ExcelValueTranslator>ExcelTranslatorRegistry. getTranslatorClass(ExcelValueTranslator<java.lang.Object> translator)java.util.List<ExcelValueTranslator<java.lang.Object>>ExcelTranslatorRegistry. getTranslators()Returns list of registered translators.Methods in com.hybris.backoffice.excel.translators with parameters of type ExcelValueTranslator Modifier and Type Method Description protected java.lang.Class<? extends ExcelValueTranslator>ExcelTranslatorRegistry. getTranslatorClass(ExcelValueTranslator<java.lang.Object> translator)Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelValueTranslator Modifier and Type Method Description voidExcelTranslatorRegistry. setTranslators(java.util.List<ExcelValueTranslator<java.lang.Object>> translators)Sets list of translators for the registry. -
Uses of ExcelValueTranslator in com.hybris.backoffice.excel.translators.generic
Classes in com.hybris.backoffice.excel.translators.generic that implement ExcelValueTranslator Modifier and Type Class Description classExcelGenericReferenceTranslatorDefault generic translator for all references
-