Package com.lexmark.saperion.delegate
Class DocumentDelegateService
- java.lang.Object
-
- com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.document.DocumentService>
-
- com.lexmark.saperion.delegate.AbstractDocumentDelegateService
-
- com.lexmark.saperion.delegate.DocumentDelegateService
-
- All Implemented Interfaces:
com.lexmark.saperion.document.DocumentService
public class DocumentDelegateService extends AbstractDocumentDelegateService implements com.lexmark.saperion.document.DocumentService
ThisDocumentService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description DocumentDelegateService(com.lexmark.saperion.document.DocumentService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.document.DocumentService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractDocumentDelegateService
appendChildElement, createDocument, createDocument, deleteDocument, deleteDocumentElement, getACLs, getLatestRevisionId, getRevisionHistory, loadDocument, loadDocument, lockDocument, newMultiValueFieldSearchService, purgeDocument, readDocumentElementContent, renderDocumentElementContent, renderDocumentElementContent, searchServiceForDefinition, unlockDocument, updateDocument, updateDocumentElement, writeFulltextData
-
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.document.DocumentService
appendChildElement, createDocument, createDocument, deleteDocument, deleteDocumentElement, getACLs, getLatestRevisionId, getRevisionHistory, loadDocument, loadDocument, lockDocument, newMultiValueFieldSearchService, purgeDocument, readDocumentElementContent, renderDocumentElementContent, renderDocumentElementContent, searchServiceForDefinition, unlockDocument, updateDocument, updateDocument, updateDocumentElement, writeFulltextData
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.document.DocumentService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.document.DocumentService>
-
-