Package com.lexmark.saperion.delegate
Class LookupEntryDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
com.lexmark.saperion.delegate.LookupEntryDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.lookup.LookupEntryService
public class LookupEntryDelegateService
extends AbstractLookupEntryDelegateService
implements com.lexmark.saperion.lookup.LookupEntryService
This
LookupEntryService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
ConstructorsConstructorDescriptionLookupEntryDelegateService
(com.lexmark.saperion.lookup.LookupEntryService delegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.lexmark.saperion.lookup.LookupEntryService
Methods inherited from class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
createLookupEntry, createLookupEntry, deleteLookupEntry, getACLs, getLookupEntry, newMultiValueFieldSearchService, newSearchService, updateLookupEntry, updateLookupEntry
Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionService
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.lexmark.saperion.lookup.LookupEntryService
createLookupEntry, createLookupEntry, deleteLookupEntry, getACLs, getLookupEntry, newMultiValueFieldSearchService, newSearchService, updateLookupEntry, updateLookupEntry
-
Constructor Details
-
LookupEntryDelegateService
public LookupEntryDelegateService(com.lexmark.saperion.lookup.LookupEntryService delegate)
-
-
Method Details
-
getDelegate
protected com.lexmark.saperion.lookup.LookupEntryService getDelegate()- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
-