public interface ImpExImportCUDHandler
| Modifier and Type | Method and Description |
|---|---|
Item |
create(ComposedType targetType,
java.util.Map<java.lang.String,java.lang.Object> values,
ValueLine valueLine)
Process creation of new item.
|
void |
delete(Item toRemove,
ValueLine valueLine)
Process delete operation.
|
void |
update(Item toUpdate,
java.util.Map<java.lang.String,java.lang.Object> values,
ValueLine valueLine)
Process update operation.
|
void delete(Item toRemove, ValueLine valueLine) throws ConsistencyCheckException
toRemove - Item to removevalueLine - the value lineConsistencyCheckException - the consistency check exceptionvoid update(Item toUpdate, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine) throws ImpExException
toUpdate - Item to updatevalues - the map of Item values where key is attribute name and value is new value to updatevalueLine - the value lineImpExException - the ImpEx exceptionItem create(ComposedType targetType, java.util.Map<java.lang.String,java.lang.Object> values, ValueLine valueLine) throws ImpExException
targetType - the target typevalues - the map of valuesvalueLine - the value lineImpExException - the ImpEx exceptionCopyright © 2018 SAP SE. All Rights Reserved.