com.silverpeas.admin.service
Class UserServiceLegacy

java.lang.Object
  extended by com.silverpeas.admin.service.UserServiceLegacy
All Implemented Interfaces:
UserService

@Named(value="silverpeasUserService")
public class UserServiceLegacy
extends Object
implements UserService


Constructor Summary
UserServiceLegacy()
           
 
Method Summary
 UserDetail findUser(String userId)
           
 void migrateUserToDomain(UserDetail userDetail, String targetDomainId)
           
 String registerUser(String firstName, String lastName, String email, String domainId)
           
 String registerUser(String firstName, String lastName, String email, String domainId, UserAccessLevel accessLevel)
           
 void updateUser(UserDetail userDetail)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserServiceLegacy

public UserServiceLegacy()
Method Detail

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.