Uses of Interface
com.hybris.backoffice.excel.template.mapper.ExcelMapper
-
-
Uses of ExcelMapper in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return ExcelMapper Modifier and Type Method Description ExcelMapper<ComposedTypeModel,AttributeDescriptorModel>DefaultExcelExportDivider. getMapper()ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute>HeaderPromptWorkbookDecorator. getMapper()Methods in com.hybris.backoffice.excel.exporting with parameters of type ExcelMapper Modifier and Type Method Description voidDefaultExcelExportDivider. 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.mapper Modifier and Type Interface Description interfaceToAttributeDescriptorsMapper<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 ExcelMapper Modifier and Type Class Description classChainMapper<INPUT,ATTRIBUTE extends ExcelAttribute>Allows to chain twoExcelMappers.classFromAttributeDescriptorsToExcelAttributesMapperAllows to map Collection<AttributeDescriptorModel> to Collection<ExcelAttributeDescriptorAttribute>classFromComposedTypeToAttributeDescriptorsMapperAllows to mapComposedTypeModelto Collection<AttributeDescriptorModel>classFromExcelResultToAttributeDescriptorsMapperAllows to mapExcelExportResultto Collection<AttributeDescriptorModel>classFromTypeCodeToAttributeDescriptorsMapperAllows 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 ExcelMapper Modifier and Type Method Description voidFromExcelResultToAttributeDescriptorsMapper. setMapper(ExcelMapper<java.lang.String,AttributeDescriptorModel> mapper)voidFromTypeCodeToAttributeDescriptorsMapper. setMapper(ExcelMapper<ComposedTypeModel,AttributeDescriptorModel> mapper)voidChainMapper. setMapper1(ExcelMapper<INPUT,AttributeDescriptorModel> mapper1)voidJoinMapper. setMapper1(ExcelMapper<INPUT,ATTRIBUTE> mapper1)voidChainMapper. setMapper2(ExcelMapper<java.util.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 ExcelMapper Modifier and Type Method Description voidTypeSystemSheetPopulator. setMapper(ExcelMapper<ExcelExportResult,AttributeDescriptorModel> mapper) -
Uses of ExcelMapper in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelMapper Modifier and Type Method Description ExcelMapper<java.lang.String,AttributeDescriptorModel>WorkbookMandatoryColumnsValidator. getMapper()Methods in com.hybris.backoffice.excel.validators with parameters of type ExcelMapper Modifier and Type Method Description voidWorkbookMandatoryColumnsValidator. setMapper(ExcelMapper<java.lang.String,AttributeDescriptorModel> mapper)
-