public class DeleteLookupEntry extends VoidOperation
Operation
that deletes a lookup entry.
The VoidOperation.invoke()
method has no return value.Constructor and Description |
---|
DeleteLookupEntry(com.lexmark.saperion.LookupEntryReferenceType reference)
This constructor creates a new
operation that deletes the lookup
entry given by the reference. |
DeleteLookupEntry(String ddc,
String id)
This constructor creates a new
operation that deletes the lookup
entry with the given sysrowid in the given ddc. |
Modifier and Type | Method and Description |
---|---|
com.lexmark.saperion.LookupEntryReferenceType |
getReference() |
String |
toString() |
protected void |
voidInvoke()
Invokes this void operation.
|
afterInvoke, getResult, invoke
beforeInvoke, getClientToken, mapException
public DeleteLookupEntry(String ddc, String id)
operation
that deletes the lookup
entry with the given sysrowid in the given ddc.ddc
- the lookup ddc to delete inid
- teh sysRowId of the entry to deletepublic DeleteLookupEntry(com.lexmark.saperion.LookupEntryReferenceType reference)
operation
that deletes the lookup
entry given by the reference.reference
- a reference to the lookup entry to delete.protected void voidInvoke() throws Exception
VoidOperation
voidInvoke
in class VoidOperation
Exception
- exception when invoking this operationpublic com.lexmark.saperion.LookupEntryReferenceType getReference()
Copyright © 2016 SAPERION AG. All rights reserved.