Uses of Interface
com.hybris.backoffice.excel.data.ExcelAttribute
-
-
Uses of ExcelAttribute in com.hybris.backoffice.excel.data
Classes in com.hybris.backoffice.excel.data that implement ExcelAttribute Modifier and Type Class Description classExcelAttributeDescriptorAttributeclassExcelClassificationAttributeDefault implementation ofExcelAttributesupports classification attributesMethods in com.hybris.backoffice.excel.data that return types with arguments of type ExcelAttribute Modifier and Type Method Description java.util.Collection<ExcelAttribute>ExcelExportParams. getAdditionalAttributes()java.util.Collection<ExcelAttribute>ExcelExportResult. getAvailableAdditionalAttributes()java.util.Collection<ExcelAttribute>ExcelExportResult. getSelectedAdditionalAttributes()Constructor parameters in com.hybris.backoffice.excel.data with type arguments of type ExcelAttribute Constructor Description ExcelExportParams(java.util.List<ItemModel> itemsToExport, java.util.List<SelectedAttribute> selectedAttributes, java.util.Collection<ExcelAttribute> additionalAttributes)Constructs an instance ofExcelExportParams. -
Uses of ExcelAttribute in com.hybris.backoffice.excel.export.wizard
Methods in com.hybris.backoffice.excel.export.wizard that return ExcelAttribute Modifier and Type Method Description protected ExcelAttributeExcelExportHandler. toClassificationAttribute(com.hybris.backoffice.attributechooser.Attribute attribute, ClassAttributeAssignmentModel descriptor, java.util.Map<java.lang.String,java.lang.String> langTagToLanguageIsoCodeCache)Methods in com.hybris.backoffice.excel.export.wizard that return types with arguments of type ExcelAttribute Modifier and Type Method Description protected java.util.List<ExcelAttribute>ExcelExportHandler. getAdditionalAttributes(ExcelExportWizardForm excelForm)protected java.util.List<ExcelAttribute>ExcelExportHandler. getAvailableAdditionalAttributes(ExcelExportWizardForm excelForm)protected java.util.List<ExcelAttribute>ExcelExportHandler. toClassificationAttributes(java.util.Set<com.hybris.backoffice.attributechooser.Attribute> attributes)Methods in com.hybris.backoffice.excel.export.wizard with parameters of type ExcelAttribute Modifier and Type Method Description protected intExcelExportHandler. comparingExcelAttribute(ExcelAttribute a, ExcelAttribute b) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.exporting
Method parameters in com.hybris.backoffice.excel.exporting with type arguments of type ExcelAttribute Modifier and Type Method Description protected voidAbstractExcelExportWorkbookDecorator. exportDataIntoCell(ExcelAttributeTranslator<ExcelAttribute> translator, ExcelCellValue excelCellValue) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.exporting.data
Methods in com.hybris.backoffice.excel.exporting.data that return ExcelAttribute Modifier and Type Method Description ExcelAttributeExcelCellValue. getExcelAttribute()Constructors in com.hybris.backoffice.excel.exporting.data with parameters of type ExcelAttribute Constructor Description ExcelCellValue(org.apache.poi.ss.usermodel.Cell cell, ExcelAttribute excelAttribute, ItemModel itemModel) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return types with arguments of type ExcelAttribute Modifier and Type Method Description protected abstract java.util.Collection<ExcelAttribute>AbstractExcelImportWorkbookDecorator. getExcelAttributes(org.apache.poi.ss.usermodel.Sheet sheet)Finds appropriate attributes for given decorator implementation.protected java.util.Collection<ExcelAttribute>DefaultExcelImportClassificationWorkbookDecorator. getExcelAttributes(org.apache.poi.ss.usermodel.Sheet sheet)Methods in com.hybris.backoffice.excel.importing with parameters of type ExcelAttribute Modifier and Type Method Description protected ImpexAbstractExcelImportWorkbookDecorator. convertToImpex(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)Converts given excel attribute and import parameters into impex object.Method parameters in com.hybris.backoffice.excel.importing with type arguments of type ExcelAttribute Modifier and Type Method Description voidAbstractExcelImportWorkbookDecorator. setValidators(java.util.List<ExcelAttributeValidator<? extends ExcelAttribute>> validators) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.template
Classes in com.hybris.backoffice.excel.template with type parameters of type ExcelAttribute Modifier and Type Interface Description interfaceAttributeNameFormatter<ATTRIBUTE extends ExcelAttribute>Allows to format givenExcelAttributeto readable valueMethods in com.hybris.backoffice.excel.template that return types with arguments of type ExcelAttribute Modifier and Type Method Description protected java.util.List<ExcelAttribute>ClassificationIncludedHeaderPromptPopulatorIntegrationTest. prepareExcelAttributeDescriptorAttributes(ItemModel variant)protected java.util.List<ExcelAttribute>ClassificationIncludedHeaderPromptPopulatorIntegrationTest. prepareExcelClassificationAttributes() -
Uses of ExcelAttribute in com.hybris.backoffice.excel.template.header
Methods in com.hybris.backoffice.excel.template.header that return types with arguments of type ExcelAttribute Modifier and Type Method Description protected java.util.Collection<ExcelAttribute>DefaultExcelHeaderServiceTest. mockExcelAttributes(int size)Methods in com.hybris.backoffice.excel.template.header with parameters of type ExcelAttribute Modifier and Type Method Description voidDefaultExcelHeaderService. insertAttributeHeader(org.apache.poi.ss.usermodel.Sheet sheet, ExcelAttribute excelAttribute, int columnIndex)voidExcelHeaderService. insertAttributeHeader(org.apache.poi.ss.usermodel.Sheet sheet, ExcelAttribute excelAttribute, int columnIndex)Inserts value to the sheet's headerMethod parameters in com.hybris.backoffice.excel.template.header with type arguments of type ExcelAttribute Modifier and Type Method Description voidDefaultExcelHeaderService. insertAttributesHeader(org.apache.poi.ss.usermodel.Sheet sheet, java.util.Collection<? extends ExcelAttribute> excelAttributes)voidExcelHeaderService. insertAttributesHeader(org.apache.poi.ss.usermodel.Sheet sheet, java.util.Collection<? extends ExcelAttribute> excelAttributes)A shortcut forExcelHeaderService.insertAttributeHeader(Sheet, ExcelAttribute, int)It is possible to inserts all values to the header at once instead of invokingExcelHeaderService.insertAttributeHeader(Sheet, ExcelAttribute, int)for every attribute separately -
Uses of ExcelAttribute in com.hybris.backoffice.excel.template.mapper
Classes in com.hybris.backoffice.excel.template.mapper with type parameters of type ExcelAttribute Modifier and Type Class Description classChainMapper<INPUT,ATTRIBUTE extends ExcelAttribute>Allows to chain twoExcelMappers.classJoinMapper<INPUT,ATTRIBUTE extends ExcelAttribute>Join results of two mappers and return union collections.interfaceToExcelAttributesMapper<INPUT,ATTRIBUTE extends ExcelAttribute>Allows for mapping given value to collection ofAttributeDescriptorModel -
Uses of ExcelAttribute in com.hybris.backoffice.excel.template.populator
Classes in com.hybris.backoffice.excel.template.populator with type parameters of type ExcelAttribute Modifier and Type Class Description classDefaultExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>Default implementation ofExcelAttributeContextwhich can be used excel population process.interfaceExcelAttributeContext<ATTRIBUTE extends ExcelAttribute>interfaceExcelCellPopulator<T extends ExcelAttribute>Interface for excel's single cell populationMethods in com.hybris.backoffice.excel.template.populator with type parameters of type ExcelAttribute Modifier and Type Method Description static <T extends ExcelAttribute>
ExcelAttributeContext<T>DefaultExcelAttributeContext. ofExcelAttribute(T excelAttribute)static <T extends ExcelAttribute>
ExcelAttributeContext<T>DefaultExcelAttributeContext. ofMap(T excelAttribute, java.util.Map<java.lang.String,java.lang.Object> map)Method parameters in com.hybris.backoffice.excel.template.populator with type arguments of type ExcelAttribute Modifier and Type Method Description protected java.util.List<ExcelClassificationAttribute>ClassificationTypeSystemSheetPopulator. extractClassificationAttributes(java.util.Collection<ExcelAttribute> attributes)voidClassificationTypeSystemSheetPopulator. setFilters(java.util.Collection<ExcelFilter<ExcelAttribute>> filters) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.template.populator.appender
Classes in com.hybris.backoffice.excel.template.populator.appender with type parameters of type ExcelAttribute Modifier and Type Interface Description interfaceExcelMarkAppender<T extends ExcelAttribute>Allows to append special character to given inputMethods in com.hybris.backoffice.excel.template.populator.appender with parameters of type ExcelAttribute Modifier and Type Method Description java.lang.StringMandatoryExcelMarkAppender. apply(java.lang.String s, ExcelAttribute excelAttribute)java.lang.StringMultivalueExcelMarkAppender. apply(java.lang.String s, ExcelAttribute excelAttribute) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.template.sheet
Methods in com.hybris.backoffice.excel.template.sheet with parameters of type ExcelAttribute Modifier and Type Method Description protected java.lang.StringDefaultExcelSheetService. findAttributeDisplayNameInTypeSystemSheet(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, ExcelAttribute excelAttribute)intDefaultExcelSheetService. findColumnIndex(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, org.apache.poi.ss.usermodel.Sheet sheet, ExcelAttribute excelAttribute)intExcelSheetService. findColumnIndex(org.apache.poi.ss.usermodel.Sheet typeSystemSheet, org.apache.poi.ss.usermodel.Sheet sheet, ExcelAttribute excelAttribute)Finds column index based on selected attribute. -
Uses of ExcelAttribute in com.hybris.backoffice.excel.translators
Classes in com.hybris.backoffice.excel.translators with type parameters of type ExcelAttribute Modifier and Type Interface Description interfaceExcelAttributeTranslator<T extends ExcelAttribute>Methods in com.hybris.backoffice.excel.translators that return types with arguments of type ExcelAttribute Modifier and Type Method Description java.util.Optional<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. findTranslator(ExcelAttribute excelAttribute)Finds translator which can handle given excel attribute.java.util.Optional<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. findTranslator(ExcelAttribute excelAttribute, java.lang.Class<? extends ExcelAttributeTranslator>... exclude)Finds translator which can handle given excel attribute.java.util.List<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. getTranslators()Returns list of registered attribute translators.Methods in com.hybris.backoffice.excel.translators with parameters of type ExcelAttribute Modifier and Type Method Description booleanExcelAttributeTranslatorRegistry. canHandle(ExcelAttribute excelAttribute)Indicates whether there is at least one translator which can handle given attribute descriptor.java.util.Optional<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. findTranslator(ExcelAttribute excelAttribute)Finds translator which can handle given excel attribute.java.util.Optional<ExcelAttributeTranslator<ExcelAttribute>>ExcelAttributeTranslatorRegistry. findTranslator(ExcelAttribute excelAttribute, java.lang.Class<? extends ExcelAttributeTranslator>... exclude)Finds translator which can handle given excel attribute.ImpexExcelAttributeTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)Imports data based on provided importParameters for given excel attribute.Method parameters in com.hybris.backoffice.excel.translators with type arguments of type ExcelAttribute Modifier and Type Method Description protected java.lang.Class<? extends ExcelAttributeTranslator>ExcelAttributeTranslatorRegistry. getTranslatorClass(ExcelAttributeTranslator<ExcelAttribute> translator)voidExcelAttributeTranslatorRegistry. setTranslators(java.util.List<ExcelAttributeTranslator<ExcelAttribute>> translators)Sets list of attribute translators for the registry. -
Uses of ExcelAttribute in com.hybris.backoffice.excel.translators.classification
Methods in com.hybris.backoffice.excel.translators.classification with parameters of type ExcelAttribute Modifier and Type Method Description ImpexAbstractClassificationAttributeTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)ImpexAbstractClassificationRangeTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext)ImpexExcelClassificationMediaTranslator. importData(ExcelAttribute excelAttribute, ImportParameters importParameters, ExcelImportContext excelImportContext) -
Uses of ExcelAttribute in com.hybris.backoffice.excel.validators
Classes in com.hybris.backoffice.excel.validators with type parameters of type ExcelAttribute Modifier and Type Interface Description interfaceExcelAttributeValidator<T extends ExcelAttribute>Excel validator interface used by excel attribute's translator. -
Uses of ExcelAttribute in com.hybris.backoffice.excel.validators.engine
Methods in com.hybris.backoffice.excel.validators.engine with parameters of type ExcelAttribute Modifier and Type Method Description booleanExcelValidationEngineAwareLocalizedStrategy. canHandle(ImportParameters importParameters, ExcelAttribute excelAttribute)booleanExcelValidationEngineAwareStrategy. canHandle(ImportParameters importParameters, ExcelAttribute excelAttribute)Indicates whether current strategy is able to handle given attributebooleanExcelValidationEngineAwareUnlocalizedStrategy. canHandle(ImportParameters importParameters, ExcelAttribute excelAttribute)protected java.lang.ObjectExcelAbstractValidationEngineAwareStrategy. convertValue(ExcelAttribute excelAttribute, ImportParameters importParameters)Converts cell value into appropriate object representationExcelValidationResultDefaultExcelValidationEngineAwareValidator. validate(ExcelAttribute excelAttribute, ImportParameters importParameters)ExcelValidationResultExcelValidationEngineAwareLocalizedStrategy. validate(ImportParameters importParameters, ExcelAttribute excelAttribute)ExcelValidationResultExcelValidationEngineAwareStrategy. validate(ImportParameters importParameters, ExcelAttribute excelAttribute)Validates current value based on backoffice's validation engineExcelValidationResultExcelValidationEngineAwareUnlocalizedStrategy. validate(ImportParameters importParameters, ExcelAttribute excelAttribute)ExcelValidationResultExcelValidationEngineAwareValidator. validate(ExcelAttribute excelAttribute, ImportParameters importParameters)Validates currently processed cell's valueprotected java.util.Collection<HybrisConstraintViolation>ExcelAbstractValidationEngineAwareStrategy. validateValue(ImportParameters importParameters, ExcelAttribute excelAttribute)Converts cell value to appropriate object representation and invokes validation engine. -
Uses of ExcelAttribute in com.hybris.backoffice.excel.validators.engine.converters
Methods in com.hybris.backoffice.excel.validators.engine.converters with parameters of type ExcelAttribute Modifier and Type Method Description booleanExcelBooleanValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)booleanExcelDateValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)booleanExcelMultiValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)booleanExcelNullValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)booleanExcelNumberValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)booleanExcelStringValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)booleanExcelValueConverter. canConvert(ExcelAttribute excelAttribute, ImportParameters importParameters)Indicates whether converter is able to converts given excel attributejava.lang.BooleanExcelBooleanValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)java.util.DateExcelDateValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)java.util.CollectionExcelMultiValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)java.lang.ObjectExcelNullValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)java.lang.NumberExcelNumberValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)java.lang.StringExcelStringValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)TYPEExcelValueConverter. convert(ExcelAttribute excelAttribute, ImportParameters importParameters)Converts string value into correct object representation<CONVERTER extends ExcelValueConverter>
java.util.Optional<ExcelValueConverter>ExcelValueConverterRegistry. getConverter(ExcelAttribute excelAttribute, ImportParameters importParameters, java.lang.Class<CONVERTER>... exclude)Finds converter which can handle given attribute descriptor.
-