public class UserRenameServiceImpl extends Object implements UserRenameService
| Constructor and Description |
|---|
UserRenameServiceImpl(BambooUserManager bambooUserManager,
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
org.springframework.orm.hibernate3.HibernateTemplate hibernateTemplate,
com.atlassian.plugin.PluginManager pluginManager,
com.atlassian.event.api.EventPublisher eventPublisher,
ScopedExclusionService scopedExclusionService,
com.atlassian.user.impl.hibernate3.ExternalEntityDAO externalEntityDao) |
public UserRenameServiceImpl(@NotNull
BambooUserManager bambooUserManager,
@NotNull
org.springframework.transaction.support.TransactionTemplate transactionTemplate,
@NotNull
org.springframework.orm.hibernate3.HibernateTemplate hibernateTemplate,
@NotNull
com.atlassian.plugin.PluginManager pluginManager,
@NotNull
com.atlassian.event.api.EventPublisher eventPublisher,
@NotNull
ScopedExclusionService scopedExclusionService,
@NotNull
com.atlassian.user.impl.hibernate3.ExternalEntityDAO externalEntityDao)
public void renameUser(@Nullable String oldUserName, @Nullable String newUserName, boolean isExternalRename) throws UserRenameException
renameUser in interface UserRenameServiceUserRenameExceptionCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.