org.exoplatform.forum.webui
Class UICategories

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.forum.webui.UICategories

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

Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Aus 01, 2007 2:48:18 PM


Nested Class Summary
static class UICategories.AddBookMarkActionListener
           
static class UICategories.AddWatchingActionListener
           
static class UICategories.CollapCategoryActionListener
           
static class UICategories.OpenCategoryActionListener
           
static class UICategories.OpenForumLinkActionListener
           
static class UICategories.OpenLastReadTopicActionListener
           
static class UICategories.OpenLastTopicLinkActionListener
           
static class UICategories.RSSActionListener
           
static class UICategories.UnWatchActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 java.lang.String FORUM_LIST_SEARCH
           
protected  ForumService forumService
           
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UICategories()
           
 
Method Summary
 java.util.Map<java.lang.String,Forum> getAllForum()
           
 java.util.List<Category> getCategorys()
           
 java.util.List<Forum> getForums(java.lang.String categoryId)
           
 boolean getIsRendered()
           
 java.lang.String getPortalName()
           
 java.util.List<Category> getPrivateCategories()
           
 java.lang.String getRSSLink(java.lang.String cateId)
           
 boolean getUseAjax()
           
 void setIsgetForumList(boolean isGetForumList)
           
 void setIsRenderChild(boolean isRenderChild)
           
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

forumService

protected ForumService forumService

FORUM_LIST_SEARCH

public final java.lang.String FORUM_LIST_SEARCH
See Also:
Constant Field Values
Constructor Detail

UICategories

public UICategories()
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setIsRenderChild

public void setIsRenderChild(boolean isRenderChild)

getIsRendered

public boolean getIsRendered()
                      throws java.lang.Exception
Throws:
java.lang.Exception

getPortalName

public java.lang.String getPortalName()

getRSSLink

public java.lang.String getRSSLink(java.lang.String cateId)

getUseAjax

public boolean getUseAjax()

getCategorys

public java.util.List<Category> getCategorys()

getPrivateCategories

public java.util.List<Category> getPrivateCategories()

getForums

public java.util.List<Forum> getForums(java.lang.String categoryId)

getAllForum

public java.util.Map<java.lang.String,Forum> getAllForum()

setIsgetForumList

public void setIsgetForumList(boolean isGetForumList)


Copyright © 2012 eXo Platform SAS. All Rights Reserved.