|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.wiki.service.WikiNodeServiceWrapper
public class WikiNodeServiceWrapper
Provides a wrapper for WikiNodeService.
WikiNodeService| Constructor Summary | |
|---|---|
WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
|
|
| Method Summary | |
|---|---|
WikiNode |
addNode(String name,
String description,
ServiceContext serviceContext)
|
void |
deleteNode(long nodeId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
WikiNode |
getNode(long nodeId)
|
WikiNode |
getNode(long groupId,
String name)
|
WikiNodeService |
getWrappedService()
|
WikiNodeService |
getWrappedWikiNodeService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
void |
importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
|
WikiNode |
moveNodeToTrash(long nodeId)
|
void |
restoreNodeFromTrash(long nodeId)
|
void |
setBeanIdentifier(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,
String name,
String description,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiNodeServiceWrapper(WikiNodeService wikiNodeService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface WikiNodeServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface WikiNodeServicebeanIdentifier - the Spring bean ID for this bean
public WikiNode addNode(String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
addNode in interface WikiNodeServicePortalException
SystemException
public void deleteNode(long nodeId)
throws PortalException,
SystemException
deleteNode in interface WikiNodeServicePortalException
SystemException
public WikiNode getNode(long nodeId)
throws PortalException,
SystemException
getNode in interface WikiNodeServicePortalException
SystemException
public WikiNode getNode(long groupId,
String name)
throws PortalException,
SystemException
getNode in interface WikiNodeServicePortalException
SystemException
public void importPages(long nodeId,
String importer,
InputStream[] inputStreams,
Map<String,String[]> options)
throws PortalException,
SystemException
importPages in interface WikiNodeServicePortalException
SystemException
public WikiNode moveNodeToTrash(long nodeId)
throws PortalException,
SystemException
moveNodeToTrash in interface WikiNodeServicePortalException
SystemException
public void restoreNodeFromTrash(long nodeId)
throws PortalException,
SystemException
restoreNodeFromTrash in interface WikiNodeServicePortalException
SystemException
public void subscribeNode(long nodeId)
throws PortalException,
SystemException
subscribeNode in interface WikiNodeServicePortalException
SystemException
public void unsubscribeNode(long nodeId)
throws PortalException,
SystemException
unsubscribeNode in interface WikiNodeServicePortalException
SystemException
public WikiNode updateNode(long nodeId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateNode in interface WikiNodeServicePortalException
SystemExceptionpublic 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>
|
Liferay 6.2.0-ce-b2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||