public class UIMembersPortlet
extends org.exoplatform.webui.core.UIPortletApplication
| Modifier and Type | Class and Description |
|---|---|
static class |
UIMembersPortlet.ConfirmActionListener
Listens to accept actions then make connection to accepted person.
- Gets information of user who made request. - Checks the relationship to confirm that there still got invited connection. - Makes and Save the new relationship. |
static class |
UIMembersPortlet.ConnectActionListener
Listens to add action then make request to invite person to make connection.
- Gets information of user is invited. - Checks the relationship to confirm that there have not got connection yet. - Saves the new connection. |
static class |
UIMembersPortlet.IgnoreActionListener
Listens to deny action then delete the invitation.
- Gets information of user is invited or made request. - Checks the relation to confirm that there have not got relation yet. - Removes the current relation and save the new relation. |
static class |
UIMembersPortlet.LoadMoreManagerActionListener |
static class |
UIMembersPortlet.LoadMoreMemberActionListener
Action when user clicks on loadMoreMember
|
static class |
UIMembersPortlet.SearchActionListener
triggers this action when user clicks on search button
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SEARCH |
| Constructor and Description |
|---|
UIMembersPortlet()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<org.exoplatform.social.core.identity.model.Identity> |
getManagerList()
gets leader list
|
org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> |
getManagerListAccess() |
int |
getManagerNum() |
List<org.exoplatform.social.core.identity.model.Identity> |
getMemberList()
gets member list
|
org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> |
getMemberListAccess() |
int |
getMemberNum() |
String |
getMemberships(String userName)
gets memberships of a user in a space.
|
String |
getPath()
gets current path
|
String |
getSelectedChar()
Gets selected character when search by alphabet.
|
org.exoplatform.social.core.space.model.Space |
getSpace()
gets space, space identified by the url.
|
void |
increaseOffset()
increase offset.
|
void |
increaseOffsetManager() |
void |
initManager()
initialize leaders, called from
getManagerList()} |
void |
initMember()
initialize members, called from
getMemberList()} |
boolean |
isEnableLoadNext()
Gets flag to display LoadNext button or not.
|
void |
loadNextMember()
Deprecated.
|
void |
loadSearch()
Loads people when searching.
|
void |
setEnableLoadManagerNext(boolean enableLoadNext) |
void |
setEnableLoadNext(boolean enableLoadNext)
Sets flag to display LoadNext button or not.
|
void |
setIdentityList(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> identityList)
set identity list
|
void |
setLoadAtEnd(boolean loadAtEnd)
Sets flags to clarify that load at the last element or not.
|
void |
setManagerList(List<org.exoplatform.social.core.identity.model.Identity> managerList)
sets leader list
|
void |
setManagerListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> managerListAccess) |
void |
setManagerNum(int managerNum) |
void |
setMemberList(List<org.exoplatform.social.core.identity.model.Identity> memberList)
sets member list
|
void |
setMemberListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> memberListAccess) |
void |
setMemberNum(int memberNum) |
void |
setSelectedChar(String selectedChar)
Sets selected character to variable.
|
getMinHeight, getMinWidth, getUIPopupMessages, processRender, renderChildren, serveResource, setMinHeight, setMinWidthaddMessage, addMessage, clearMessages, findComponentById, getLastAccessApplication, getOwner, getUIComponentName, processAction, renderBlockToUpdate, setLastAccessApplication, setOwneraddChild, addChild, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypesbroadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic static final String SEARCH
public void setMemberListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> memberListAccess)
public org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> getMemberListAccess()
public void setManagerListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> managerListAccess)
public org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> getManagerListAccess()
public int getMemberNum()
public void setMemberNum(int memberNum)
public int getManagerNum()
public void setManagerNum(int managerNum)
public final String getSelectedChar()
public final void setSelectedChar(String selectedChar)
selectedChar - charpublic void setIdentityList(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> identityList)
identityList - public void setMemberList(List<org.exoplatform.social.core.identity.model.Identity> memberList)
memberList - public List<org.exoplatform.social.core.identity.model.Identity> getMemberList() throws Exception
Exceptionpublic void setManagerList(List<org.exoplatform.social.core.identity.model.Identity> managerList)
managerList - public List<org.exoplatform.social.core.identity.model.Identity> getManagerList() throws Exception
Exceptionpublic void initMember()
throws Exception
getMemberList()}Exceptionpublic void initManager()
throws Exception
getManagerList()}Exceptionpublic org.exoplatform.social.core.space.model.Space getSpace()
throws org.exoplatform.social.core.space.SpaceException
org.exoplatform.social.core.space.SpaceExceptionpublic String getPath()
public String getMemberships(String userName) throws Exception
userName - Exceptionpublic void setLoadAtEnd(boolean loadAtEnd)
loadAtEnd - the loadAtEnd to set@Deprecated public void loadNextMember() throws Exception
Exceptionpublic boolean isEnableLoadNext()
public void setEnableLoadNext(boolean enableLoadNext)
enableLoadNext - the enableLoadNext to setpublic void setEnableLoadManagerNext(boolean enableLoadNext)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.