Uses of Interface
com.lexmark.saperion.client.lookup.LookupEntryClient
-
Packages that use LookupEntryClient Package Description com.lexmark.saperion.client.implementation.lookup com.lexmark.saperion.client.lookup -
-
Uses of LookupEntryClient in com.lexmark.saperion.client.implementation.lookup
Classes in com.lexmark.saperion.client.implementation.lookup that implement LookupEntryClient Modifier and Type Class Description class
LookupEntryClientImpl
This is the default implementation ofLookupEntryClient
.Methods in com.lexmark.saperion.client.implementation.lookup that return LookupEntryClient Modifier and Type Method Description LookupEntryClient
LookupEntryServiceClientImpl. resolve(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
-
Uses of LookupEntryClient in com.lexmark.saperion.client.lookup
Methods in com.lexmark.saperion.client.lookup that return LookupEntryClient Modifier and Type Method Description LookupEntryClient
LookupEntryServiceClient. resolve(com.lexmark.saperion.lookup.LookupEntryReferenceType reference)
This method returns a client for the lookup entry referenced.
-