Class LookedUpGuidingEntry

java.lang.Object
com.highdeal.guiding.common.LookedUpGuidingEntry

public class LookedUpGuidingEntry extends Object
This Java class represents a looked-up guiding entry in the guider instances of the connected SAP CC system;

This looked-up guiding entry contains:

  • The lookup message return code, which can be:
    • normal return
    • no access found
    • cannot lock
    • server failure
  • The guiding entry

A set of looked-up guiding entries are returned in response to a batch operation request that includes set of single guiding requests.

Related Business Operations

Async. Comm. Sync. Comm.
AsyncBatchServiceClient.guiderLookup(com.highdeal.guiding.common.GuidingRequest[], com.highdeal.guiding.GuidingServiceClientListener) See BatchServiceClient.guiderLookup(com.highdeal.guiding.common.GuidingRequest[])
See Also:
  • Constructor Details

    • LookedUpGuidingEntry

      public LookedUpGuidingEntry(byte lookupCode, GuidingEntry guidingEntry)
      Constructs a looked up guiding entry.
      Parameters:
      lookupCode - The lookup message return code
      guidingEntry - The guiding entry; null if the lookup code is not a normal return.
  • Method Details

    • getLookupCode

      public byte getLookupCode()
      Gets the lookup message return code.
      Returns:
      The lookup message return code
    • setLookupCode

      public void setLookupCode(byte lookupCode)
      SAP CC sets the lookup message return code.
      Parameters:
      lookupCode - The lookup message return code
    • getGuidingEntry

      public GuidingEntry getGuidingEntry()
      Gets the guiding entry identified and replied by the connected SAP CC system.
      Returns:
      The guiding entry
    • setGuidingEntry

      public void setGuidingEntry(GuidingEntry guidingEntry)
      SAP CC sets the guiding entry.
      Parameters:
      guidingEntry - The guiding entry