Uses of Interface
com.hybris.backoffice.excel.translators.ExcelValueTranslator
Packages that use ExcelValueTranslator
Package
Description
-
Uses of ExcelValueTranslator in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelValueTranslatorModifier and TypeMethodDescriptionprotected 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 ExcelValueTranslatorModifier and TypeClassDescriptionclassAbstract class for translators of types which are catalog version aware.classAbstract media translator which allows to import media references with content.classAbstract class which implementsExcelValueTranslatorand simplifies importData method.classAbstract class for translator which can have validators.classDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classDeprecated, for removal: This API element is subject to removal in a future version.since 2005.classDefault excel translator for enum type.classPrice translator which allows to import product prices.classTranslates java types like: numbers, boolean values and dates.classExcel translator which allows to import media collection as reference.classExcel translator which allows to import media collection as reference.classExcel translator which allows to import single media reference.classclassDeprecated, 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 ExcelValueTranslatorModifier and TypeMethodDescriptionExcelTranslatorRegistry.getTranslator(AttributeDescriptorModel attributeDescriptor) Finds translator which can handle given attribute descriptor.ExcelTranslatorRegistry.getTranslator(AttributeDescriptorModel attributeDescriptor, ItemModel itemModel) Finds translator which can handle given attribute descriptor.ExcelTranslatorRegistry.getTranslator(AttributeDescriptorModel attributeDescriptor, Class<? extends ExcelValueTranslator>... exclude) Finds translator which can handle given attribute descriptor.protected Class<? extends ExcelValueTranslator>ExcelTranslatorRegistry.getTranslatorClass(ExcelValueTranslator<Object> translator) ExcelTranslatorRegistry.getTranslators()Returns list of registered translators.Methods in com.hybris.backoffice.excel.translators with parameters of type ExcelValueTranslatorModifier and TypeMethodDescriptionprotected Class<? extends ExcelValueTranslator>ExcelTranslatorRegistry.getTranslatorClass(ExcelValueTranslator<Object> translator) Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelValueTranslatorModifier and TypeMethodDescriptionvoidExcelTranslatorRegistry.setTranslators(List<ExcelValueTranslator<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 ExcelValueTranslatorModifier and TypeClassDescriptionclassDefault generic translator for all references