| Package | Description |
|---|---|
| de.hybris.platform.impex.jalo.exp | |
| de.hybris.platform.impex.jalo.header | |
| de.hybris.platform.impex.jalo.imp |
| Modifier and Type | Method and 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.Object |
ImpExExportWriter.getAttributeValue(StandardColumnDescriptor cd,
Item item)
Queries an items Attribute given by the column descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
StandardColumnDescriptor.calculateDefaultValue(Item existing)
Determines the default value given with this descriptor.
|
java.lang.String |
StandardColumnDescriptor.exportValue(java.lang.Object attributeValue)
Tries to translate given attribute value to a string representing this value.
|
java.lang.Object |
StandardColumnDescriptor.getDefaultValue()
Returns the default value associated with this descriptor.
|
java.lang.Object |
StandardColumnDescriptor.importValue(java.lang.String cellValue,
Item forItem)
Translated the cell string value.
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryParameters |
DefaultExistingItemResolver.createQueryParameters(ValueLineTranslator valueLineTranslator,
ValueLine line) |
protected java.util.List |
CachingExistingItemResolver.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.Collection |
ExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator,
ValueLine line) |
java.util.Collection<Item> |
DefaultExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator,
ValueLine line) |
java.util.Collection |
CachingExistingItemResolver.findExisting(ValueLineTranslator valueTranslator,
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) |
Copyright © 2018 SAP SE. All Rights Reserved.