Uses of Class
de.hybris.platform.impex.jalo.header.AbstractColumnDescriptor
-
-
Uses of AbstractColumnDescriptor in de.hybris.platform.catalog.jalo.classification.eclass
Methods in de.hybris.platform.catalog.jalo.classification.eclass with parameters of type AbstractColumnDescriptor Modifier and Type Method Description voidEClassSuperCategoryDecorator. 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 AbstractColumnDescriptor Modifier and Type Method Description protected voidImpExXMLExportWriter. writeHeaderColumn(AbstractColumnDescriptor col) -
Uses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.header
Subclasses of AbstractColumnDescriptor in de.hybris.platform.impex.jalo.header Modifier and Type Class Description classDocumentIDColumnDescriptorSpecific column descriptor for describing columns holding document id's.classSpecialColumnDescriptorclassStandardColumnDescriptorMethods in de.hybris.platform.impex.jalo.header with type parameters of type AbstractColumnDescriptor Modifier and Type Method Description <T extends AbstractColumnDescriptor>
java.util.Collection<T>HeaderDescriptor. getSpecificColumns(java.lang.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 AbstractColumnDescriptor Modifier and Type Method Description protected 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 AbstractColumnDescriptor Modifier and Type Method Description java.util.List<AbstractColumnDescriptor>HeaderDescriptor. getColumns()Gets the column descriptors configured for this header.java.util.Collection<AbstractColumnDescriptor>HeaderDescriptor. getColumnsByQualifier(java.lang.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 AbstractColumnDescriptor Modifier and Type Method Description voidAbstractImpExCSVCellDecorator. init(AbstractColumnDescriptor column)Sets the related column descriptor as member.Method parameters in de.hybris.platform.impex.jalo.header with type arguments of type AbstractColumnDescriptor Modifier and Type Method Description voidHeaderDescriptor. setColumns(java.util.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 AbstractColumnDescriptor Modifier and Type Method Description protected 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 AbstractColumnDescriptor Modifier and Type Method Description protected AbstractColumnDescriptorAbstractTypeTranslator. translatorColumnDescriptor(HeaderDescriptor header, java.lang.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 AbstractColumnDescriptor Modifier and Type Method Description protected java.util.List<AbstractColumnDescriptor>AbstractTypeTranslator. getAutoColumnExpressions(HeaderDescriptor header)Generates all mandatory column expressions related to the given header.java.util.List<AbstractColumnDescriptor>AbstractTypeTranslator. translateColumnDescriptors(HeaderDescriptor header, java.util.List<java.lang.String> columnExpressions)Instantiates for each column expression in given list the matchingAbstractColumnDescriptoran returns them.java.util.List<AbstractColumnDescriptor>AbstractTypeTranslator. translateColumnDescriptors(HeaderDescriptor header, java.util.List<java.lang.String> columnExpressions, boolean rethrowException) -
Uses of AbstractColumnDescriptor in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex with parameters of type AbstractColumnDescriptor Modifier and Type Method Description protected voidTestExistingItemResolver. createLookupTableEntry(ValueLine valueLine, AbstractColumnDescriptor acd)
-