| Package | Description |
|---|---|
| org.osivia.services.forum.portlets.controller | |
| org.osivia.services.forum.portlets.service |
| Modifier and Type | Method and Description |
|---|---|
ThreadPostReplyForm |
ForumPortletController.getReplyForm(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get thread post reply form.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForumPortletController.addCommentAction(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
List<ThreadPost> posts,
ThreadPostReplyForm replyForm,
String parentId)
Add comment action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IForumService.addThreadPost(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController,
List<ThreadPost> posts,
ThreadPostReplyForm replyForm,
String parentId)
Add thread post.
|
void |
ForumServiceImpl.addThreadPost(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController,
List<ThreadPost> posts,
ThreadPostReplyForm replyForm,
String parentId)
Add thread post.
|
Copyright © 2018 OSIVIA. All rights reserved.