com.atlassian.jira.service.util.handler
Class DelegatingEntityCreationHandler

java.lang.Object
  extended by com.atlassian.jira.service.util.handler.DelegatingEntityCreationHandler
All Implemented Interfaces:
EntityCreationHandler

public class DelegatingEntityCreationHandler
extends Object
implements EntityCreationHandler

TODO: Document this class / interface here

Since:
v5.0

Constructor Summary
DelegatingEntityCreationHandler()
           
 
Method Summary
 com.atlassian.crowd.embedded.api.User createUserNoNotification(String username, String password, String emailAddress, String displayName)
           
 com.atlassian.crowd.embedded.api.User createUserWithNotification(String username, String password, String email, String fullname, int userEventType)
           
 boolean isReal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatingEntityCreationHandler

public DelegatingEntityCreationHandler()
Method Detail

createUserWithNotification

public com.atlassian.crowd.embedded.api.User createUserWithNotification(String username,
                                                                        String password,
                                                                        String email,
                                                                        String fullname,
                                                                        int userEventType)
                                                                 throws PermissionException,
                                                                        CreateException
Specified by:
createUserWithNotification in interface EntityCreationHandler
Throws:
PermissionException
CreateException

createUserNoNotification

public com.atlassian.crowd.embedded.api.User createUserNoNotification(String username,
                                                                      String password,
                                                                      String emailAddress,
                                                                      String displayName)
                                                               throws PermissionException,
                                                                      CreateException
Specified by:
createUserNoNotification in interface EntityCreationHandler
Throws:
PermissionException
CreateException

isReal

public boolean isReal()
Specified by:
isReal in interface EntityCreationHandler


Copyright © 2002-2011 Atlassian. All Rights Reserved.