org.exoplatform.social.webui.profile
Class UIDisplayProfileList

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.social.webui.profile.UIDisplayProfileList

public class UIDisplayProfileList
extends org.exoplatform.webui.core.UIContainer

Displays the list of all existing users and their information. By using this UIAllPeople component, users could manage his connections: invite to connect, revoke invitations, validate invited requests or remove connections.

Since:
Aug 25, 2011, 1.2.2
Author:
Hanh Vi Quoc

Nested Class Summary
static class UIDisplayProfileList.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 UIDisplayProfileList.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 UIDisplayProfileList.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 UIDisplayProfileList.LoadMorePeopleActionListener
          Listeners loading more people action.
static class UIDisplayProfileList.SearchActionListener
          Listens event that broadcast from UIProfileUserSearch.
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
static String SEARCH
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIDisplayProfileList()
          Constructor to initialize iterator.
 
Method Summary
 List<org.exoplatform.social.core.identity.model.Identity> getPeopleList()
          Gets list of all type of people.
 org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> getPeopleListAccess()
          Gets people with ListAccess type.
 int getPeopleNum()
          Gets number of people for displaying.
 org.exoplatform.social.core.relationship.model.Relationship getRelationship(org.exoplatform.social.core.identity.model.Identity identity)
           
 String getSelectedChar()
          Gets selected character when search by alphabet.
 String getSelectedNode()
          Returns the current selected node.
 void increaseOffset()
          Increases offset.
 void init()
          Inits at the first loading.
 boolean isEnableLoadNext()
          Gets flag to display LoadNext button or not.
 boolean isHasPeopleTab()
           
 boolean isLoadAtEnd()
          Gets flags to clarify that load at the last element or not.
protected  boolean isNewOwner()
          Checks need to refresh relationship list or not.
 void loadSearch()
          Loads people when searching.
 void setEnableLoadNext(boolean enableLoadNext)
          Sets flag to display LoadNext button or not.
 void setHasPeopleTab(boolean hasPeopleTab)
           
 void setLoadAtEnd(boolean loadAtEnd)
          Sets flags to clarify that load at the last element or not.
 void setLoadingCapacity(int loadingCapacity)
          Sets loading capacity.
 void setPeopleList(List<org.exoplatform.social.core.identity.model.Identity> peopleList)
          Sets list of all type of people.
 void setPeopleListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> peopleListAccess)
          Sets people with ListAccess type.
 void setPeopleNum(int peopleNum)
          Sets number of people for displaying.
 void setSelectedChar(String selectedChar)
          Sets selected character to variable.
 
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, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEARCH

public static final String SEARCH
See Also:
Constant Field Values
Constructor Detail

UIDisplayProfileList

public UIDisplayProfileList()
                     throws Exception
Constructor to initialize iterator.

Throws:
Exception
Method Detail

isHasPeopleTab

public boolean isHasPeopleTab()

setHasPeopleTab

public void setHasPeopleTab(boolean hasPeopleTab)

getSelectedChar

public final String getSelectedChar()
Gets selected character when search by alphabet.

Returns:
The selected character.

setSelectedChar

public final void setSelectedChar(String selectedChar)
Sets selected character to variable.

Parameters:
selectedChar - char

getSelectedNode

public String getSelectedNode()
                       throws Exception
Returns the current selected node.

Returns:
selected node.
Throws:
Exception
Since:
1.2.2

init

public void init()
Inits at the first loading.


setLoadingCapacity

public void setLoadingCapacity(int loadingCapacity)
Sets loading capacity.

Parameters:
loadingCapacity -

isEnableLoadNext

public boolean isEnableLoadNext()
Gets flag to display LoadNext button or not.

Returns:
the enableLoadNext

setEnableLoadNext

public void setEnableLoadNext(boolean enableLoadNext)
Sets flag to display LoadNext button or not.

Parameters:
enableLoadNext - the enableLoadNext to set

isLoadAtEnd

public boolean isLoadAtEnd()
Gets flags to clarify that load at the last element or not.

Returns:
the loadAtEnd

setLoadAtEnd

public void setLoadAtEnd(boolean loadAtEnd)
Sets flags to clarify that load at the last element or not.

Parameters:
loadAtEnd - the loadAtEnd to set

getPeopleList

public List<org.exoplatform.social.core.identity.model.Identity> getPeopleList()
                                                                        throws Exception
Gets list of all type of people.

Returns:
the peopleList
Throws:
Exception

setPeopleList

public void setPeopleList(List<org.exoplatform.social.core.identity.model.Identity> peopleList)
Sets list of all type of people.

Parameters:
peopleList - the peopleList to set

getPeopleNum

public int getPeopleNum()
Gets number of people for displaying.

Returns:
the peopleNum

setPeopleNum

public void setPeopleNum(int peopleNum)
Sets number of people for displaying.

Parameters:
peopleNum - the peopleNum to set

getPeopleListAccess

public org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> getPeopleListAccess()
Gets people with ListAccess type.

Returns:
the peopleListAccess

setPeopleListAccess

public void setPeopleListAccess(org.exoplatform.commons.utils.ListAccess<org.exoplatform.social.core.identity.model.Identity> peopleListAccess)
Sets people with ListAccess type.

Parameters:
peopleListAccess - the peopleListAccess to set

increaseOffset

public void increaseOffset()
                    throws Exception
Increases offset.

Throws:
Exception

loadSearch

public void loadSearch()
                throws Exception
Loads people when searching.

Throws:
Exception

isNewOwner

protected boolean isNewOwner()
Checks need to refresh relationship list or not.

Returns:

getRelationship

public org.exoplatform.social.core.relationship.model.Relationship getRelationship(org.exoplatform.social.core.identity.model.Identity identity)
                                                                            throws Exception
Parameters:
identity -
Returns:
Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.