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 Details

    • FolderDelegateService

      public FolderDelegateService(com.lexmark.saperion.folder.FolderService delegate)
  • Method Details

    • getDelegate

      protected com.lexmark.saperion.folder.FolderService getDelegate()
      Specified by:
      getDelegate in class AbstractDelegateService<com.lexmark.saperion.folder.FolderService>