Package sk.iway.iwcm.components.forum
Class ForumApp
java.lang.Object
sk.iway.iwcm.components.WebjetComponentAbstract
sk.iway.iwcm.components.forum.ForumApp
- All Implemented Interfaces:
WebjetComponentInterface
-
Field Summary
Fields inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
cacheMinutes, device, showForLoggedUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAppOptions
(ComponentRequest componentRequest, javax.servlet.http.HttpServletRequest request) Returns list of options for app editor in webpagegetType()
void
setDelMinutes
(Integer delMinutes) void
setForumType
(String forumType) void
void
setNoPaging
(Boolean noPaging) void
setNotifyPageAuthor
(Boolean notifyPageAuthor) void
setPageLinksNum
(Integer pageLinksNum) void
setPageSize
(Integer pageSize) void
setPageSizeForum
(Integer pageSizeForum) void
setRootGroup
(Boolean rootGroup) void
setSortAscending
(Boolean sortAscending) void
setSortTopicsBy
(String sortTopicsBy) void
setStructure
(String structure) void
void
setUseDelTimeLimit
(Boolean useDelTimeLimit) Methods inherited from class sk.iway.iwcm.components.WebjetComponentAbstract
addCurrentValueToOptions, addCurrentValueToOptions, addOptions, getCacheMinutes, getDevice, getShowForLoggedUser, getViewFolder, init, init, initAppEditor, setCacheMinutes, setDevice, setShowForLoggedUser, setViewFolder
-
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 interfaceWebjetComponentInterface
- Overrides:
getAppOptions
in classWebjetComponentAbstract
-
getForumType
-
getSortAscending
-
getSortTopicsBy
-
getType
-
getNoPaging
-
getPageSize
-
getPageLinksNum
-
getPageSizeForum
-
getUseDelTimeLimit
-
getDelMinutes
-
getNotifyPageAuthor
-
getStructure
-
getRootGroup
-
getIframe
-
setForumType
-
setSortAscending
-
setSortTopicsBy
-
setType
-
setNoPaging
-
setPageSize
-
setPageLinksNum
-
setPageSizeForum
-
setUseDelTimeLimit
-
setDelMinutes
-
setNotifyPageAuthor
-
setStructure
-
setRootGroup
-
setIframe
-