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
ThisFolderService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description FolderDelegateService(com.lexmark.saperion.folder.FolderService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.folder.FolderService
getDelegate()
-
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
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.folder.FolderService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.folder.FolderService>
-
-