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
This
DocumentService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
ConstructorsConstructorDescriptionDocumentDelegateService
(com.lexmark.saperion.document.DocumentService delegate) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.lexmark.saperion.document.DocumentService
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
-
Constructor Details
-
DocumentDelegateService
public DocumentDelegateService(com.lexmark.saperion.document.DocumentService delegate)
-
-
Method Details
-
getDelegate
protected com.lexmark.saperion.document.DocumentService getDelegate()- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.document.DocumentService>
-