Package com.lexmark.saperion.delegate
Class AbstractRecordDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.folder.RecordService>
com.lexmark.saperion.delegate.AbstractRecordDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.folder.RecordService
- Direct Known Subclasses:
RecordDelegateService
public abstract class AbstractRecordDelegateService
extends AbstractDelegateService<com.lexmark.saperion.folder.RecordService>
implements com.lexmark.saperion.folder.RecordService
This
RecordService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.lexmark.saperion.folder.FolderReferenceType
createRecord
(com.lexmark.saperion.folder.CreateRecordInputType properties) Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
getDelegate, wrapSearchExecutionService
-
Constructor Details
-
AbstractRecordDelegateService
public AbstractRecordDelegateService()
-
-
Method Details
-
createRecord
public com.lexmark.saperion.folder.FolderReferenceType createRecord(com.lexmark.saperion.folder.CreateRecordInputType properties) throws com.lexmark.saperion.exceptions.EcmException - Specified by:
createRecord
in interfacecom.lexmark.saperion.folder.RecordService
- Throws:
com.lexmark.saperion.exceptions.EcmException
-