Package com.saperion.operations.lookup
Class DeleteLookupEntry
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<com.lexmark.saperion.remote.common.operations.Void>
-
- com.saperion.operations.VoidOperation
-
- com.saperion.operations.lookup.DeleteLookupEntry
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>
,java.io.Serializable
public class DeleteLookupEntry extends VoidOperation
AnOperation
that deletes a lookup entry. TheVoidOperation.invoke()
method has no return value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
This constructor creates a newoperation
that deletes the lookup entry given by the reference.DeleteLookupEntry(java.lang.String ddc, java.lang.String id)
This constructor creates a newoperation
that deletes the lookup entry with the given sysrowid in the given ddc.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.lookup.LookupEntryReferenceType
getReference()
java.lang.String
toString()
protected void
voidInvoke()
Invokes this void operation.-
Methods inherited from class com.saperion.operations.VoidOperation
afterInvoke, getResult, invoke
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
toArrayList, toCaseInsensitiveMap, toHashMap
-
-
-
-
Constructor Detail
-
DeleteLookupEntry
public DeleteLookupEntry(java.lang.String ddc, java.lang.String id)
This constructor creates a newoperation
that deletes the lookup entry with the given sysrowid in the given ddc.- Parameters:
ddc
- the lookup ddc to delete inid
- teh sysRowId of the entry to delete
-
DeleteLookupEntry
public DeleteLookupEntry(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
This constructor creates a newoperation
that deletes the lookup entry given by the reference.- Parameters:
reference
- a reference to the lookup entry to delete.
-
-
Method Detail
-
voidInvoke
protected void voidInvoke() throws java.lang.Exception
Description copied from class:VoidOperation
Invokes this void operation.- Specified by:
voidInvoke
in classVoidOperation
- Throws:
java.lang.Exception
- exception when invoking this operation
-
getReference
public com.lexmark.saperion.lookup.LookupEntryReferenceType getReference()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.remote.common.operations.Void,SaBasicException,LegacyConnection>
-
-