Package com.lexmark.saperion.delegate
Class ArchiveDelegateService
- java.lang.Object
-
- com.lexmark.saperion.delegate.AbstractDelegateService<com.lexmark.saperion.archive.ArchiveService>
-
- com.lexmark.saperion.delegate.AbstractArchiveDelegateService
-
- com.lexmark.saperion.delegate.ArchiveDelegateService
-
- All Implemented Interfaces:
com.lexmark.saperion.archive.ArchiveService
,com.lexmark.saperion.search.SearchExecutionService<com.lexmark.saperion.archive.ArchiveListItemType>
public class ArchiveDelegateService extends AbstractArchiveDelegateService implements com.lexmark.saperion.archive.ArchiveService
ThisArchiveService
simply delegates to another instance.- Author:
- jschwarz
-
-
Constructor Summary
Constructors Constructor Description ArchiveDelegateService(com.lexmark.saperion.archive.ArchiveService delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.lexmark.saperion.archive.ArchiveService
getDelegate()
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractArchiveDelegateService
getArchiveByName, getDefinition, getField, getFields, search
-
Methods inherited from class com.lexmark.saperion.delegate.AbstractDelegateService
wrapSearchExecutionService
-
-
-
-
Method Detail
-
getDelegate
protected com.lexmark.saperion.archive.ArchiveService getDelegate()
- Specified by:
getDelegate
in classAbstractDelegateService<com.lexmark.saperion.archive.ArchiveService>
-
-