Package com.saperion.operations.lookup
Class GetLookupEntryOperation
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<com.lexmark.saperion.lookup.LookupEntryListItemType>
-
- com.saperion.operations.lookup.GetLookupEntryOperation
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.lookup.LookupEntryListItemType,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetLookupEntryOperation extends LegacyOperation<com.lexmark.saperion.lookup.LookupEntryListItemType>
ThisOperation
returns a lookup entry given by its reference.- Author:
- jschwarz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetLookupEntryOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType lookupEntryReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.lookup.LookupEntryReferenceType
getLookupEntryReference()
com.lexmark.saperion.lookup.LookupEntryListItemType
invoke()
java.lang.String
toString()
-
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
-
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
-
-
-
-
Method Detail
-
invoke
public com.lexmark.saperion.lookup.LookupEntryListItemType invoke() throws SaBasicException
- Throws:
SaBasicException
-
getLookupEntryReference
public com.lexmark.saperion.lookup.LookupEntryReferenceType getLookupEntryReference()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.lookup.LookupEntryListItemType,SaBasicException,LegacyConnection>
-
-