Class RequestItemServiceFactoryImpl
- java.lang.Object
-
- org.dspace.app.requestitem.factory.RequestItemServiceFactory
-
- org.dspace.app.requestitem.factory.RequestItemServiceFactoryImpl
-
public class RequestItemServiceFactoryImpl extends RequestItemServiceFactory
Factory implementation to get services for the requestitem package, use RequestItemServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description RequestItemServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestItemServicegetRequestItemService()-
Methods inherited from class org.dspace.app.requestitem.factory.RequestItemServiceFactory
getInstance
-
-
-
-
Method Detail
-
getRequestItemService
public RequestItemService getRequestItemService()
- Specified by:
getRequestItemServicein classRequestItemServiceFactory
-
-