Package org.dspace.app.util.factory
Class UtilServiceFactoryImpl
- java.lang.Object
-
- org.dspace.app.util.factory.UtilServiceFactory
-
- org.dspace.app.util.factory.UtilServiceFactoryImpl
-
public class UtilServiceFactoryImpl extends UtilServiceFactory
Factory implementation to get services for the util package, use UtilServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description UtilServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DSpaceObjectUtilsgetDSpaceObjectUtils()MetadataExposureServicegetMetadataExposureService()OpenSearchServicegetOpenSearchService()WebAppServicegetWebAppService()-
Methods inherited from class org.dspace.app.util.factory.UtilServiceFactory
getInstance
-
-
-
-
Method Detail
-
getWebAppService
public WebAppService getWebAppService()
- Specified by:
getWebAppServicein classUtilServiceFactory
-
getOpenSearchService
public OpenSearchService getOpenSearchService()
- Specified by:
getOpenSearchServicein classUtilServiceFactory
-
getMetadataExposureService
public MetadataExposureService getMetadataExposureService()
- Specified by:
getMetadataExposureServicein classUtilServiceFactory
-
getDSpaceObjectUtils
public DSpaceObjectUtils getDSpaceObjectUtils()
- Specified by:
getDSpaceObjectUtilsin classUtilServiceFactory
-
-