com.atlassian.bamboo.ww2.actions.admin.user
Class ConfigureProfile

java.lang.Object
  extended by ActionSupport
      extended by com.atlassian.bamboo.ww2.BambooActionSupport
          extended by com.atlassian.bamboo.ww2.actions.admin.user.ConfigureProfile
All Implemented Interfaces:
ErrorCollection, BambooSessionAware, ReturnUrlAware

public class ConfigureProfile
extends BambooActionSupport


Field Summary
 
Fields inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
buildManager, CONFIRM, cookieCutter
 
Constructor Summary
ConfigureProfile()
           
 
Method Summary
 String doDefault()
           
 String doEdit()
           
 String doUpdate()
           
 String execute()
           
 Author getAuthor()
           
 long getAuthorId()
           
 Map getAvailableAuthors()
           
 String getConfirmPassword()
           
 BambooUser getCurrentUser()
           
 String getCurrentUserName()
           
 String getEmail()
           
 String getFullName()
           
 List getGroups()
           
 String getJabberAddress()
           
 String getNewAuthorName()
           
 String getPassword()
           
 List getTopNByDateDesc(List list, int size)
           
 boolean isCurrentlyLoggedInUser()
           
 void setAuthorId(long authorId)
           
 void setBambooUserManager(BambooUserManager bambooUserManager)
           
 void setConfirmPassword(String confirmPassword)
           
 void setCurrentUserName(String currentUserName)
           
 void setEmail(String email)
           
 void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)
           
 void setFullName(String fullName)
           
 void setJabberAddress(String jabberAddress)
           
 void setNewAuthorName(String newAuthorName)
           
 void setPassword(String password)
           
 
Methods inherited from class com.atlassian.bamboo.ww2.BambooActionSupport
addError, addError, addErrorCollection, addErrorMessage, addErrorMessages, addErrors, addIllegalArgumentException, doesLabelKeyHaveMatchingDescription, getAsPreformattedText, getBamboo, getBambooSession, getBreadCrumbs, getBuildManager, getConglomerateCookieValue, getCookieCutter, getCookieValue, getCurrentUrl, getDescriptionFromLabelKey, getFlushedErrorMessages, getReturnUrl, getUser, getWebItemsForSection, getWebResourceManager, getWebSectionsForLocation, hasAnyErrors, hasBuilds, hasPerm, isEnableSignup, isSelectFieldAndNull, setAuthenticationContext, setBambooPermissionManager, setBuildManager, setCookieCutter, setErrorMessages, setHtmlUtils, setReturnUrl, setWebInterfaceManager, setWebResourceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.bamboo.utils.error.ErrorCollection
getErrorMessages, getErrors, getFieldErrors
 

Constructor Detail

ConfigureProfile

public ConfigureProfile()
Method Detail

doUpdate

public String doUpdate()
                throws Exception
Throws:
Exception

doEdit

public String doEdit()
              throws Exception
Throws:
Exception

doDefault

public String doDefault()
                 throws Exception
Overrides:
doDefault in class BambooActionSupport
Throws:
Exception

execute

public String execute()
               throws Exception
Throws:
Exception

isCurrentlyLoggedInUser

public boolean isCurrentlyLoggedInUser()

getCurrentUser

public BambooUser getCurrentUser()

getAuthor

public Author getAuthor()

getAvailableAuthors

public Map getAvailableAuthors()

getTopNByDateDesc

public List getTopNByDateDesc(List list,
                              int size)

getGroups

public List getGroups()

getCurrentUserName

public String getCurrentUserName()

setCurrentUserName

public void setCurrentUserName(String currentUserName)

setBambooUserManager

public void setBambooUserManager(BambooUserManager bambooUserManager)

setExtendedAuthorManager

public void setExtendedAuthorManager(ExtendedAuthorManager extendedAuthorManager)

getPassword

public String getPassword()

setPassword

public void setPassword(String password)

getConfirmPassword

public String getConfirmPassword()

setConfirmPassword

public void setConfirmPassword(String confirmPassword)

getFullName

public String getFullName()

setFullName

public void setFullName(String fullName)

getEmail

public String getEmail()

setEmail

public void setEmail(String email)

getJabberAddress

public String getJabberAddress()

setJabberAddress

public void setJabberAddress(String jabberAddress)

getAuthorId

public long getAuthorId()

setAuthorId

public void setAuthorId(long authorId)

getNewAuthorName

public String getNewAuthorName()

setNewAuthorName

public void setNewAuthorName(String newAuthorName)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.