org.exoplatform.wiki.webui
Class UIWikiAdvanceSearchResult

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.wiki.webui.UIWikiAdvanceSearchResult

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


Nested Class Summary
static class UIWikiAdvanceSearchResult.ChangeMaxSizePageActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIWikiAdvanceSearchResult()
           
 
Method Summary
protected  String getDateFormat(Calendar cal)
           
 int getItemsPerPage()
           
 String getKeyword()
           
protected  String getOldPageTitleInSearchResult(org.exoplatform.wiki.mow.core.api.wiki.PageImpl page, String pageTitle)
           
protected  org.exoplatform.wiki.mow.core.api.wiki.PageImpl getPage(org.exoplatform.wiki.service.search.SearchResult result)
           
 org.exoplatform.commons.utils.PageList<org.exoplatform.wiki.service.search.SearchResult> getResults()
           
protected  org.exoplatform.wiki.mow.api.Wiki getWiki(org.exoplatform.wiki.mow.core.api.wiki.PageImpl page)
           
protected static String replaceUnderscorebySpace(String s)
           
 void setResults(org.exoplatform.commons.utils.PageList<org.exoplatform.wiki.service.search.SearchResult> results)
           
 
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
 

Constructor Detail

UIWikiAdvanceSearchResult

public UIWikiAdvanceSearchResult()
                          throws Exception
Throws:
Exception
Method Detail

getResults

public org.exoplatform.commons.utils.PageList<org.exoplatform.wiki.service.search.SearchResult> getResults()

setResults

public void setResults(org.exoplatform.commons.utils.PageList<org.exoplatform.wiki.service.search.SearchResult> results)

getItemsPerPage

public int getItemsPerPage()

getKeyword

public String getKeyword()

getDateFormat

protected String getDateFormat(Calendar cal)
                        throws Exception
Throws:
Exception

getPage

protected org.exoplatform.wiki.mow.core.api.wiki.PageImpl getPage(org.exoplatform.wiki.service.search.SearchResult result)

getWiki

protected org.exoplatform.wiki.mow.api.Wiki getWiki(org.exoplatform.wiki.mow.core.api.wiki.PageImpl page)

getOldPageTitleInSearchResult

protected String getOldPageTitleInSearchResult(org.exoplatform.wiki.mow.core.api.wiki.PageImpl page,
                                               String pageTitle)
                                        throws Exception
Throws:
Exception

replaceUnderscorebySpace

protected static String replaceUnderscorebySpace(String s)


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