Uses of Class
com.hybris.backoffice.excel.data.ExcelAttributeDescriptorAttribute
Packages that use ExcelAttributeDescriptorAttribute
Package
Description
-
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return types with arguments of type ExcelAttributeDescriptorAttributeMethod parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionvoidHeaderPromptWorkbookDecorator.setMapper(ExcelMapper<ExcelExportResult, ExcelAttributeDescriptorAttribute> mapper) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template
Methods in com.hybris.backoffice.excel.template with parameters of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionprotected StringClassificationIncludedHeaderPromptPopulator.getAttributeDescriptorName(ExcelAttributeDescriptorAttribute attributeDescriptorAttribute) protected StringDisplayNameAttributeNameFormatter.getAttributeDisplayName(ExcelAttributeDescriptorAttribute excelAttributeDescriptorAttribute, String workbookIsoCode) Method parameters in com.hybris.backoffice.excel.template with type arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionDisplayNameAttributeNameFormatter.format(ExcelAttributeContext<ExcelAttributeDescriptorAttribute> excelAttributeContext) Returns displayed header name based on attribute's metadatavoidDisplayNameAttributeNameFormatter.setAppenders(List<ExcelMarkAppender<ExcelAttributeDescriptorAttribute>> appenders) voidDefaultExcelTemplateService.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) Deprecated, for removal: This API element is subject to removal in a future version.voidClassificationIncludedHeaderPromptPopulator.setExcelAttributeDescriptorPopulators(Map<ExcelTemplateConstants.HeaderPrompt, ExcelCellPopulator<ExcelAttributeDescriptorAttribute>> excelAttributeDescriptorPopulators) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template.header
Method parameters in com.hybris.backoffice.excel.template.header with type arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionvoidDefaultExcelHeaderService.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template.mapper
Methods in com.hybris.backoffice.excel.template.mapper that return ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionprotected ExcelAttributeDescriptorAttributeChainMapperTest.mockExcelAttribute(String name) Methods in com.hybris.backoffice.excel.template.mapper that return types with arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionFromAttributeDescriptorsToExcelAttributesMapper.apply(Collection<AttributeDescriptorModel> attributeDescriptorModels) protected Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper.getExcelAttributes(AttributeDescriptorModel attributeDescriptor) protected Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper.getLocalizedExcelAttributes(AttributeDescriptorModel attributeDescriptor) protected Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper.getUnlocalizedExcelAttributes(AttributeDescriptorModel attributeDescriptor) Method parameters in com.hybris.backoffice.excel.template.mapper with type arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionvoidFromAttributeDescriptorsToExcelAttributesMapper.setFilters(Collection<ExcelFilter<ExcelAttributeDescriptorAttribute>> filters) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template.populator.appender
Methods in com.hybris.backoffice.excel.template.populator.appender with parameters of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionReadonlyExcelMarkAppender.apply(String s, ExcelAttributeDescriptorAttribute excelAttributeDescriptorAttribute) UniqueExcelMarkAppender.apply(String s, ExcelAttributeDescriptorAttribute excelAttributeDescriptorAttribute) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template.populator.typesheet
Method parameters in com.hybris.backoffice.excel.template.populator.typesheet with type arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionvoidTypeSystemRowFactory.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template.sheet
Method parameters in com.hybris.backoffice.excel.template.sheet with type arguments of type ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionvoidDefaultExcelSheetService.setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelAttributeDescriptorAttributeModifier and TypeMethodDescriptionprotected ExcelAttributeDescriptorAttributeWorkbookMandatoryColumnsValidator.prepareExcelAttribute(AttributeDescriptorModel attributeDescriptor, String isoCode)