Uses of Class
de.hybris.platform.impex.jalo.imp.InsufficientDataException
Packages that use InsufficientDataException
-
Uses of InsufficientDataException in de.hybris.platform.impex.jalo.imp
Methods in de.hybris.platform.impex.jalo.imp that throw InsufficientDataExceptionModifier and TypeMethodDescriptionprotected voidDefaultImportProcessor.assertTargetTypePermitted(HeaderDescriptor header, ComposedType targetType, ValueLine valueLine) protected QueryParametersDefaultExistingItemResolver.createQueryParameters(ValueLineTranslator valueLineTranslator, ValueLine line) CachingExistingItemResolver.findExisting(ValueLineTranslator valueTranslator, ValueLine line) DefaultExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator, ValueLine line) ExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator, ValueLine line) ValueLine.getComposedType()Returns the actual composed type item defined by its owntype codeor the default type defined by its header (seeHeaderDescriptor.getDefaultComposedType().protected LanguageDefaultImportProcessor.getLanguage(StandardColumnDescriptor columnDescriptor) protected voidDefaultImportProcessor.processUpdateLine(Item item, ValueLine valueLine, HeaderDescriptor header, ComposedType targetType) 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) DefaultValueLineTranslator.translateColumnValues(Collection<StandardColumnDescriptor> columnDescriptors, ValueLine valueLine, Item existing) ValueLineTranslator.translateColumnValues(Collection<StandardColumnDescriptor> columnDescriptors, ValueLine valueLine, Item existing) protected Map<StandardColumnDescriptor,Object> DefaultExistingItemResolver.translateUniqueKeys(ValueLineTranslator valueLineTranslator, ValueLine line, Set<StandardColumnDescriptor> uniqueColumns)