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
ThisLookupEntryService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description LookupEntryDelegateService(com.lexmark.saperion.lookup.LookupEntryService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.lookup.LookupEntryService
getDelegate()
-
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
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.lookup.LookupEntryService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.lookup.LookupEntryService>
-
-