public class

ViewUserProfileAction

extends AbstractUserProfileAction
implements FormAware UserAware
java.lang.Object
   ↳ com.opensymphony.xwork.ActionSupport
     ↳ com.atlassian.confluence.core.ConfluenceActionSupport
       ↳ com.atlassian.confluence.user.actions.AbstractUserProfileAction
         ↳ com.atlassian.confluence.user.actions.ViewUserProfileAction

Summary

[Expand]
Inherited Constants
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From interface com.opensymphony.xwork.Action
[Expand]
Inherited Fields
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
Public Constructors
ViewUserProfileAction()
Public Methods
String execute()
int getAuthoredPagesCount()
List getAuthoredSpaces()
String getEmail()
List getFavouriteSpaces()
Date getLastLoginDate()
String getPathToProfilePicture()
List getRecentlyUpdatedContent()
Date getSignupDate()
List<String> getUserDetailsGroups()
List<String> getUserDetailsKeys(String groupKey)
String getUsername()
boolean isEditMode()
boolean isEmailVisible()
boolean isPermitted()
String renderEmail(String email)
void setContentEntityManager(ContentEntityManager contentEntityManager)
void setPageManager(PageManager pageManager)
void setUsername(String username)
Protected Methods
List<String> getPermissionTypes()
[Expand]
Inherited Methods
From class com.atlassian.confluence.user.actions.AbstractUserProfileAction
From class com.atlassian.confluence.core.ConfluenceActionSupport
From class com.opensymphony.xwork.ActionSupport
From class java.lang.Object
From interface com.atlassian.confluence.core.FormAware
From interface com.atlassian.confluence.plugin.descriptor.web.WebInterface
From interface com.atlassian.confluence.user.actions.UserAware
From interface com.atlassian.confluence.util.breadcrumbs.BreadcrumbAware
From interface com.opensymphony.xwork.Action
From interface com.opensymphony.xwork.LocaleProvider
From interface com.opensymphony.xwork.TextProvider
From interface com.opensymphony.xwork.Validateable
From interface com.opensymphony.xwork.ValidationAware

Public Constructors

public ViewUserProfileAction ()

Public Methods

public String execute ()

Throws
Exception

public int getAuthoredPagesCount ()

public List getAuthoredSpaces ()

public String getEmail ()

public List getFavouriteSpaces ()

public Date getLastLoginDate ()

public String getPathToProfilePicture ()

public List getRecentlyUpdatedContent ()

public Date getSignupDate ()

public List<String> getUserDetailsGroups ()

public List<String> getUserDetailsKeys (String groupKey)

public String getUsername ()

public boolean isEditMode ()

public boolean isEmailVisible ()

public boolean isPermitted ()

public String renderEmail (String email)

public void setContentEntityManager (ContentEntityManager contentEntityManager)

public void setPageManager (PageManager pageManager)

public void setUsername (String username)

Protected Methods

protected List<String> getPermissionTypes ()