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
ThisRecordService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description RecordDelegateService(com.lexmark.saperion.folder.RecordService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.folder.RecordService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractRecordDelegateService
createRecord
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionService
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.folder.RecordService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.folder.RecordService>
-
-