Package org.dspace.harvest.factory
Class HarvestServiceFactoryImpl
- java.lang.Object
-
- org.dspace.harvest.factory.HarvestServiceFactory
-
- org.dspace.harvest.factory.HarvestServiceFactoryImpl
-
public class HarvestServiceFactoryImpl extends HarvestServiceFactory
Factory implementation to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description HarvestServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HarvestedCollectionServicegetHarvestedCollectionService()HarvestedItemServicegetHarvestedItemService()HarvestSchedulingServicegetHarvestSchedulingService()-
Methods inherited from class org.dspace.harvest.factory.HarvestServiceFactory
getInstance
-
-
-
-
Method Detail
-
getHarvestedCollectionService
public HarvestedCollectionService getHarvestedCollectionService()
- Specified by:
getHarvestedCollectionServicein classHarvestServiceFactory
-
getHarvestedItemService
public HarvestedItemService getHarvestedItemService()
- Specified by:
getHarvestedItemServicein classHarvestServiceFactory
-
getHarvestSchedulingService
public HarvestSchedulingService getHarvestSchedulingService()
- Specified by:
getHarvestSchedulingServicein classHarvestServiceFactory
-
-