@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface WikiNodeService extends BaseService
WikiNodeServiceUtil,
com.liferay.portlet.wiki.service.base.WikiNodeServiceBaseImpl,
com.liferay.portlet.wiki.service.impl.WikiNodeServiceImpl| Modifier and Type | Method and Description |
|---|---|
WikiNode |
addNode(java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
void |
deleteNode(long nodeId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
WikiNode |
getNode(long nodeId) |
WikiNode |
getNode(long groupId,
java.lang.String name) |
java.util.List<WikiNode> |
getNodes(long groupId) |
java.util.List<WikiNode> |
getNodes(long groupId,
int status) |
java.util.List<WikiNode> |
getNodes(long groupId,
int start,
int end) |
java.util.List<WikiNode> |
getNodes(long groupId,
int status,
int start,
int end) |
int |
getNodesCount(long groupId) |
int |
getNodesCount(long groupId,
int status) |
void |
importPages(long nodeId,
java.lang.String importer,
java.io.InputStream[] inputStreams,
java.util.Map<java.lang.String,java.lang.String[]> options) |
WikiNode |
moveNodeToTrash(long nodeId) |
void |
restoreNodeFromTrash(long nodeId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
subscribeNode(long nodeId) |
void |
unsubscribeNode(long nodeId) |
WikiNode |
updateNode(long nodeId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanWikiNode addNode(java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteNode(long nodeId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) WikiNode getNode(long nodeId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) WikiNode getNode(long groupId, java.lang.String name) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<WikiNode> getNodes(long groupId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<WikiNode> getNodes(long groupId, int status) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<WikiNode> getNodes(long groupId, int start, int end) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<WikiNode> getNodes(long groupId, int status, int start, int end) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getNodesCount(long groupId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getNodesCount(long groupId, int status) throws SystemException
SystemExceptionvoid importPages(long nodeId,
java.lang.String importer,
java.io.InputStream[] inputStreams,
java.util.Map<java.lang.String,java.lang.String[]> options)
throws PortalException,
SystemException
PortalExceptionSystemExceptionWikiNode moveNodeToTrash(long nodeId) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid restoreNodeFromTrash(long nodeId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid subscribeNode(long nodeId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid unsubscribeNode(long nodeId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionWikiNode updateNode(long nodeId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException