com.atlassian.jira.user
Class UserDeleteVetoImpl

java.lang.Object
  extended by com.atlassian.jira.user.UserDeleteVetoImpl
All Implemented Interfaces:
UserDeleteVeto

public class UserDeleteVetoImpl
extends Object
implements UserDeleteVeto


Constructor Summary
UserDeleteVetoImpl(OfBizDelegator ofBizDelegator, UserKeyService userKeyService)
           
 
Method Summary
 boolean allowDeleteUser(com.atlassian.crowd.embedded.api.User user)
           
 long getCommentCountByAuthor(ApplicationUser user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserDeleteVetoImpl

public UserDeleteVetoImpl(OfBizDelegator ofBizDelegator,
                          UserKeyService userKeyService)
Method Detail

allowDeleteUser

public boolean allowDeleteUser(com.atlassian.crowd.embedded.api.User user)
Specified by:
allowDeleteUser in interface UserDeleteVeto

getCommentCountByAuthor

public long getCommentCountByAuthor(ApplicationUser user)
Specified by:
getCommentCountByAuthor in interface UserDeleteVeto


Copyright © 2002-2014 Atlassian. All Rights Reserved.