Package com.lexmark.saperion.delegate
Class RecordDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.folder.RecordService>
com.lexmark.saperion.delegate.AbstractRecordDelegateService
com.lexmark.saperion.delegate.RecordDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.folder.RecordService
public class RecordDelegateService
extends AbstractRecordDelegateService
implements com.lexmark.saperion.folder.RecordService
This
RecordService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.lexmark.saperion.folder.RecordService
Methods inherited from class com.lexmark.saperion.delegate.AbstractRecordDelegateService
createRecord
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.folder.RecordService
createRecord
-
Constructor Details
-
RecordDelegateService
public RecordDelegateService(com.lexmark.saperion.folder.RecordService delegate)
-
-
Method Details
-
getDelegate
protected com.lexmark.saperion.folder.RecordService getDelegate()- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.folder.RecordService>
-