Class ItemExportServiceFactoryImpl
- java.lang.Object
-
- org.dspace.app.itemexport.factory.ItemExportServiceFactory
-
- org.dspace.app.itemexport.factory.ItemExportServiceFactoryImpl
-
public class ItemExportServiceFactoryImpl extends ItemExportServiceFactory
Factory implementation to get services for the itemexport package, use ItemExportServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description ItemExportServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ItemExportServicegetItemExportService()-
Methods inherited from class org.dspace.app.itemexport.factory.ItemExportServiceFactory
getInstance
-
-
-
-
Method Detail
-
getItemExportService
public ItemExportService getItemExportService()
- Specified by:
getItemExportServicein classItemExportServiceFactory
-
-