Uses of Interface
com.lexmark.saperion.client.lookup.LookupEntryServiceClient
-
Packages that use LookupEntryServiceClient Package Description com.lexmark.saperion.client com.lexmark.saperion.client.implementation com.lexmark.saperion.client.implementation.lookup -
-
Uses of LookupEntryServiceClient in com.lexmark.saperion.client
Methods in com.lexmark.saperion.client that return LookupEntryServiceClient Modifier and Type Method Description LookupEntryServiceClient
SaperionClient. getLookupEntryService()
This method returns a client offering lookup entry functionality. -
Uses of LookupEntryServiceClient in com.lexmark.saperion.client.implementation
Methods in com.lexmark.saperion.client.implementation that return LookupEntryServiceClient Modifier and Type Method Description LookupEntryServiceClient
SaperionClientImpl. getLookupEntryService()
-
Uses of LookupEntryServiceClient in com.lexmark.saperion.client.implementation.lookup
Classes in com.lexmark.saperion.client.implementation.lookup that implement LookupEntryServiceClient Modifier and Type Class Description class
LookupEntryServiceClientImpl
This is the default implementation ofLookupEntryServiceClient
.
-