public class UIManageInvitationSpaces
extends org.exoplatform.webui.core.UIContainer
| Modifier and Type | Class and Description |
|---|---|
static class |
UIManageInvitationSpaces.AcceptActionListener
This action is triggered when user clicks on Accept Space Invitation.
|
static class |
UIManageInvitationSpaces.IgnoreActionListener
This action is triggered when user clicks on Ignore Space Invitation.
|
static class |
UIManageInvitationSpaces.LoadMoreSpaceActionListener
Listeners loading more space action.
|
static class |
UIManageInvitationSpaces.SearchActionListener
Listens event that broadcast from UISpaceSearch.
|
| Modifier and Type | Field and Description |
|---|---|
static Integer |
LEADER |
static Integer |
MEMBER |
| Constructor and Description |
|---|
UIManageInvitationSpaces()
Constructor for initialize UIPopupWindow for adding new space popup.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getImageSource(org.exoplatform.social.core.space.model.Space space)
Gets image source url.
|
List<org.exoplatform.social.core.space.model.Space> |
getInvitedSpacesList()
Gets list of invited space.
|
org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> |
getInvitedSpacesListAccess()
Gets spaces with ListAccess type.
|
int |
getInvitedSpacesNum()
Gets number of invited space.
|
int |
getRole(String spaceId)
Gets role of the user in a specific space for displaying in template.
|
String |
getSelectedChar()
Gets selected character.
|
String |
getSpaceNameSearch()
Gets name of searched space.
|
List<org.exoplatform.social.core.space.model.Space> |
getSpaces()
Gets space list.
|
void |
init()
Inits at the first loading.
|
boolean |
isEnableLoadNext()
Gets flag to display LoadNext button or not.
|
boolean |
isHasUpdatedSpace()
Gets information that clarify one space is updated or not.
|
boolean |
isLoadAtEnd()
Gets flags to clarify that load at the last space or not.
|
void |
loadNext()
Loads more space.
|
void |
loadSearch()
Loads space when searching.
|
void |
setEnableLoadNext(boolean enableLoadNext)
Sets flag to display LoadNext button or not.
|
void |
setHasUpdatedSpace(boolean hasUpdatedSpace)
Sets information that clarify one space is updated or not.
|
void |
setInvitedSpacesList(List<org.exoplatform.social.core.space.model.Space> invitedSpacesList)
Sets list of invited space.
|
void |
setInvitedSpacesListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> invitedSpacesListAccess)
Sets spaces with ListAccess type.
|
void |
setInvitedSpacesNum(int invitedSpacesNum)
Sets number of invited space.
|
void |
setLoadAtEnd(boolean loadAtEnd)
Sets flags to clarify that load at the last space or not.
|
void |
setLoadingCapacity(int loadingCapacity)
Sets loading capacity.
|
void |
setSelectedChar(String selectedChar)
Sets selected character.
|
void |
setSpaceNameSearch(String spaceNameSearch)
Sets name of searched space.
|
void |
setSpaces(List<org.exoplatform.social.core.space.model.Space> spaces)
Sets space list.
|
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChild, renderChildren, 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, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, urlpublic void init()
public void setLoadingCapacity(int loadingCapacity)
loadingCapacity - public boolean isEnableLoadNext()
public void setEnableLoadNext(boolean enableLoadNext)
enableLoadNext - public boolean isLoadAtEnd()
public void setLoadAtEnd(boolean loadAtEnd)
loadAtEnd - public boolean isHasUpdatedSpace()
public void setHasUpdatedSpace(boolean hasUpdatedSpace)
hasUpdatedSpace - public List<org.exoplatform.social.core.space.model.Space> getInvitedSpacesList() throws Exception
Exceptionpublic void setInvitedSpacesList(List<org.exoplatform.social.core.space.model.Space> invitedSpacesList)
invitedSpacesList - the invitedSpacesList to setpublic int getInvitedSpacesNum()
public void setInvitedSpacesNum(int invitedSpacesNum)
invitedSpacesNum - the invitedSpacesNum to setpublic String getSpaceNameSearch()
public String getSelectedChar()
public void setSelectedChar(String selectedChar)
selectedChar - A Stringpublic void setSpaceNameSearch(String spaceNameSearch)
spaceNameSearch - the spaceNameSearch to setpublic org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> getInvitedSpacesListAccess()
public void setInvitedSpacesListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.space.model.Space> invitedSpacesListAccess)
invitedSpacesListAccess - the invitedSpacesListAccess to setpublic void loadSearch()
throws Exception
Exceptionpublic int getRole(String spaceId) throws org.exoplatform.social.core.space.SpaceException
spaceId - org.exoplatform.social.core.space.SpaceExceptionpublic void setSpaces(List<org.exoplatform.social.core.space.model.Space> spaces)
spaces - public List<org.exoplatform.social.core.space.model.Space> getSpaces()
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.