Package org.dspace.eperson.factory
Class EPersonServiceFactoryImpl
- java.lang.Object
-
- org.dspace.eperson.factory.EPersonServiceFactory
-
- org.dspace.eperson.factory.EPersonServiceFactoryImpl
-
public class EPersonServiceFactoryImpl extends EPersonServiceFactory
Factory implementation to get services for the eperson package, use EPersonServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description EPersonServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountServicegetAccountService()EPersonServicegetEPersonService()GroupServicegetGroupService()RegistrationDataServicegetRegistrationDataService()SubscribeServicegetSubscribeService()-
Methods inherited from class org.dspace.eperson.factory.EPersonServiceFactory
getInstance
-
-
-
-
Method Detail
-
getEPersonService
public EPersonService getEPersonService()
- Specified by:
getEPersonServicein classEPersonServiceFactory
-
getGroupService
public GroupService getGroupService()
- Specified by:
getGroupServicein classEPersonServiceFactory
-
getRegistrationDataService
public RegistrationDataService getRegistrationDataService()
- Specified by:
getRegistrationDataServicein classEPersonServiceFactory
-
getAccountService
public AccountService getAccountService()
- Specified by:
getAccountServicein classEPersonServiceFactory
-
getSubscribeService
public SubscribeService getSubscribeService()
- Specified by:
getSubscribeServicein classEPersonServiceFactory
-
-