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) voiddeleteNode(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) intgetNodesCount(long groupId) intgetNodesCount(long groupId, int status) Returns the OSGi service identifier.getWikiNodeByExternalReferenceCode(long groupId, String externalReferenceCode) voidimportPages(long nodeId, InputStream[] inputStreams, Map<String, String[]> options) moveNodeToTrash(long nodeId) voidrestoreNodeFromTrash(long nodeId) voidsetWrappedService(WikiNodeService wikiNodeService) voidsubscribeNode(long nodeId) voidunsubscribeNode(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:
addNodein 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:
addNodein interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteNode
public void deleteNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteNodein interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNode
- Specified by:
getNodein 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:
getNodein interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNodes
public List<WikiNode> getNodes(long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getNodesin 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:
getNodesin interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getNodes
- Specified by:
getNodesin interfaceWikiNodeService
-
getNodes
- Specified by:
getNodesin interfaceWikiNodeService
-
getNodes
public List<WikiNode> getNodes(long groupId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<WikiNode> orderByComparator) - Specified by:
getNodesin interfaceWikiNodeService
-
getNodesCount
public int getNodesCount(long groupId) - Specified by:
getNodesCountin interfaceWikiNodeService
-
getNodesCount
public int getNodesCount(long groupId, int status) - Specified by:
getNodesCountin interfaceWikiNodeService
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceWikiNodeService- Returns:
- the OSGi service identifier
-
getWikiNodeByExternalReferenceCode
public WikiNode getWikiNodeByExternalReferenceCode(long groupId, String externalReferenceCode) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getWikiNodeByExternalReferenceCodein 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:
importPagesin interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveNodeToTrash
public WikiNode moveNodeToTrash(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveNodeToTrashin interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
restoreNodeFromTrash
public void restoreNodeFromTrash(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
restoreNodeFromTrashin interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
subscribeNode
public void subscribeNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
subscribeNodein interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
unsubscribeNode
public void unsubscribeNode(long nodeId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
unsubscribeNodein 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:
updateNodein interfaceWikiNodeService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<WikiNodeService>
-
addNode(String, String, String, ServiceContext)