Class UIWhoHasAccess
- java.lang.Object
-
- org.exoplatform.webui.core.UIComponent
-
- org.exoplatform.webui.core.UIContainer
-
- org.exoplatform.ecm.webui.component.explorer.popup.actions.UIWhoHasAccess
-
public class UIWhoHasAccess extends org.exoplatform.webui.core.UIContainerCreated by The eXo Platform SAS Author : Walid Khessairi wkhessairi@exoplatform.com Aug 11, 2016
-
-
Constructor Summary
Constructors Constructor Description UIWhoHasAccess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetAvatar(String name)Return the URL of the entry's avatarStringgetDisplayName(String name)Return the display name of the entry.StringgetEntryURL(String name)Return the entry URLStringgetPrettyGroupName(String name)StringgetPrettySpaceName(String name)StringgetProfileUrl(String name)StringgetSpaceUrl(String name)StringgetUserFullName(String name)voidinit()voidremoveEntry(String id)voidupdate(String name, String permission)voidupdateEntry(String id, String permission)-
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes
-
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
-
-
-
Method Detail
-
close
public void close()
-
init
public void init()
-
removeEntry
public void removeEntry(String id)
-
getAvatar
public String getAvatar(String name)
Return the URL of the entry's avatar- Parameters:
name- Entry name- Returns:
- Entry's avatar URL
-
getDisplayName
public String getDisplayName(String name)
Return the display name of the entry.- Parameters:
name- Entry name- Returns:
- Entry's display name
-
getEntryURL
public String getEntryURL(String name)
Return the entry URL- Parameters:
name- Entry name- Returns:
- Entry's URL
-
-