@ProviderType public class WikiNodeServiceWrapper extends java.lang.Object implements WikiNodeService, ServiceWrapper<WikiNodeService>
WikiNodeService.WikiNodeService| Constructor and Description |
|---|
WikiNodeServiceWrapper(WikiNodeService wikiNodeService) |
| 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) |
WikiNodeService |
getWrappedService() |
WikiNodeService |
getWrappedWikiNodeService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
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 |
setWrappedService(WikiNodeService wikiNodeService) |
void |
setWrappedWikiNodeService(WikiNodeService wikiNodeService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService) |
void |
subscribeNode(long nodeId) |
void |
unsubscribeNode(long nodeId) |
WikiNode |
updateNode(long nodeId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext) |
public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface WikiNodeServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface WikiNodeServicebeanIdentifier - the Spring bean ID for this beanpublic WikiNode addNode(java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
addNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic void deleteNode(long nodeId)
throws PortalException,
SystemException
deleteNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic WikiNode getNode(long nodeId) throws PortalException, SystemException
getNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic WikiNode getNode(long groupId, java.lang.String name) throws PortalException, SystemException
getNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic java.util.List<WikiNode> getNodes(long groupId) throws PortalException, SystemException
getNodes in interface WikiNodeServicePortalExceptionSystemExceptionpublic java.util.List<WikiNode> getNodes(long groupId, int status) throws PortalException, SystemException
getNodes in interface WikiNodeServicePortalExceptionSystemExceptionpublic java.util.List<WikiNode> getNodes(long groupId, int start, int end) throws SystemException
getNodes in interface WikiNodeServiceSystemExceptionpublic java.util.List<WikiNode> getNodes(long groupId, int status, int start, int end) throws SystemException
getNodes in interface WikiNodeServiceSystemExceptionpublic int getNodesCount(long groupId)
throws SystemException
getNodesCount in interface WikiNodeServiceSystemExceptionpublic int getNodesCount(long groupId,
int status)
throws SystemException
getNodesCount in interface WikiNodeServiceSystemExceptionpublic void importPages(long nodeId,
java.lang.String importer,
java.io.InputStream[] inputStreams,
java.util.Map<java.lang.String,java.lang.String[]> options)
throws PortalException,
SystemException
importPages in interface WikiNodeServicePortalExceptionSystemExceptionpublic WikiNode moveNodeToTrash(long nodeId) throws PortalException, SystemException
moveNodeToTrash in interface WikiNodeServicePortalExceptionSystemExceptionpublic void restoreNodeFromTrash(long nodeId)
throws PortalException,
SystemException
restoreNodeFromTrash in interface WikiNodeServicePortalExceptionSystemExceptionpublic void subscribeNode(long nodeId)
throws PortalException,
SystemException
subscribeNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic void unsubscribeNode(long nodeId)
throws PortalException,
SystemException
unsubscribeNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic WikiNode updateNode(long nodeId, java.lang.String name, java.lang.String description, ServiceContext serviceContext) throws PortalException, SystemException
updateNode in interface WikiNodeServicePortalExceptionSystemExceptionpublic WikiNodeService getWrappedWikiNodeService()
getWrappedService()public void setWrappedWikiNodeService(WikiNodeService wikiNodeService)
setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)public WikiNodeService getWrappedService()
getWrappedService in interface ServiceWrapper<WikiNodeService>public void setWrappedService(WikiNodeService wikiNodeService)
setWrappedService in interface ServiceWrapper<WikiNodeService>