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>, Serializable

public class GetLookupEntryOperation extends LegacyOperation<com.lexmark.saperion.lookup.LookupEntryListItemType>
This Operation returns a lookup entry given by its reference.
Author:
jschwarz
See Also:
  • Constructor Details

    • GetLookupEntryOperation

      public GetLookupEntryOperation(com.lexmark.saperion.lookup.LookupEntryReferenceType lookupEntryReference)
  • Method Details

    • invoke

      public com.lexmark.saperion.lookup.LookupEntryListItemType invoke() throws SaBasicException
      Throws:
      SaBasicException
    • getLookupEntryReference

      public com.lexmark.saperion.lookup.LookupEntryReferenceType getLookupEntryReference()
    • toString

      public String toString()
      Overrides:
      toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.lookup.LookupEntryListItemType,SaBasicException,LegacyConnection>