Uses of Class
de.hybris.platform.impex.jalo.header.UnresolvedValueException
Packages that use UnresolvedValueException
Package
Description
-
Uses of UnresolvedValueException in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp that throw UnresolvedValueExceptionModifier and TypeMethodDescriptionImpExExportWriter.getAllAttributeValues(Set<StandardColumnDescriptor> columns, Item item) Queries all items Attribute given by the set of column descriptors.protected ObjectImpExExportWriter.getAttributeValue(StandardColumnDescriptor cd, Item item) Queries an items Attribute given by the column descriptor. -
Uses of UnresolvedValueException in de.hybris.platform.impex.jalo.header
Methods in de.hybris.platform.impex.jalo.header that throw UnresolvedValueExceptionModifier and TypeMethodDescriptionStandardColumnDescriptor.calculateDefaultValue(Item existing) Determines the default value given with this descriptor.StandardColumnDescriptor.exportValue(Object attributeValue) Tries to translate given attribute value to a string representing this value.StandardColumnDescriptor.getDefaultValue()Returns the default value associated with this descriptor.final ObjectStandardColumnDescriptor.importValue(String cellValue, Item forItem) Translated the cell string value. -
Uses of UnresolvedValueException in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that throw UnresolvedValueExceptionModifier and TypeMethodDescriptionprotected QueryParametersDefaultExistingItemResolver.createQueryParameters(ValueLineTranslator valueLineTranslator, ValueLine line) protected ListCachingExistingItemResolver.fetchData(String typeCode, List<StandardColumnDescriptor> searchableUniqueColumns) Fetches all items together with their unique keys according to the given list of searchable unique columns.CachingExistingItemResolver.findExisting(ValueLineTranslator valueTranslator, ValueLine line) DefaultExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator, ValueLine line) ExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator, ValueLine line) protected Collection<Item>DefaultExistingItemResolver.resolveByQuery(ValueLine line, QueryParameters queryParameters) DefaultExistingItemResolver.searchItems(String typeCode, QueryParameters queryParameters, StringBuilder stringBuilder, Map<String, Object> searchValues, boolean exactType, boolean caseInsensitive) protected Map<StandardColumnDescriptor,Object> DefaultExistingItemResolver.translateUniqueKeys(ValueLineTranslator valueLineTranslator, ValueLine line, Set<StandardColumnDescriptor> uniqueColumns)