public interface IForumService
| Modifier and Type | Method and Description |
|---|---|
void |
addThreadPost(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController,
List<ThreadPost> posts,
ThreadPostReplyForm replyForm,
String parentId)
Add thread post.
|
void |
deleteThreadPost(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController,
List<ThreadPost> posts,
String id)
Delete thread post.
|
org.nuxeo.ecm.automation.client.model.Document |
getDocument(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
Get current Nuxeo document.
|
Thread |
getThread(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
Get current thread view object.
|
List<ThreadPost> |
getThreadPosts(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
Get thread posts.
|
org.nuxeo.ecm.automation.client.model.Document getDocument(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController)
throws javax.portlet.PortletException
nuxeoController - Nuxeo controllerjavax.portlet.PortletExceptionThread getThread(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController) throws javax.portlet.PortletException
nuxeoController - Nuxeo controllerjavax.portlet.PortletExceptionList<ThreadPost> getThreadPosts(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController) throws javax.portlet.PortletException
nuxeoController - Nuxeo controllerjavax.portlet.PortletExceptionvoid addThreadPost(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController,
List<ThreadPost> posts,
ThreadPostReplyForm replyForm,
String parentId)
throws javax.portlet.PortletException
nuxeoController - Nuxeo controllerposts - thread postsreplyForm - thread post reply formparentId - parent thread post identifier, may be nulljavax.portlet.PortletExceptionvoid deleteThreadPost(fr.toutatice.portail.cms.nuxeo.api.NuxeoController nuxeoController,
List<ThreadPost> posts,
String id)
throws javax.portlet.PortletException
nuxeoController - Nuxeo controllerposts - thread postsid - thread post identifierjavax.portlet.PortletExceptionCopyright © 2018 OSIVIA. All rights reserved.