Class ContentAuthorityServiceFactoryImpl
- java.lang.Object
-
- org.dspace.content.authority.factory.ContentAuthorityServiceFactory
-
- org.dspace.content.authority.factory.ContentAuthorityServiceFactoryImpl
-
public class ContentAuthorityServiceFactoryImpl extends ContentAuthorityServiceFactory
Factory implementation to get services for the content.authority package, use ContentAuthorityServiceFactory .getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description ContentAuthorityServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChoiceAuthorityServicegetChoiceAuthorityService()MetadataAuthorityServicegetMetadataAuthorityService()-
Methods inherited from class org.dspace.content.authority.factory.ContentAuthorityServiceFactory
getInstance
-
-
-
-
Method Detail
-
getChoiceAuthorityService
public ChoiceAuthorityService getChoiceAuthorityService()
- Specified by:
getChoiceAuthorityServicein classContentAuthorityServiceFactory
-
getMetadataAuthorityService
public MetadataAuthorityService getMetadataAuthorityService()
- Specified by:
getMetadataAuthorityServicein classContentAuthorityServiceFactory
-
-