com.silverpeas.admin.service
Class UserServiceLegacy
java.lang.Object
com.silverpeas.admin.service.UserServiceLegacy
- All Implemented Interfaces:
- UserService
@Named(value="silverpeasUserService")
public class UserServiceLegacy
- extends Object
- implements UserService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserServiceLegacy
public UserServiceLegacy()
registerUser
public String registerUser(String firstName,
String lastName,
String email,
String domainId)
throws AdminException
- Specified by:
registerUser
in interface UserService
- Throws:
AdminException
registerUser
public String registerUser(String firstName,
String lastName,
String email,
String domainId,
UserAccessLevel accessLevel)
throws AdminException
- Specified by:
registerUser
in interface UserService
- Throws:
AdminException
findUser
public UserDetail findUser(String userId)
throws AdminException
- Specified by:
findUser
in interface UserService
- Throws:
AdminException
migrateUserToDomain
public void migrateUserToDomain(UserDetail userDetail,
String targetDomainId)
throws AdminException
- Specified by:
migrateUserToDomain
in interface UserService
- Throws:
AdminException
updateUser
public void updateUser(UserDetail userDetail)
throws AdminException
- Specified by:
updateUser
in interface UserService
- Throws:
AdminException
Copyright © 2016 Silverpeas. All Rights Reserved.