Uses of Interface
com.hybris.backoffice.excel.translators.ExcelAttributeTranslator
Packages that use ExcelAttributeTranslator
Package
Description
-
Uses of ExcelAttributeTranslator in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelAttributeTranslatorModifier and TypeMethodDescriptionprotected voidAbstractExcelExportWorkbookDecorator.exportDataIntoCell(ExcelAttributeTranslator<ExcelAttribute> translator, ExcelCellValue excelCellValue) -
Uses of ExcelAttributeTranslator in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators that return types with arguments of type ExcelAttributeTranslatorModifier and TypeMethodDescriptionExcelAttributeTranslatorRegistry.findTranslator(ExcelAttribute excelAttribute) Finds translator which can handle given excel attribute.ExcelAttributeTranslatorRegistry.findTranslator(ExcelAttribute excelAttribute, Class<? extends ExcelAttributeTranslator>... exclude) Finds translator which can handle given excel attribute.protected Class<? extends ExcelAttributeTranslator>ExcelAttributeTranslatorRegistry.getTranslatorClass(ExcelAttributeTranslator<ExcelAttribute> translator) ExcelAttributeTranslatorRegistry.getTranslators()Returns list of registered attribute translators.Methods in com.hybris.backoffice.excel.translators with parameters of type ExcelAttributeTranslatorModifier and TypeMethodDescriptionprotected Class<? extends ExcelAttributeTranslator>ExcelAttributeTranslatorRegistry.getTranslatorClass(ExcelAttributeTranslator<ExcelAttribute> translator) Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelAttributeTranslatorModifier and TypeMethodDescriptionvoidExcelAttributeTranslatorRegistry.setTranslators(List<ExcelAttributeTranslator<ExcelAttribute>> translators) Sets list of attribute translators for the registry. -
Uses of ExcelAttributeTranslator in com.hybris.backoffice.excel.translators.classification
Classes in com.hybris.backoffice.excel.translators.classification that implement ExcelAttributeTranslatorModifier and TypeClassDescriptionclassclassclassclassTranslates java types like: numbers, boolean values, strings and dates.classclass