public class UpdateLookupEntry extends VoidOperation
Operation
that updates a lookup entry.
The VoidOperation.invoke()
method has no return value.Constructor and Description |
---|
UpdateLookupEntry(String ddc,
String id,
Map<String,Object> props)
Constructs an
operation that updates a lookup entry given by its id. |
UpdateLookupEntry(String ddc,
String id,
Properties props)
Constructs an
operation that updates a lookup entry given by its id. |
Modifier and Type | Method and Description |
---|---|
String |
getDDC() |
String |
getId() |
Map<String,Object> |
getProperties() |
String |
toString() |
protected void |
voidInvoke()
Invokes this void operation.
|
getResult, invoke, setResult
beforeInvoke, getClientToken
public UpdateLookupEntry(String ddc, String id, Map<String,Object> props)
operation
that updates a lookup entry given by its id.
For the property types accepted see
CreateLookupEntry.CreateLookupEntry(String, java.util.Map)
ddc
- the name of the lookup-ddc to update the entry in.id
- ID (SYSROWID) of the entry to updateprops
- properties to updatepublic UpdateLookupEntry(String ddc, String id, Properties props)
operation
that updates a lookup entry given by its id.
For the property types accepted see
CreateLookupEntry.CreateLookupEntry(String, java.util.Map)
ddc
- the name of the lookup-ddc to update the entry in.id
- ID of the entry to updateprops
- properties to updateprotected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationpublic String getDDC()
public String getId()
Copyright © 2016 SAPERION AG. All rights reserved.