com.liferay.portlet.wiki.service
Class WikiNodeServiceWrapper
java.lang.Object
com.liferay.portlet.wiki.service.WikiNodeServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<WikiNodeService>, WikiNodeService
public class WikiNodeServiceWrapper
- extends Object
- implements WikiNodeService, ServiceWrapper<WikiNodeService>
This class is a wrapper for WikiNodeService.
- See Also:
WikiNodeService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
|
Method Summary |
WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
void |
deleteNode(long nodeId)
|
WikiNode |
getNode(long nodeId)
|
WikiNode |
getNode(long groupId,
String name)
|
WikiNodeService |
getWrappedService()
|
WikiNodeService |
getWrappedWikiNodeService()
Deprecated. Renamed to getWrappedService() |
void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
void |
setWrappedService(WikiNodeService wikiNodeService)
|
void |
setWrappedWikiNodeService(WikiNodeService wikiNodeService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService) |
void |
subscribeNode(long nodeId)
|
void |
unsubscribeNode(long nodeId)
|
WikiNode |
updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiNodeServiceWrapper
public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
addNode
public WikiNode addNode(String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addNode in interface WikiNodeService
- Throws:
PortalException
SystemException
deleteNode
public void deleteNode(long nodeId)
throws PortalException,
SystemException
- Specified by:
deleteNode in interface WikiNodeService
- Throws:
PortalException
SystemException
getNode
public WikiNode getNode(long nodeId)
throws PortalException,
SystemException
- Specified by:
getNode in interface WikiNodeService
- Throws:
PortalException
SystemException
getNode
public WikiNode getNode(long groupId,
String name)
throws PortalException,
SystemException
- Specified by:
getNode in interface WikiNodeService
- Throws:
PortalException
SystemException
importPages
public void importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
throws PortalException,
SystemException
- Specified by:
importPages in interface WikiNodeService
- Throws:
PortalException
SystemException
subscribeNode
public void subscribeNode(long nodeId)
throws PortalException,
SystemException
- Specified by:
subscribeNode in interface WikiNodeService
- Throws:
PortalException
SystemException
unsubscribeNode
public void unsubscribeNode(long nodeId)
throws PortalException,
SystemException
- Specified by:
unsubscribeNode in interface WikiNodeService
- Throws:
PortalException
SystemException
updateNode
public WikiNode updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateNode in interface WikiNodeService
- Throws:
PortalException
SystemException
getWrappedWikiNodeService
public WikiNodeService getWrappedWikiNodeService()
- Deprecated. Renamed to
getWrappedService()
setWrappedWikiNodeService
public void setWrappedWikiNodeService(WikiNodeService wikiNodeService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.wiki.service.WikiNodeService)
getWrappedService
public WikiNodeService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<WikiNodeService>
setWrappedService
public void setWrappedService(WikiNodeService wikiNodeService)
- Specified by:
setWrappedService in interface ServiceWrapper<WikiNodeService>