org.exoplatform.social.webui.profile
Class UIProfileUserSearch.SearchActionListener

java.lang.Object
  extended by org.exoplatform.webui.event.EventListener<UIProfileUserSearch>
      extended by org.exoplatform.social.webui.profile.UIProfileUserSearch.SearchActionListener
Enclosing class:
UIProfileUserSearch

public static class UIProfileUserSearch.SearchActionListener
extends org.exoplatform.webui.event.EventListener<UIProfileUserSearch>

Listens to search event from search form, then processes search condition and set search result to the result variable.
- Gets user name and other filter information from request.
- Searches user that matches the condition.
- Sets matched users into result list.


Field Summary
 
Fields inherited from class org.exoplatform.webui.event.EventListener
RESULT_OK
 
Constructor Summary
UIProfileUserSearch.SearchActionListener()
           
 
Method Summary
 void execute(org.exoplatform.webui.event.Event<UIProfileUserSearch> event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIProfileUserSearch.SearchActionListener

public UIProfileUserSearch.SearchActionListener()
Method Detail

execute

public final void execute(org.exoplatform.webui.event.Event<UIProfileUserSearch> event)
                   throws Exception
Specified by:
execute in class org.exoplatform.webui.event.EventListener<UIProfileUserSearch>
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.