Class ForumApp

All Implemented Interfaces:
WebjetComponentInterface

public class ForumApp extends WebjetComponentAbstract
  • Constructor Details

    • ForumApp

      public ForumApp()
  • Method Details

    • getAppOptions

      public Map<String,List<OptionDto>> getAppOptions(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request)
      Description copied from class: WebjetComponentAbstract
      Returns list of options for app editor in webpage
      Specified by:
      getAppOptions in interface WebjetComponentInterface
      Overrides:
      getAppOptions in class WebjetComponentAbstract
    • getForumType

      public String getForumType()
    • getSortAscending

      public Boolean getSortAscending()
    • getSortTopicsBy

      public String getSortTopicsBy()
    • getType

      public String getType()
    • getNoPaging

      public Boolean getNoPaging()
    • getPageSize

      public Integer getPageSize()
    • getPageLinksNum

      public Integer getPageLinksNum()
    • getPageSizeForum

      public Integer getPageSizeForum()
    • getUseDelTimeLimit

      public Boolean getUseDelTimeLimit()
    • getDelMinutes

      public Integer getDelMinutes()
    • getNotifyPageAuthor

      public Boolean getNotifyPageAuthor()
    • getStructure

      public String getStructure()
    • getRootGroup

      public Boolean getRootGroup()
    • getIframe

      public String getIframe()
    • setForumType

      public void setForumType(String forumType)
    • setSortAscending

      public void setSortAscending(Boolean sortAscending)
    • setSortTopicsBy

      public void setSortTopicsBy(String sortTopicsBy)
    • setType

      public void setType(String type)
    • setNoPaging

      public void setNoPaging(Boolean noPaging)
    • setPageSize

      public void setPageSize(Integer pageSize)
    • setPageLinksNum

      public void setPageLinksNum(Integer pageLinksNum)
    • setPageSizeForum

      public void setPageSizeForum(Integer pageSizeForum)
    • setUseDelTimeLimit

      public void setUseDelTimeLimit(Boolean useDelTimeLimit)
    • setDelMinutes

      public void setDelMinutes(Integer delMinutes)
    • setNotifyPageAuthor

      public void setNotifyPageAuthor(Boolean notifyPageAuthor)
    • setStructure

      public void setStructure(String structure)
    • setRootGroup

      public void setRootGroup(Boolean rootGroup)
    • setIframe

      public void setIframe(String iframe)