Uses of Class
de.hybris.platform.impex.jalo.header.AbstractColumnDescriptor
Packages that use AbstractColumnDescriptor
Package
Description
-
Uses of AbstractColumnDescriptor in de.hybris.platform.catalog.jalo.classification.eclass
Methods in de.hybris.platform.catalog.jalo.classification.eclass with parameters of type AbstractColumnDescriptorModifier and TypeMethodDescriptionvoidEClassSuperCategoryDecorator.init(AbstractColumnDescriptor column) -
Uses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp with parameters of type AbstractColumnDescriptorModifier and TypeMethodDescriptionprotected voidImpExXMLExportWriter.writeHeaderColumn(AbstractColumnDescriptor col) -
Uses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.header
Subclasses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.headerModifier and TypeClassDescriptionclassSpecific column descriptor for describing columns holding document id's.classclassMethods in de.hybris.platform.impex.jalo.header with type parameters of type AbstractColumnDescriptorModifier and TypeMethodDescription<T extends AbstractColumnDescriptor>
Collection<T>HeaderDescriptor.getSpecificColumns(Class<T> descriptor) Returns a collection of all column descriptors instances which are instance of the given descriptor class.Methods in de.hybris.platform.impex.jalo.header that return AbstractColumnDescriptorModifier and TypeMethodDescriptionprotected AbstractColumnDescriptorAbstractImpExCSVCellDecorator.getColumnDescriptor()Gets the column descriptor this decorator will be applied to.Methods in de.hybris.platform.impex.jalo.header that return types with arguments of type AbstractColumnDescriptorModifier and TypeMethodDescriptionHeaderDescriptor.getColumns()Gets the column descriptors configured for this header.HeaderDescriptor.getColumnsByQualifier(String qualifier) Searches the set of configured columns for columns with given qualifier.Methods in de.hybris.platform.impex.jalo.header with parameters of type AbstractColumnDescriptorModifier and TypeMethodDescriptionvoidAbstractImpExCSVCellDecorator.init(AbstractColumnDescriptor column) Sets the related column descriptor as member.Method parameters in de.hybris.platform.impex.jalo.header with type arguments of type AbstractColumnDescriptorModifier and TypeMethodDescriptionvoidHeaderDescriptor.setColumns(List<AbstractColumnDescriptor> columnDescriptors) Sets the columns of this header and triggers depending steps like Determination of the permitted types, the configured columns and the correct positions of the columns. -
Uses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp with parameters of type AbstractColumnDescriptorModifier and TypeMethodDescriptionprotected voidDefaultExistingItemResolver.createLookupTableEntry(ValueLine valueLine, AbstractColumnDescriptor acd) protected booleanDefaultExistingItemResolver.shouldCreateLookupTableEntry(AbstractColumnDescriptor acd) -
Uses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators that return AbstractColumnDescriptorModifier and TypeMethodDescriptionprotected AbstractColumnDescriptorAbstractTypeTranslator.translatorColumnDescriptor(HeaderDescriptor header, String expr, int pos) Instantiates the correctAbstractColumnDescriptorfor the given column expression.Methods in de.hybris.platform.impex.jalo.translators that return types with arguments of type AbstractColumnDescriptorModifier and TypeMethodDescriptionprotected List<AbstractColumnDescriptor>AbstractTypeTranslator.getAutoColumnExpressions(HeaderDescriptor header) Generates all mandatory column expressions related to the given header.AbstractTypeTranslator.translateColumnDescriptors(HeaderDescriptor header, List<String> columnExpressions) Instantiates for each column expression in given list the matchingAbstractColumnDescriptoran returns them.AbstractTypeTranslator.translateColumnDescriptors(HeaderDescriptor header, List<String> columnExpressions, boolean rethrowException) -
Uses of AbstractColumnDescriptor in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex with parameters of type AbstractColumnDescriptorModifier and TypeMethodDescriptionprotected voidTestExistingItemResolver.createLookupTableEntry(ValueLine valueLine, AbstractColumnDescriptor acd)