Uses of Interface
com.hybris.backoffice.excel.translators.ExcelAttributeTranslator
-
Packages that use ExcelAttributeTranslator Package Description com.hybris.backoffice.excel.exporting com.hybris.backoffice.excel.translators com.hybris.backoffice.excel.translators.classification -
-
Uses of ExcelAttributeTranslator in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelAttributeTranslator Modifier and Type Method Description protected 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 ExcelAttributeTranslator Modifier and Type Method Description java.util.Optional<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. findTranslator(ExcelAttribute excelAttribute)Finds translator which can handle given excel attribute.java.util.Optional<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. findTranslator(ExcelAttribute excelAttribute, java.lang.Class<? extends ExcelAttributeTranslator>... exclude)Finds translator which can handle given excel attribute.protected java.lang.Class<? extends ExcelAttributeTranslator>ExcelAttributeTranslatorRegistry. getTranslatorClass(ExcelAttributeTranslator<ExcelAttribute> translator)java.util.List<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. getTranslators()Returns list of registered attribute translators.Methods in com.hybris.backoffice.excel.translators with parameters of type ExcelAttributeTranslator Modifier and Type Method Description protected java.lang.Class<? extends ExcelAttributeTranslator>ExcelAttributeTranslatorRegistry. getTranslatorClass(ExcelAttributeTranslator<ExcelAttribute> translator)Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelAttributeTranslator Modifier and Type Method Description voidExcelAttributeTranslatorRegistry. setTranslators(java.util.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 ExcelAttributeTranslator Modifier and Type Class Description classAbstractClassificationAttributeTranslatorclassAbstractClassificationRangeTranslatorclassExcelClassificationEnumTypeTranslatorclassExcelClassificationJavaTypeTranslatorTranslates java types like: numbers, boolean values, strings and dates.classExcelClassificationMediaTranslatorclassExcelClassificationReferenceTranslator
-