| 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 Map<String,Object> |
ImpExExportWriter.getAllAttributeValues(Set<StandardColumnDescriptor> columns,
Item item)
Queries all items Attribute given by the set of column descriptors.
|
protected Object |
ImpExExportWriter.getAttributeValue(StandardColumnDescriptor cd,
Item item)
Queries an items Attribute given by the column descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
StandardColumnDescriptor.calculateDefaultValue(Item existing)
Determines the default value given with this descriptor.
|
String |
StandardColumnDescriptor.exportValue(Object attributeValue)
Tries to translate given attribute value to a string representing this value.
|
Object |
StandardColumnDescriptor.getDefaultValue()
Returns the default value associated with this descriptor.
|
Object |
StandardColumnDescriptor.importValue(String cellValue,
Item forItem)
Translated the cell string value.
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryParameters |
DefaultExistingItemResolver.createQueryParameters(ValueLineTranslator valueLineTranslator,
ValueLine line) |
protected List |
CachingExistingItemResolver.fetchData(String typeCode,
List<StandardColumnDescriptor> searchableUniqueColumns)
Fetches all items together with their unique keys according to the given list of searchable unique columns.
|
Collection |
CachingExistingItemResolver.findExisting(ValueLineTranslator valueTranslator,
ValueLine line) |
Collection |
ExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator,
ValueLine line) |
Collection<Item> |
DefaultExistingItemResolver.findExisting(ValueLineTranslator valueLineTranslator,
ValueLine line) |
protected Collection<Item> |
DefaultExistingItemResolver.resolveByQuery(ValueLine line,
QueryParameters queryParameters) |
protected List<Item> |
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) |
Copyright © 2017 SAP SE. All Rights Reserved.