com.stratelia.webactiv.forums.control.helpers
Class ForumListHelper

java.lang.Object
  extended by com.stratelia.webactiv.forums.control.helpers.ForumListHelper

public class ForumListHelper
extends Object

Author:
ehugonnet

Method Summary
static void displayChildForums(javax.servlet.jsp.JspWriter out, com.stratelia.silverpeas.util.ResourcesWrapper resources, boolean admin, boolean moderator, boolean reader, int currentForumId, String call, ForumsSessionController fsc, boolean isSubscriberByInheritance)
           
static void displayForumsList(javax.servlet.jsp.JspWriter out, com.stratelia.silverpeas.util.ResourcesWrapper resources, boolean admin, boolean moderator, boolean reader, int currentForumId, String call, ForumsSessionController fsc, String categoryId, String nom, String description, boolean isSubscriberByInheritance)
           
static String navigationBar(int forumId, com.stratelia.webactiv.util.ResourceLocator resource, ForumsSessionController fsc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

navigationBar

public static String navigationBar(int forumId,
                                   com.stratelia.webactiv.util.ResourceLocator resource,
                                   ForumsSessionController fsc)

displayForumsList

public static void displayForumsList(javax.servlet.jsp.JspWriter out,
                                     com.stratelia.silverpeas.util.ResourcesWrapper resources,
                                     boolean admin,
                                     boolean moderator,
                                     boolean reader,
                                     int currentForumId,
                                     String call,
                                     ForumsSessionController fsc,
                                     String categoryId,
                                     String nom,
                                     String description,
                                     boolean isSubscriberByInheritance)

displayChildForums

public static void displayChildForums(javax.servlet.jsp.JspWriter out,
                                      com.stratelia.silverpeas.util.ResourcesWrapper resources,
                                      boolean admin,
                                      boolean moderator,
                                      boolean reader,
                                      int currentForumId,
                                      String call,
                                      ForumsSessionController fsc,
                                      boolean isSubscriberByInheritance)


Copyright © 2016 Silverpeas. All Rights Reserved.