Package com.liferay.wiki.service
Class WikiNodeServiceWrapper
java.lang.Object
com.liferay.wiki.service.WikiNodeServiceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.service.BaseService
,com.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>
,WikiNodeService
public class WikiNodeServiceWrapper
extends Object
implements com.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>, WikiNodeService
Provides a wrapper for
WikiNodeService
.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddNode
(String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) Deprecated.addNode
(String externalReferenceCode, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
deleteNode
(long nodeId) getNode
(long nodeId) getNodes
(long groupId) getNodes
(long groupId, int status) getNodes
(long groupId, int start, int end) getNodes
(long groupId, int status, int start, int end) getNodes
(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiNode> orderByComparator) int
getNodesCount
(long groupId) int
getNodesCount
(long groupId, int status) Returns the OSGi service identifier.getWikiNodeByExternalReferenceCode
(long groupId, String externalReferenceCode) void
importPages
(long nodeId, InputStream[] inputStreams, Map<String, String[]> options) moveNodeToTrash
(long nodeId) void
restoreNodeFromTrash
(long nodeId) void
setWrappedService
(WikiNodeService wikiNodeService) void
subscribeNode
(long nodeId) void
unsubscribeNode
(long nodeId) updateNode
(long nodeId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext)
-
Constructor Details
-
WikiNodeServiceWrapper
public WikiNodeServiceWrapper() -
WikiNodeServiceWrapper
-
-
Method Details
-
addNode
@Deprecated public WikiNode addNode(String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException Deprecated.As of Cavanaugh (7.4.x), replaced byaddNode(String, String, String, ServiceContext)
- Specified by:
addNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addNode
public WikiNode addNode(String externalReferenceCode, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNode
public void deleteNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNode
- Specified by:
getNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNode
public WikiNode getNode(long groupId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNodes
public List<WikiNode> getNodes(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNodes
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNodes
public List<WikiNode> getNodes(long groupId, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNodes
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNodes
- Specified by:
getNodes
in interfaceWikiNodeService
-
getNodes
- Specified by:
getNodes
in interfaceWikiNodeService
-
getNodes
public List<WikiNode> getNodes(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiNode> orderByComparator) - Specified by:
getNodes
in interfaceWikiNodeService
-
getNodesCount
public int getNodesCount(long groupId) - Specified by:
getNodesCount
in interfaceWikiNodeService
-
getNodesCount
public int getNodesCount(long groupId, int status) - Specified by:
getNodesCount
in interfaceWikiNodeService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceWikiNodeService
- Returns:
- the OSGi service identifier
-
getWikiNodeByExternalReferenceCode
public WikiNode getWikiNodeByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getWikiNodeByExternalReferenceCode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
importPages
public void importPages(long nodeId, InputStream[] inputStreams, Map<String, String[]> options) throws com.liferay.portal.kernel.exception.PortalException- Specified by:
importPages
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveNodeToTrash
public WikiNode moveNodeToTrash(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveNodeToTrash
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreNodeFromTrash
public void restoreNodeFromTrash(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreNodeFromTrash
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribeNode
public void subscribeNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribeNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribeNode
public void unsubscribeNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribeNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateNode
public WikiNode updateNode(long nodeId, String name, String description, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateNode
in interfaceWikiNodeService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>
-
addNode(String, String, String, ServiceContext)