Uses of Interface
com.hybris.backoffice.excel.template.mapper.ExcelMapper
Packages that use ExcelMapper
Package
Description
-
Uses of ExcelMapper in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelMapperModifier and TypeMethodDescriptionDefaultExcelExportDivider.getMapper()HeaderPromptWorkbookDecorator.getMapper()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelMapperModifier and TypeMethodDescriptionvoidDefaultExcelExportDivider.setMapper(ExcelMapper<ComposedTypeModel, AttributeDescriptorModel> mapper) voidHeaderPromptWorkbookDecorator.setMapper(ExcelMapper<ExcelExportResult, ExcelAttributeDescriptorAttribute> mapper) -
Uses of ExcelMapper in com.hybris.backoffice.excel.template.mapper
Subinterfaces of ExcelMapper in com.hybris.backoffice.excel.template.mapperModifier and TypeInterfaceDescriptioninterfaceToAttributeDescriptorsMapper<INPUT>Allows for mapping given value to collection ofAttributeDescriptorModelinterfaceToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute> Allows for mapping given value to collection ofAttributeDescriptorModelClasses in com.hybris.backoffice.excel.template.mapper that implement ExcelMapperModifier and TypeClassDescriptionclassChainMapper<INPUT,ATTRIBUTE extends ExcelAttribute> Allows to chain twoExcelMappers.classAllows to map Collection<AttributeDescriptorModel> to Collection<ExcelAttributeDescriptorAttribute>classAllows to mapComposedTypeModelto Collection<AttributeDescriptorModel>classAllows to mapExcelExportResultto Collection<AttributeDescriptorModel>classAllows to mapStringto Collection<AttributeDescriptorModel>classJoinMapper<INPUT,ATTRIBUTE extends ExcelAttribute> Join results of two mappers and return union collections.Methods in com.hybris.backoffice.excel.template.mapper with parameters of type ExcelMapperModifier and TypeMethodDescriptionvoidFromExcelResultToAttributeDescriptorsMapper.setMapper(ExcelMapper<String, AttributeDescriptorModel> mapper) voidFromTypeCodeToAttributeDescriptorsMapper.setMapper(ExcelMapper<ComposedTypeModel, AttributeDescriptorModel> mapper) voidChainMapper.setMapper1(ExcelMapper<INPUT, AttributeDescriptorModel> mapper1) voidJoinMapper.setMapper1(ExcelMapper<INPUT, ATTRIBUTE> mapper1) voidChainMapper.setMapper2(ExcelMapper<Collection<AttributeDescriptorModel>, ATTRIBUTE> mapper2) voidJoinMapper.setMapper2(ExcelMapper<INPUT, ATTRIBUTE> mapper2) -
Uses of ExcelMapper in com.hybris.backoffice.excel.template.populator.typesheet
Methods in com.hybris.backoffice.excel.template.populator.typesheet with parameters of type ExcelMapperModifier and TypeMethodDescriptionvoidTypeSystemSheetPopulator.setMapper(ExcelMapper<ExcelExportResult, AttributeDescriptorModel> mapper) -
Uses of ExcelMapper in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelMapperMethods in com.hybris.backoffice.excel.validators with parameters of type ExcelMapperModifier and TypeMethodDescriptionvoidWorkbookMandatoryColumnsValidator.setMapper(ExcelMapper<String, AttributeDescriptorModel> mapper)