Uses of Class
com.hybris.backoffice.excel.data.ExcelAttributeDescriptorAttribute
-
-
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.exporting
Methods in com.hybris.backoffice.excel.exporting that return types with arguments of type ExcelAttributeDescriptorAttribute Modifier and Type Method Description ExcelMapper<ExcelExportResult,ExcelAttributeDescriptorAttribute>HeaderPromptWorkbookDecorator. getMapper()Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelAttributeDescriptorAttribute Modifier and Type Method Description voidHeaderPromptWorkbookDecorator. 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 ExcelAttributeDescriptorAttribute Modifier and Type Method Description protected java.lang.StringClassificationIncludedHeaderPromptPopulator. getAttributeDescriptorName(ExcelAttributeDescriptorAttribute attributeDescriptorAttribute)protected java.lang.StringDisplayNameAttributeNameFormatter. getAttributeDisplayName(ExcelAttributeDescriptorAttribute excelAttributeDescriptorAttribute, java.lang.String workbookIsoCode)Method parameters in com.hybris.backoffice.excel.template with type arguments of type ExcelAttributeDescriptorAttribute Modifier and Type Method Description java.lang.StringDisplayNameAttributeNameFormatter. format(ExcelAttributeContext<ExcelAttributeDescriptorAttribute> excelAttributeContext)Returns displayed header name based on attribute's metadatavoidDisplayNameAttributeNameFormatter. setAppenders(java.util.List<ExcelMarkAppender<ExcelAttributeDescriptorAttribute>> appenders)voidDefaultExcelTemplateService. setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter)Deprecated.voidClassificationIncludedHeaderPromptPopulator. setExcelAttributeDescriptorPopulators(java.util.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 ExcelAttributeDescriptorAttribute Modifier and Type Method Description voidDefaultExcelHeaderService. setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.template.mapper
Methods in com.hybris.backoffice.excel.template.mapper that return ExcelAttributeDescriptorAttribute Modifier and Type Method Description protected ExcelAttributeDescriptorAttributeChainMapperTest. mockExcelAttribute(java.lang.String name)Methods in com.hybris.backoffice.excel.template.mapper that return types with arguments of type ExcelAttributeDescriptorAttribute Modifier and Type Method Description java.util.Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper. apply(java.util.Collection<AttributeDescriptorModel> attributeDescriptorModels)protected java.util.Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper. getExcelAttributes(AttributeDescriptorModel attributeDescriptor)protected java.util.Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper. getLocalizedExcelAttributes(AttributeDescriptorModel attributeDescriptor)protected java.util.Collection<ExcelAttributeDescriptorAttribute>FromAttributeDescriptorsToExcelAttributesMapper. getUnlocalizedExcelAttributes(AttributeDescriptorModel attributeDescriptor)Method parameters in com.hybris.backoffice.excel.template.mapper with type arguments of type ExcelAttributeDescriptorAttribute Modifier and Type Method Description voidFromAttributeDescriptorsToExcelAttributesMapper. setFilters(java.util.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 ExcelAttributeDescriptorAttribute Modifier and Type Method Description java.lang.StringReadonlyExcelMarkAppender. apply(java.lang.String s, ExcelAttributeDescriptorAttribute excelAttributeDescriptorAttribute)java.lang.StringUniqueExcelMarkAppender. apply(java.lang.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 ExcelAttributeDescriptorAttribute Modifier and Type Method Description voidTypeSystemRowFactory. 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 ExcelAttributeDescriptorAttribute Modifier and Type Method Description voidDefaultExcelSheetService. setAttributeNameFormatter(AttributeNameFormatter<ExcelAttributeDescriptorAttribute> attributeNameFormatter) -
Uses of ExcelAttributeDescriptorAttribute in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ExcelAttributeDescriptorAttribute Modifier and Type Method Description protected ExcelAttributeDescriptorAttributeWorkbookMandatoryColumnsValidator. prepareExcelAttribute(AttributeDescriptorModel attributeDescriptor, java.lang.String isoCode)
-