Uses of Class
de.hybris.platform.impex.jalo.header.HeaderDescriptor
Packages that use HeaderDescriptor
Package
Description
-
Uses of HeaderDescriptor in de.hybris.platform.catalog.jalo.classification.impex
Methods in de.hybris.platform.catalog.jalo.classification.impex with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionvoidClassificationAttributeTranslator.notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) -
Uses of HeaderDescriptor in de.hybris.platform.impex.distributed.batch
Methods in de.hybris.platform.impex.distributed.batch with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionImportDataDumpStrategy.dump(HeaderDescriptor headerDescriptor) Dumps singleHeaderDescriptorobject intoStringrepresentation of an ImpEx import. -
Uses of HeaderDescriptor in de.hybris.platform.impex.distributed.batch.impl
Methods in de.hybris.platform.impex.distributed.batch.impl that return HeaderDescriptorModifier and TypeMethodDescriptionBatchData.ImportData.getCurrentHeader()BatchData.getHeaderDescriptor()Methods in de.hybris.platform.impex.distributed.batch.impl with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionDefaultImportDataDumpStrategy.dump(HeaderDescriptor headerDescriptor) Constructors in de.hybris.platform.impex.distributed.batch.impl with parameters of type HeaderDescriptorModifierConstructorDescriptionBatchData(ImportDataDumpStrategy dumpStrategy, ImportBatchParser.BatchingImpexReader reader, HeaderDescriptor headerDescriptor, List<ValueLine> valueLines) -
Uses of HeaderDescriptor in de.hybris.platform.impex.distributed.process
Methods in de.hybris.platform.impex.distributed.process with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionvoidBatchingImportReader.setCurrentHeader(HeaderDescriptor header) -
Uses of HeaderDescriptor in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return HeaderDescriptorModifier and TypeMethodDescriptionImpExReader.createInvalidHeader(Map<Integer, String> line, HeaderValidationException ex) protected HeaderDescriptorImpExReader.createNewHeader(Map<Integer, String> line) Creates from a header line a header object.ImpExReader.getCurrentHeader()Gets the current header which was set at each read value line.Importer.getCurrentHeader()Gets the current header descriptor processed by input reader.static HeaderDescriptorImpExReader.parseHeader(String headerLine) Generates a header object from given line.static HeaderDescriptorImpExReader.parseHeader(String headerLine, DocumentIDRegistry docIdRegistry) Generates a header object from given line.static HeaderDescriptorImpExReader.parseHeader(String headerLine, EnumerationValue mode) Generates a header object from given line.static HeaderDescriptorImpExReader.parseHeader(String headerLine, EnumerationValue mode, DocumentIDRegistry docIdRegistry) Generates a header object from given line.Methods in de.hybris.platform.impex.jalo with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionprotected voidImpExTest.checkColumnDescriptor(StandardColumnDescriptor columnDescriptor, HeaderDescriptor header, String qualifier, int position, AttributeDescriptor attributeDescriptor, boolean localized, boolean initial, boolean readonly, boolean partof, boolean mandatory, boolean unique, String languageIso, Map modifiers) Checks if given column descriptor has all given attributes.protected ValueLineImpExReader.createValueLine(HeaderDescriptor header, Map<Integer, String> line) Creates from a line which represents a data row a value line.protected voidImpExReader.setCellDecorators(HeaderDescriptor header) Extracts all decorators from given header columns and stores them for line parsing.voidImpExReader.setCurrentHeader(HeaderDescriptor header) Sets the given header instance as current header. -
Uses of HeaderDescriptor in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp that return HeaderDescriptorModifier and TypeMethodDescriptionImpExExportWriter.getCurrentHeader()Returns the currently active header.DeprecatedExporter.getNextHeader()Exporter.getNextHeader()Methods in de.hybris.platform.impex.jalo.exp with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionvoidImpExExportWriter.setCurrentHeader(HeaderDescriptor header) Sets the current Header. -
Uses of HeaderDescriptor in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that return HeaderDescriptorModifier and TypeMethodDescriptionAbstractColumnDescriptor.getHeader()Gets the header instance this column belongs to.HeaderValidationException.getHeader()Methods in de.hybris.platform.impex.jalo.header with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionstatic AttributeDescriptorStandardColumnDescriptor.findAttributeDescriptor(HeaderDescriptor header, int position, String ownType, String qualifier) Tries to find the related attribute descriptor within composed type.static LanguageStandardColumnDescriptor.findLanguage(HeaderDescriptor header, String value) Tries to get the language given by iso code or PK as string.voidSpecialColumnDescriptor.notifyTranslationEnd(ValueLine line, HeaderDescriptor header, PK processedItemPK) Constructors in de.hybris.platform.impex.jalo.header with parameters of type HeaderDescriptorModifierConstructorDescriptionAbstractColumnDescriptor(int position, HeaderDescriptor header, String expr) Self-parsing constructor.AbstractColumnDescriptor(int position, HeaderDescriptor header, String expr, AbstractDescriptor.DescriptorParams params) Non-parsing constructor.DocumentIDColumnDescriptor(int position, HeaderDescriptor header, String expr) Instantiates a new descriptor at given position in header associated with given column qualifier.HeaderValidationException(HeaderDescriptor header, String message, int errorCode) SpecialColumnDescriptor(int position, HeaderDescriptor header, String expr) StandardColumnDescriptor(int position, HeaderDescriptor header, String expr) Self-parsing constructor.StandardColumnDescriptor(int position, HeaderDescriptor header, String expr, AbstractDescriptor.DescriptorParams params) Non-parsing constructor. -
Uses of HeaderDescriptor in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return HeaderDescriptorModifier and TypeMethodDescriptionprotected HeaderDescriptorMultiThreadedImpExImportReader.createNewHeader(Map<Integer, String> line) Overwritten to block execution until all workers finished previous lines.ValueLine.getHeader()Gets the header descriptor this line belongs to.Methods in de.hybris.platform.impex.jalo.imp with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionprotected voidDefaultImportProcessor.assertTargetTypePermitted(HeaderDescriptor header, ComposedType targetType, ValueLine valueLine) protected ExistingItemResolverDefaultImportProcessor.createExistingItemsResolver(HeaderDescriptor header, boolean useCache) protected ExistingItemResolverMultiThreadedImportProcessor.createExistingItemsResolver(HeaderDescriptor header, boolean useCache) Overwritten to create a synchronized existing item resolver.protected ValueLineImpExImportReader.createValueLine(HeaderDescriptor header, Map<Integer, String> line) ImpExImportReader.getCustomImportProcessor(HeaderDescriptor header) Evaluates the 'processor' modifier of the header and creates the defined processor if present, otherwise null.protected ItemDefaultImportProcessor.processInsertLine(ValueLine valueLine, HeaderDescriptor header, ComposedType targetType) protected voidDefaultImportProcessor.processRemoveLine(Item item, ValueLine valueLine, HeaderDescriptor header) protected voidDefaultImportProcessor.processUpdateLine(Item item, ValueLine valueLine, HeaderDescriptor header, ComposedType targetType) voidImpExImportReader.setCurrentHeader(HeaderDescriptor header) voidMultiThreadedImpExImportReader.setCurrentHeader(HeaderDescriptor header) Overwritten to switch on/off parallel mode allowed flag fromImpExConstants.Syntax.Modifier#PARALLEL.Constructors in de.hybris.platform.impex.jalo.imp with parameters of type HeaderDescriptor -
Uses of HeaderDescriptor in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionprotected voidItemExpressionTranslator.checkResolvableAttribute(HeaderDescriptor header, AttributeDescriptor attributeDescriptor) protected List<AbstractColumnDescriptor>AbstractTypeTranslator.getAutoColumnExpressions(HeaderDescriptor header) Generates all mandatory column expressions related to the given header.voidNotifiedSpecialValueTranslator.notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) Is called if allSpecialValueTranslators used in header have been triggered.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) protected AbstractColumnDescriptorAbstractTypeTranslator.translatorColumnDescriptor(HeaderDescriptor header, String expr, int pos) Instantiates the correctAbstractColumnDescriptorfor the given column expression. -
Uses of HeaderDescriptor in de.hybris.platform.impex.jalo.xml
Methods in de.hybris.platform.impex.jalo.xml that return HeaderDescriptorMethods in de.hybris.platform.impex.jalo.xml with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionprotected ListImpExHeaderTagListener.createColumnDescriptors(HeaderDescriptor header, Collection columParams, Collection constraints) -
Uses of HeaderDescriptor in de.hybris.platform.marketplaceservices.dataimport.batch.translator
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionvoidMarketplaceClassificationAttributeTranslator.notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem) -
Uses of HeaderDescriptor in de.hybris.platform.ruleengineservices.impex.impl
Methods in de.hybris.platform.ruleengineservices.impex.impl with parameters of type HeaderDescriptorModifier and TypeMethodDescriptionConditionalImportProcessor.getImportProcessorCondition(HeaderDescriptor header) -
Uses of HeaderDescriptor in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex that return HeaderDescriptor -
Uses of HeaderDescriptor in de.hybris.platform.servicelayer.impex.impl
Methods in de.hybris.platform.servicelayer.impex.impl that return HeaderDescriptorConstructors in de.hybris.platform.servicelayer.impex.impl with parameters of type HeaderDescriptor