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.RecordServiceMethods inherited from class com.lexmark.saperion.delegate.AbstractRecordDelegateService
createRecordMethods 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.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:
getDelegatein classAbstractDelegateService<com.lexmark.saperion.folder.RecordService>
-