Uses of Class
de.hybris.platform.impex.jalo.header.UnresolvedValueException
-
Packages that use UnresolvedValueException Package Description de.hybris.platform.impex.jalo.exp de.hybris.platform.impex.jalo.header de.hybris.platform.impex.jalo.imp -
-
Uses of UnresolvedValueException in de.hybris.platform.impex.jalo.exp
Methods in de.hybris.platform.impex.jalo.exp that throw UnresolvedValueException Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.Object>ImpExExportWriter. getAllAttributeValues(java.util.Set<StandardColumnDescriptor> columns, Item item)Queries all items Attribute given by the set of column descriptors.protected java.lang.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 UnresolvedValueException Modifier and Type Method Description java.lang.ObjectStandardColumnDescriptor. calculateDefaultValue(Item existing)Determines the default value given with this descriptor.java.lang.StringStandardColumnDescriptor. exportValue(java.lang.Object attributeValue)Tries to translate given attribute value to a string representing this value.java.lang.ObjectStandardColumnDescriptor. getDefaultValue()Returns the default value associated with this descriptor.java.lang.ObjectStandardColumnDescriptor. importValue(java.lang.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 UnresolvedValueException Modifier and Type Method Description protected QueryParametersDefaultExistingItemResolver. createQueryParameters(ValueLineTranslator valueLineTranslator, ValueLine line)protected java.util.ListCachingExistingItemResolver. fetchData(java.lang.String typeCode, java.util.List<StandardColumnDescriptor> searchableUniqueColumns)Fetches all items together with their unique keys according to the given list of searchable unique columns.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 java.util.Collection<Item>DefaultExistingItemResolver. resolveByQuery(ValueLine line, QueryParameters queryParameters)protected java.util.List<Item>DefaultExistingItemResolver. searchItems(java.lang.String typeCode, QueryParameters queryParameters, java.lang.StringBuilder stringBuilder, java.util.Map<java.lang.String,java.lang.Object> searchValues, boolean exactType, boolean caseInsensitive)protected java.util.Map<StandardColumnDescriptor,java.lang.Object>DefaultExistingItemResolver. translateUniqueKeys(ValueLineTranslator valueLineTranslator, ValueLine line, java.util.Set<StandardColumnDescriptor> uniqueColumns)
-