Class ItemExportServiceFactory
- java.lang.Object
-
- org.dspace.app.itemexport.factory.ItemExportServiceFactory
-
- Direct Known Subclasses:
ItemExportServiceFactoryImpl
public abstract class ItemExportServiceFactory extends Object
Abstract factory to get services for the itemexport package, use ItemExportServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description ItemExportServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static ItemExportServiceFactorygetInstance()abstract ItemExportServicegetItemExportService()
-
-
-
Method Detail
-
getItemExportService
public abstract ItemExportService getItemExportService()
-
getInstance
public static ItemExportServiceFactory getInstance()
-
-