Package com.lexmark.saperion.delegate
Class FolderDelegateService
java.lang.Object
com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.folder.FolderService>
com.lexmark.saperion.delegate.AbstractFolderDelegateService
com.lexmark.saperion.delegate.FolderDelegateService
- All Implemented Interfaces:
com.lexmark.saperion.folder.FolderService
public class FolderDelegateService
extends AbstractFolderDelegateService
implements com.lexmark.saperion.folder.FolderService
This
FolderService
simply delegates to another instance.- Author:
- jschwarz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.lexmark.saperion.folder.FolderService
Methods inherited from class com.lexmark.saperion.delegate.AbstractFolderDelegateService
addDocuments, createFolder, delete, getACLs, getFolder, moveDocument, moveFolder, newContainedDocumentSearchService, newContainedFolderSearchService, newFolderSearchService, newMultiValueFieldSearchService, removeDocument, updateFolder, updateFolder
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.folder.FolderService
addDocuments, createFolder, createFolder, delete, getACLs, getFolder, moveDocument, moveFolder, newContainedDocumentSearchService, newContainedFolderSearchService, newFolderSearchService, newMultiValueFieldSearchService, removeDocument, updateFolder, updateFolder
-
Constructor Details
-
FolderDelegateService
public FolderDelegateService(com.lexmark.saperion.folder.FolderService delegate)
-
-
Method Details
-
getDelegate
protected com.lexmark.saperion.folder.FolderService getDelegate()- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.folder.FolderService>
-