| Modifier and Type | Field and Description |
|---|---|
static long |
ITEM_FOUND_WEIGHT |
static long |
NO_ITEM_FOUND_WEIGHT |
| Constructor and Description |
|---|
ImportData(BatchData myBatch,
ValueLine valueLine,
Set<StandardColumnDescriptor> descriptorsForCurrentMode,
SortedMap<StandardColumnDescriptor,Object> uniqueValues,
Map<StandardColumnDescriptor,Object> currentModeValues) |
| Modifier and Type | Method and Description |
|---|---|
BatchData |
getBatchData() |
HeaderDescriptor |
getCurrentHeader() |
Map<StandardColumnDescriptor,Object> |
getCurrentModeValues() |
PK |
getExistingItemPk() |
List<ItemModel> |
getExistingItems() |
long |
getRemainingWorkLoad() |
String |
getTypeCode() |
SortedMap<StandardColumnDescriptor,Object> |
getUniqueValues() |
ValueLine |
getValueLine() |
boolean |
hasExistingItems() |
boolean |
isInsertMode() |
boolean |
isNotUnrecoverable() |
boolean |
isPartiallyUnresolved() |
boolean |
isRemoveMode() |
boolean |
isUnrecoverable() |
boolean |
isUnresolved() |
void |
markUnrecoverable(ItemModel itemModel) |
void |
markUnrecoverable(String message) |
void |
markUnresolved(String message) |
void |
setExistingItemsAndResolve(List<ItemModel> existingItems) |
String |
toString() |
public static final long NO_ITEM_FOUND_WEIGHT
public static final long ITEM_FOUND_WEIGHT
public ImportData(BatchData myBatch, ValueLine valueLine, Set<StandardColumnDescriptor> descriptorsForCurrentMode, SortedMap<StandardColumnDescriptor,Object> uniqueValues, Map<StandardColumnDescriptor,Object> currentModeValues)
public ValueLine getValueLine()
public boolean isUnresolved()
public boolean isPartiallyUnresolved()
public PK getExistingItemPk()
public long getRemainingWorkLoad()
public void markUnresolved(String message)
public boolean isInsertMode()
public boolean isRemoveMode()
public void markUnrecoverable(String message)
public void markUnrecoverable(ItemModel itemModel)
public boolean isNotUnrecoverable()
public boolean isUnrecoverable()
public String getTypeCode()
public boolean hasExistingItems()
public SortedMap<StandardColumnDescriptor,Object> getUniqueValues()
public Map<StandardColumnDescriptor,Object> getCurrentModeValues()
public BatchData getBatchData()
public HeaderDescriptor getCurrentHeader()
Copyright © 2017 SAP SE. All Rights Reserved.