Uses of Class
de.hybris.platform.impex.jalo.imp.ValueLine
-
-
Uses of ValueLine in de.hybris.platform.catalog.jalo.classification.impex
Methods in de.hybris.platform.catalog.jalo.classification.impex with parameters of type ValueLine Modifier and Type Method Description voidClassificationAttributeTranslator. notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem)java.util.Collection<UnitAwareValue>ClassificationAttributeTranslator. translateCurrentUnitAwareValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem)java.util.Collection<java.lang.Object>ClassificationAttributeTranslator. translateCurrentValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem)Deprecated.since ages -
Uses of ValueLine in de.hybris.platform.commerceservices.impex.impl
Methods in de.hybris.platform.commerceservices.impex.impl with parameters of type ValueLine Modifier and Type Method Description ItemConfigPropertyImportProcessor. processItemData(ValueLine valueLine) -
Uses of ValueLine in de.hybris.platform.impex
Methods in de.hybris.platform.impex with parameters of type ValueLine Modifier and Type Method Description ItemImpExImportCUDHandler. create(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Process creation of new item.voidImpExImportCUDHandler. delete(Item toRemove, ValueLine valueLine)Process delete operation.java.util.Map<? extends StandardColumnDescriptor,T>ValueLineTranslator. translateColumnValues(java.util.Collection<? extends StandardColumnDescriptor> columnDescriptors, ValueLine valueLine, ItemModel existingItemModel)voidImpExImportCUDHandler. update(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Process update operation. -
Uses of ValueLine in de.hybris.platform.impex.distributed.batch
Methods in de.hybris.platform.impex.distributed.batch with parameters of type ValueLine Modifier and Type Method Description java.lang.StringImportDataDumpStrategy. dump(ValueLine valueLine)Dumps singleValueLineobject intoStringrepresentation of an ImpEx import.Method parameters in de.hybris.platform.impex.distributed.batch with type arguments of type ValueLine Modifier and Type Method Description java.lang.StringImportDataDumpStrategy. dump(java.util.List<ValueLine> valueLines)Dumps collection ofValueLineobjects intoStringrepresentation of an ImpEx import. -
Uses of ValueLine in de.hybris.platform.impex.distributed.batch.impl
Methods in de.hybris.platform.impex.distributed.batch.impl that return ValueLine Modifier and Type Method Description ValueLineBatchData.ImportData. getValueLine()Methods in de.hybris.platform.impex.distributed.batch.impl with parameters of type ValueLine Modifier and Type Method Description java.lang.StringDefaultImportDataDumpStrategy. dump(ValueLine valueLine)Method parameters in de.hybris.platform.impex.distributed.batch.impl with type arguments of type ValueLine Modifier and Type Method Description java.lang.StringDefaultImportDataDumpStrategy. dump(java.util.List<ValueLine> valueLines)Constructors in de.hybris.platform.impex.distributed.batch.impl with parameters of type ValueLine Constructor Description ImportData(BatchData myBatch, ValueLine valueLine, java.util.Set<StandardColumnDescriptor> descriptorsForCurrentMode, java.util.SortedMap<StandardColumnDescriptor,java.lang.Object> uniqueValues, java.util.Map<StandardColumnDescriptor,java.lang.Object> currentModeValues)Constructor parameters in de.hybris.platform.impex.distributed.batch.impl with type arguments of type ValueLine Constructor Description BatchData(ImportDataDumpStrategy dumpStrategy, ImportBatchParser.BatchingImpexReader reader, HeaderDescriptor headerDescriptor, java.util.List<ValueLine> valueLines) -
Uses of ValueLine in de.hybris.platform.impex.exceptions
Fields in de.hybris.platform.impex.exceptions declared as ValueLine Modifier and Type Field Description protected ValueLineInsufficientDataException. valueLineMethods in de.hybris.platform.impex.exceptions that return ValueLine Modifier and Type Method Description ValueLineInsufficientDataException. getValueLine()Constructors in de.hybris.platform.impex.exceptions with parameters of type ValueLine Constructor Description InsufficientDataException(ValueLine line, java.lang.String message, InsufficientDataException.ErrorCode detail)InsufficientDataException(ValueLine line, java.lang.String messge, InsufficientDataException.ErrorCode detail, java.lang.Throwable exThrowable) -
Uses of ValueLine in de.hybris.platform.impex.jalo
Methods in de.hybris.platform.impex.jalo that return ValueLine Modifier and Type Method Description protected ValueLineImpExReader. createValueLine(HeaderDescriptor header, java.util.Map<java.lang.Integer,java.lang.String> line)Creates from a line which represents a data row a value line. -
Uses of ValueLine in de.hybris.platform.impex.jalo.cronjob
Methods in de.hybris.platform.impex.jalo.cronjob with parameters of type ValueLine Modifier and Type Method Description protected java.lang.StringImpExImportJob.MyImportProcessor. getSavedValuesMessage(SavedValues savedValues, Item existingItem, ValueLine valueLine)protected java.lang.StringImpExImportJob.MyMultiThreadedImportProcessor. getSavedValuesMessage(SavedValues savedValues, Item existingItem, ValueLine valueLine) -
Uses of ValueLine in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header with parameters of type ValueLine Modifier and Type Method Description voidSpecialColumnDescriptor. notifyTranslationEnd(ValueLine line, HeaderDescriptor header, PK processedItemPK) -
Uses of ValueLine in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that return ValueLine Modifier and Type Method Description ValueLineValueLine. createCopy()Creates a copy of this value except the assigned item, unresolved flag and/or hidden value lines.protected ValueLineImpExImportReader. createValueLine(HeaderDescriptor header, java.util.Map<java.lang.Integer,java.lang.String> line)protected ValueLineMultiThreadedImpExImportReader. fetchNextValueLine(ImpExWorker worker)ValueLineImpExImportReader. getCurrentValueLine()Returns the ValueLine which is currently processed.ValueLineImpExImportReader. getLastImportedLine()ValueLineImpExWorkerResult. getLine()ValueLineItemConflictException. getLine()Gets the value line which defines the attributes for a new item creation and are in conflict to the existing item.ValueLineInsufficientDataException. getValueLine()Methods in de.hybris.platform.impex.jalo.imp that return types with arguments of type ValueLine Modifier and Type Method Description java.util.Collection<ValueLine>ValueLine. createCopies(int count)Creates a number of copies of this line without copying the potentially assigned item pk, unresolved flags and/or hidden value lines.java.util.Collection<ValueLine>ValueLine. getHiddenLines()Gets all hidden lines.Methods in de.hybris.platform.impex.jalo.imp with parameters of type ValueLine Modifier and Type Method Description voidValueLine. addHiddenLine(ValueLine line)Adds another value line mainly created by thecreateCopy()method, representing another item resolved by this value line.protected voidDefaultImportProcessor. assertTargetTypePermitted(HeaderDescriptor header, ComposedType targetType, ValueLine valueLine)ItemDefaultImpExImportCUDHandler. create(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)protected voidDefaultExistingItemResolver. createLookupTableEntry(ValueLine valueLine, AbstractColumnDescriptor acd)protected voidDefaultExistingItemResolver. createLookupTableEntryIfNeeded(ValueLine valueLine)protected QueryParametersDefaultExistingItemResolver. createQueryParameters(ValueLineTranslator valueLineTranslator, ValueLine line)voidDefaultImpExImportCUDHandler. delete(Item toRemove, ValueLine valueLine)protected ItemDefaultImpExImportCUDHandler. doCreate(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)protected voidDefaultImpExImportCUDHandler. doUpdate(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Do update operation on passed as parameter item.protected voidDefaultImpExImportCUDHandler. doUpdateReadOnlyAttributes(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Updates all attributes which are read-only but having an force write option manually (because they can not be processed by setAllAttributes).protected voidImpExImportReader. dumpUnresolvedLine(ValueLine line)protected voidDefaultImportProcessor. enableLegacyFlagWhenLineIsUsingJaloOnlyFeatures(ValueLine line)protected booleanImpExImportReader. ensureValidHeaderOrMarkUnresolved(ValueLine valueLine)protected booleanMultiThreadedImpExImportReader. ensureValidHeaderOrMarkUnresolved(ValueLine valueLine)java.util.CollectionCachingExistingItemResolver. findExisting(ValueLineTranslator valueTranslator, ValueLine line)java.util.Collection<Item>DefaultExistingItemResolver. findExisting(ValueLineTranslator valueLineTranslator, ValueLine line)java.util.CollectionExistingItemResolver. findExisting(ValueLineTranslator valueLineTranslator, ValueLine line)protected SessionContextDefaultImportProcessor. getCreationContext(ComposedType targetType, java.util.Map<StandardColumnDescriptor,java.lang.Object> attributeValueMappings, ValueLine valueLine)protected SessionContextMultiThreadedImportProcessor. getCreationContext(ComposedType targetType, java.util.Map<StandardColumnDescriptor,java.lang.Object> attributeValueMappings, ValueLine valueLine)Switching off TA for creation of items in parallel mode due to deadlocks.protected ExistingItemResolverDefaultImportProcessor. getExistingItemResolver(ValueLine valueLine)ImpExImportCUDHandlerDefaultImportProcessor. getHandlerForLine(ValueLine line)protected java.lang.StringDefaultImportProcessor. getSavedValuesMessage(SavedValues savedValues, Item existingItem, ValueLine valueLine)protected java.util.Map<java.lang.String,java.lang.Object>DefaultImpExImportCUDHandler. getSessionParameters(ValueLine valueLine)protected ValueLineTranslatorDefaultImportProcessor. getValueLineTranslator(ValueLine valueLine)protected voidDefaultImportProcessor. handleExceptionDuringImport(ValueLine valueLine, java.lang.Exception e, ImpExProcessModeEnum mode, java.lang.String message)protected booleanDefaultImportProcessor. hasUnresolvedMandatoryOrInitialColumns(java.util.Collection<StandardColumnDescriptor> columns, ValueLine valueLine)protected booleanMultiThreadedImpExImportReader. mustMarkLineAsUnresolved(ImpExWorkerResult result, ValueLine line)voidCachingExistingItemResolver. notifyItemCreatedOrRemoved(ValueLineTranslator valueTranlator, ValueLine line)voidDefaultExistingItemResolver. notifyItemCreatedOrRemoved(ValueLineTranslator valueLineTranslator, ValueLine line)voidExistingItemResolver. notifyItemCreatedOrRemoved(ValueLineTranslator valueLineTranslator, ValueLine line)protected voidImpExImportReader. postProcessValueLine(ValueLine currentValueLine, Item ret, java.lang.Exception error)protected voidMultiThreadedImpExImportReader. postProcessValueLine(ValueLine currentValueLine, Item ret, java.lang.Exception error)Now does nothing since at this time the value line is just put into queue and no result is available yet.protected voidMultiThreadedImpExImportReader. postProcessValueLineInternal(ValueLine currentValueLine, AbstractProcessResult ret, java.lang.Exception error)Real post processing of lines after the worker finished importing.protected de.hybris.platform.impex.jalo.imp.ImpExImportReader.PreProcessResultImpExImportReader. preProcessLine(ValueLine valueLine)Does pre-processing and tells if line can be imported at all.protected ItemDefaultImportProcessor. processInsertLine(ValueLine valueLine, HeaderDescriptor header, ComposedType targetType)protected ItemDefaultImportProcessor. processInsertLine(java.util.Collection<Item> existingItems, ValueLine valueLine, ComposedType targetType)protected ItemDefaultImportProcessor. processInsertLineInternal(java.util.Collection<Item> existingItems, ValueLine valueLine, ComposedType targetType)protected ItemDefaultImportProcessor. processItemCreation(ComposedType targetType, java.util.Map<StandardColumnDescriptor,java.lang.Object> attributeValueMappings, ValueLine valueLine)ItemDefaultImportProcessor. processItemData(ValueLine valueLine)ItemImportProcessor. processItemData(ValueLine valueLine)ItemMultiThreadedImportProcessor. processItemData(ValueLine valueLine)Overwritten to release any worker locks after finishing value line processingItemDefaultImportProcessor. processItemData_Impl(ValueLine valueLine)ItemDefaultImportProcessor. processItemData_TX(ValueLine valueLine)protected voidDefaultImportProcessor. processItemRemoval(Item toRemove, ValueLine valueLine)protected voidDefaultImportProcessor. processItemUpdate(Item toUpdate, java.util.Map<StandardColumnDescriptor,java.lang.Object> attributeValueMappings, ValueLine valueLine)protected ItemImpExImportReader. processLine(ValueLine valueLine)protected ItemMultiThreadedImpExImportReader. processLine(ValueLine valueLine)Now enqueues the value line to be processed by one of our workers.protected voidDefaultImportProcessor. processRemoveLine(Item item, ValueLine valueLine, HeaderDescriptor header)protected ItemDefaultImportProcessor. processRemoveLine(java.util.Collection<Item> existingItems, ValueLine valueLine)protected voidDefaultImportProcessor. processUpdateLine(Item item, ValueLine valueLine, HeaderDescriptor header, ComposedType targetType)protected ItemMultiThreadedImpExImportReader. processValueLineFromWorker(ValueLine line)Called fromImpExWorkerto trigger item data processing e.g.protected java.util.Collection<Item>DefaultExistingItemResolver. resolveByPK(ValueLine line)protected java.util.Collection<Item>DefaultExistingItemResolver. resolveByQuery(ValueLine line, QueryParameters queryParameters)java.util.Map<StandardColumnDescriptor,java.lang.Object>DefaultValueLineTranslator. translateColumnValues(java.util.Collection<StandardColumnDescriptor> columnDescriptors, ValueLine valueLine, Item existing)java.util.Map<StandardColumnDescriptor,java.lang.Object>ValueLineTranslator. translateColumnValues(java.util.Collection<StandardColumnDescriptor> columnDescriptors, ValueLine valueLine, Item existing)protected java.util.Map<StandardColumnDescriptor,java.lang.Object>DefaultExistingItemResolver. translateUniqueKeys(ValueLineTranslator valueLineTranslator, ValueLine line, java.util.Set<StandardColumnDescriptor> uniqueColumns)voidDefaultImpExImportCUDHandler. update(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Constructors in de.hybris.platform.impex.jalo.imp with parameters of type ValueLine Constructor Description ImpExWorkerResult(ImpExWorker worker, ValueLine valueLine, Item ret, java.lang.Exception error)InsufficientDataException(ValueLine line, java.lang.String message, int errorCode)ItemConflictException(PK existingItemPk, ValueLine line)Creates a new exception which indicates an item PK conflict.ItemConflictException(Item existingItem, ValueLine line)Deprecated.since ages - useItemConflictException(PK, ValueLine)instead -
Uses of ValueLine in de.hybris.platform.impex.jalo.translators
Methods in de.hybris.platform.impex.jalo.translators with parameters of type ValueLine Modifier and Type Method Description voidNotifiedSpecialValueTranslator. notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem)Is called if allSpecialValueTranslators used in header have been triggered. -
Uses of ValueLine in de.hybris.platform.marketplaceservices.dataimport.batch.translator
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator with parameters of type ValueLine Modifier and Type Method Description protected voidMarketplaceClassificationAttributeTranslator. extractAndStoreValue(ValueLine line, Product product, FeatureContainer cont, ClassAttributeAssignment assignment)protected voidMarketplaceClassificationAttributeTranslator. extractAndStoreValues(ValueLine line, Product product, java.util.Map<ClassificationAttributeTranslator,ClassAttributeAssignment> assignmentsFromTranslators)protected voidMarketplaceClassificationAttributeTranslator. importFeatures(ValueLine line, Product product)voidMarketplaceClassificationAttributeTranslator. notifyTranslationEnd(ValueLine line, HeaderDescriptor header, Item processedItem)java.util.Collection<UnitAwareValue>MarketplaceClassificationAttributeTranslator. translateCurrentUnitAwareValues(ValueLine line, ClassAttributeAssignment assignment, Product processedItem)protected voidMarketplaceClassificationAttributeTranslator. translateEachValues(java.lang.String singleStr, java.util.Collection<UnitAwareValue> values, AbstractValueTranslator trans, Product processedItem, ValueLine line) -
Uses of ValueLine in de.hybris.platform.ruleengineservices.impex.impl
Methods in de.hybris.platform.ruleengineservices.impex.impl that return types with arguments of type ValueLine Modifier and Type Method Description protected java.util.function.Predicate<ValueLine>ConditionalImportProcessor. getImportProcessorCondition()protected java.util.function.Predicate<ValueLine>ConditionalImportProcessor. getImportProcessorCondition(HeaderDescriptor header)Methods in de.hybris.platform.ruleengineservices.impex.impl with parameters of type ValueLine Modifier and Type Method Description protected ValueLine.ValueEntryRuleImportCondition. getCodeValueEntry(ValueLine valueLine)ItemConfigPropertyImportProcessor. processItemData(ValueLine valueLine)ItemConditionalImportProcessor. processItemData_Impl(ValueLine valueLine)booleanRuleImportCondition. test(ValueLine valueLine) -
Uses of ValueLine in de.hybris.platform.searchservices.util.impex
Methods in de.hybris.platform.searchservices.util.impex with parameters of type ValueLine Modifier and Type Method Description ItemConfigPropertyImportProcessor. processItemData(ValueLine valueLine) -
Uses of ValueLine in de.hybris.platform.servicelayer.impex
Methods in de.hybris.platform.servicelayer.impex that return ValueLine Modifier and Type Method Description ValueLineImpExValueLineError. getLine()Methods in de.hybris.platform.servicelayer.impex with parameters of type ValueLine Modifier and Type Method Description protected voidTestExistingItemResolver. createLookupTableEntry(ValueLine valueLine, AbstractColumnDescriptor acd)protected ExistingItemResolverTestImportProcessor. getExistingItemResolver(ValueLine valueLine) -
Uses of ValueLine in de.hybris.platform.servicelayer.impex.impl
Methods in de.hybris.platform.servicelayer.impex.impl that return ValueLine Modifier and Type Method Description ValueLineValueLineError. getLine()ValueLineValueLineError. getValueLine()Methods in de.hybris.platform.servicelayer.impex.impl with parameters of type ValueLine Modifier and Type Method Description protected ItemSLImpexImportCUDHandler. doCreate(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)protected voidSLImpexImportCUDHandler. doUpdate(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine)Constructors in de.hybris.platform.servicelayer.impex.impl with parameters of type ValueLine Constructor Description ValueLineError(ValueLine valueLine)
-