Package com.hybris.backoffice.excel.importing
-
Interface Summary Interface Description ExcelImportService Service responsible for generatingImpexbased on excel file represented byWorkbookobject.ExcelImportWorkbookDecorator Excel decorator used byDefaultExcelImportWorkbookPostProcessormechanism.ExcelImportWorkbookPostProcessor Backoffice Excel mechanism dedicated to postprocessing importing process.ExcelImportWorkbookValidationAwareDecorator Excel decorator used byDefaultExcelImportWorkbookPostProcessormechanism to validate values to import.ExcelTypeSystemService<T extends TypeSystem> Allows to read the information from the hidden TypeSystem sheet in previously exported Excel file.ImpexConverter Service responsible for generating impex script based onImpexobject. -
Class Summary Class Description AbstractExcelImportWorkbookDecorator Abstract class for import workbook decorator.AbstractExcelImportWorkbookDecoratorTest DefaultExcelClassificationTypeSystemServiceTest DefaultExcelImportClassificationWorkbookDecorator DefaultExcelImportClassificationWorkbookDecoratorTest DefaultExcelImportService Service responsible for generatingImpexbased on excel file represented byWorkbookobject.DefaultExcelImportService.CellValidationMetaData POJO which contains cell validation meta dataDefaultExcelImportServiceTest DefaultExcelImportWorkbookPostProcessor DefaultExcelTypeSystemServiceTest DefaultImpexConverter Default service responsible for generating impex script based onImpexobject.DefaultImpexConverterTest ExcelAttributeTypeSystemService Allows to read the information from the hidden TypeSystem sheet in previously exported Excel file.ExcelAttributeTypeSystemService.ExcelTypeSystem Represents the hidden TypeSystem sheet in previously exported excel file.ExcelClassificationTypeSystemService Allows to read the information from the hidden ClassificationTypeSystem sheet in previously exported Excel file.ExcelClassificationTypeSystemService.ExcelClassificationTypeSystem Represents the hidden ClassificationTypeSystem sheet in previously exported excel file.ExcelImportContext Context class used by excel importing.ExcelImportServiceIntegrationTest