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> ThisOperationreturns a lookup entry given by its reference.- Author:
- jschwarz
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GetLookupEntryOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType lookupEntryReference)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lexmark.saperion.lookup.LookupEntryReferenceTypegetLookupEntryReference()com.lexmark.saperion.lookup.LookupEntryListItemTypeinvoke()java.lang.StringtoString()- 
Methods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
 - 
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
 
- 
 
- 
- 
- 
Method Detail- 
invokepublic com.lexmark.saperion.lookup.LookupEntryListItemType invoke() throws SaBasicException- Throws:
- SaBasicException
 
 - 
getLookupEntryReferencepublic com.lexmark.saperion.lookup.LookupEntryReferenceType getLookupEntryReference() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.lookup.LookupEntryListItemType,SaBasicException,LegacyConnection>
 
 
- 
 
-