Class ConfigureProfile

    • Constructor Detail

      • ConfigureProfile

        public ConfigureProfile()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • execute

        public String execute()
                       throws Exception
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
        Throws:
        Exception
      • isCurrentlyLoggedInUser

        public boolean isCurrentlyLoggedInUser()
      • getCurrentUser

        public BambooUser getCurrentUser()
      • isUserReadOnly

        public boolean isUserReadOnly​(com.atlassian.user.User user)
      • getEncodedCurrentUrl

        public String getEncodedCurrentUrl()
      • getCurrentUserName

        public String getCurrentUserName()
      • setCurrentUserName

        public void setCurrentUserName​(String currentUserName)
      • 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)
      • getAuthors

        public List<Long> getAuthors()
      • setAuthors

        public void setAuthors​(List<String> authors)
      • getNotificationPreference

        public String getNotificationPreference()
      • setNotificationPreference

        public void setNotificationPreference​(String notificationPreference)
      • getNotificationTransportPreference

        public String getNotificationTransportPreference()
      • setNotificationTransportPreference

        public void setNotificationTransportPreference​(String notificationTransportPreference)