Uses of Class
com.hybris.backoffice.excel.data.Impex
-
-
Uses of Impex in com.hybris.backoffice.excel.data
Methods in com.hybris.backoffice.excel.data with parameters of type Impex Modifier and Type Method Description voidImpex. mergeImpex(Impex subImpex)Merges subImpex into mainImpex.voidImpex. mergeImpex(Impex subImpex, java.lang.String typeCode, java.lang.Integer rowIndex)Merges subImpex to current main impex. -
Uses of Impex in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return Impex Modifier and Type Method Description protected ImpexAbstractExcelImportWorkbookDecorator. convertToImpex(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)Converts given excel attribute and import parameters into impex object.ImpexDefaultExcelImportService. convertToImpex(org.apache.poi.ss.usermodel.Workbook workbook)Transforms excel workbook intoImpexobject.ImpexExcelImportService. convertToImpex(org.apache.poi.ss.usermodel.Workbook workbook)Transforms excel workbook intoImpexobject.protected ImpexDefaultExcelImportService. generateImpexForSheet(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, org.apache.poi.ss.usermodel.Sheet typeSheet)Generates impex for given sheetMethods in com.hybris.backoffice.excel.importing with parameters of type Impex Modifier and Type Method Description java.lang.StringDefaultImpexConverter. convert(Impex impex)java.lang.StringImpexConverter. convert(Impex impex)Generates impex script which contains impex header (for example INSERT_UPDATE Product;code[unique=true];name[lang=en];) and multi-lines which represent impex's data.protected voidDefaultExcelImportService. insertDocumentReferences(Impex mainImpex, java.lang.String typeCode, java.util.List<java.lang.String> entriesRef)In order to simplify cross-reference imports, impex allows to use document reference. -
Uses of Impex in com.hybris.backoffice.excel.importing.data
Methods in com.hybris.backoffice.excel.importing.data that return Impex Modifier and Type Method Description ImpexExcelImportResult. getImpex()Constructors in com.hybris.backoffice.excel.importing.data with parameters of type Impex Constructor Description ExcelImportResult(org.apache.poi.ss.usermodel.Workbook workbook, Impex impex) -
Uses of Impex in com.hybris.backoffice.excel.translators
Methods in com.hybris.backoffice.excel.translators that return Impex Modifier and Type Method Description ImpexAbstractExcelMediaImportTranslator. importData(AttributeDescriptorModel attributeDescriptor, ImportParameters importParameters)ImpexAbstractExcelValueTranslator. importData(AttributeDescriptorModel attributeDescriptor, ImportParameters importParameters)Imports data based on provided importParameters for given attributeDescriptor.ImpexExcelAttributeTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)Imports data based on provided importParameters for given excel attribute.ImpexExcelMediaCollectionImportTranslator. importData(AttributeDescriptorModel attributeDescriptor, ImportParameters importParameters)ImpexExcelMediaImportTranslator. importData(AttributeDescriptorModel attributeDescriptor, ImportParameters importParameters)ImpexExcelValueTranslator. importData(AttributeDescriptorModel attributeDescriptor, ImportParameters importParameters)Imports data based on provided importParameters for given attributeDescriptor. -
Uses of Impex in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification that return Impex Modifier and Type Method Description ImpexAbstractClassificationAttributeTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)ImpexAbstractClassificationRangeTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)ImpexExcelClassificationMediaTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) -
Uses of Impex in com.hybris.backoffice.excel.translators.generic
Methods in com.hybris.backoffice.excel.translators.generic that return Impex Modifier and Type Method Description ImpexExcelGenericReferenceTranslator. importData(AttributeDescriptorModel attributeDescriptor, ImportParameters importParameters) -
Uses of Impex in com.hybris.backoffice.excel.translators.generic.factory
Methods in com.hybris.backoffice.excel.translators.generic.factory that return Impex Modifier and Type Method Description ImpexDefaultImportImpexFactory. create(RequiredAttribute rootUniqueAttribute, ImportParameters importParameters)ImpexImportImpexFactory. create(RequiredAttribute rootUniqueAttribute, ImportParameters importParameters)Creates impex object based on required attributes hierarchyImpexImportImpexFactoryStrategy. create(RequiredAttribute rootUniqueAttribute, ImportParameters importParameters)Creates impex object based on required attributes hierarchyImpexReferenceImportImpexFactoryStrategy. create(RequiredAttribute rootUniqueAttribute, ImportParameters importParameters)
-