Uses of Class
com.hybris.backoffice.excel.importing.ExcelImportContext
Packages that use ExcelImportContext
Package
Description
-
Uses of ExcelImportContext in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelImportContextModifier and TypeMethodDescriptionprotected ImpexAbstractExcelImportWorkbookDecorator.convertToImpex(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) Converts given excel attribute and import parameters into impex object. -
Uses of ExcelImportContext in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators with parameters of type ExcelImportContextModifier and TypeMethodDescriptionExcelAttributeTranslator.importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) Imports data based on provided importParameters for given excel attribute. -
Uses of ExcelImportContext in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification with parameters of type ExcelImportContextModifier and TypeMethodDescriptionClassificationAttributeHeaderValueCreator.create(ExcelClassificationAttribute attribute, ExcelImportContext excelImportContext) DefaultClassificationAttributeHeaderValueCreator.create(ExcelClassificationAttribute attribute, ExcelImportContext ignored) AbstractClassificationAttributeTranslator.importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) AbstractClassificationRangeTranslator.importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) ExcelClassificationMediaTranslator.importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) protected ImpexValueExcelClassificationJavaTypeTranslator.importDate(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) protected ImpexValueExcelClassificationJavaTypeTranslator.importSimple(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) protected abstract ImpexValueAbstractClassificationAttributeTranslator.importSingle(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) ExcelClassificationEnumTypeTranslator.importSingle(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) ExcelClassificationJavaTypeTranslator.importSingle(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) protected ImpexValueExcelClassificationMediaTranslator.importSingle(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) protected ImpexValueExcelClassificationReferenceTranslator.importSingle(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) protected ImpexValueAbstractClassificationAttributeTranslator.importValue(ExcelClassificationAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)