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.LookupEntryServiceMethods inherited from class com.lexmark.saperion.delegate.AbstractLookupEntryDelegateService
createLookupEntry, createLookupEntry, deleteLookupEntry, getACLs, getLookupEntry, newMultiValueFieldSearchService, newSearchService, updateLookupEntry, updateLookupEntryMethods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getDelegatein classAbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
-